We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I encountered an error while running distiller-nf on a very large SRA and chunksize: 10000000. The following happened (.command.err):
++ srapath SRR3313309
I could resolve this by changing "split -l ${chunk_lines} --numeric-suffixes=1" to "split -l ${chunk_lines} -d"
Elias
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I encountered an error while running distiller-nf on a very large SRA and chunksize: 10000000. The following happened (.command.err):
++ srapath SRR3313309
++ bgzip -c '-@{bgzip_threads}'
++ bgzip -c '-@{bgzip_threads}'
Read 1311649909 spots for SRR3313309.sra
Written 1311649909 spots for SRR3313309.sra
split: output file suffixes exhausted
I could resolve this by changing
"split -l ${chunk_lines} --numeric-suffixes=1" to
"split -l ${chunk_lines} -d"
Elias
The text was updated successfully, but these errors were encountered: