Skip to content
Snippets Groups Projects
Commit 8ac42f86 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

added trace to have a n idea of the time needed to retrieve the number of...

added trace to have a n idea of the time needed to retrieve the number of reacors in the input fastq file
parent ebbb9b41
No related branches found
No related tags found
No related merge requests found
Pipeline #153115 passed with stage
in 1 hour, 59 minutes, and 5 seconds
......@@ -302,6 +302,7 @@ def totReads(filin):
d=d/1000000000
d=d//60
print("spent ", d," minutes to get the number of reads from input file")
print("found ", line," lines")
return seq
### SEQUENCE parsing function
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment