-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requirement: splitting on the number of lines/reads #8
Comments
This will be implemented:) |
Hi @Toliman06 , this feature is implemented. You can use For example, You can use either Could you please try latest code or binary (not the release) and update this issue? |
Nice! I will try this ans keep you in touch |
The program have a strange behavior: 11996 0174.test.fastq 12000 0165.test.fastq 12000 0138.test.fastq 12000 0116.test.fastq 12000 0073.test.fastq PS: perhaps the number of reads per file could be more interesting that the number of lines (as a read is supposed to be 4 lines...) |
This is reasonable. Since Since the lines setting are usually much greater than 1000 lines, so this will not cause any problems. |
Nice! It could be helpfull to mention it in the readme file section. |
Hi,
I'm wondering if it is possible to add a new split option: is it possible to split files by a certain number of reads and not in a certain number of sub-files?
It could be useful if you want to parallelize and standardize the downstream alignments (guess the execution time of each sub-sample) and you don't know the size of your input fastq.gz file...
The text was updated successfully, but these errors were encountered: