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

added fasta counter

parent 222f4622
No related branches found
No related tags found
No related merge requests found
......@@ -121,3 +121,7 @@ createCuffDbTrickyDisk(getwd(), gtfFile, genomeBuild)
}
export -f MakeCuffDB
CountSeqs(){
grep ">" $1 | wc -l
}
export -f CountSeqs
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