Skip to content
Snippets Groups Projects
Commit a1300ffc authored by Holger Brandl's avatar Holger Brandl
Browse files

more bam correlation

parent 53f2945a
No related branches found
No related tags found
No related merge requests found
......@@ -125,3 +125,11 @@ CountSeqs(){
grep ">" $1 | wc -l
}
export -f CountSeqs
IndexBams(){
for bamFile in $1; do
sem -j5 -no-notice samtools index $bamFile;
done
sem -no-notice --wait
}
export -f IndexBams
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment