You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a collection of 12 fairly large .fastq.gz files listed in 12 lines of a text file (absolut paths, all like /scratch/.../something.fastq.gz).
I am calling gerbil -k 27 -e 50GB -l 3 -x h -i MYTEXTFILE.txt tmp gerbil-27
tmp exists as a subdirectory where I am calling.
I get ERROR: unexpected end of stream (thread[0])! Archive corrupt?!
Sometimes I get this with several threads.
I get the same error if instead of the text file that lists my files, I directly put in one of the .fastq.gz files.
I do not seem to be able to get gerbil to run on .fastq.gz
With other tools, e.g. kmc3, I get the kmer counts just fine.
gerbil does run on a fasta.gz file that I have (but only after renaming .fna.gz to .fasta.gz).
Any ideas?
The text was updated successfully, but these errors were encountered:
I have a collection of 12 fairly large .fastq.gz files listed in 12 lines of a text file (absolut paths, all like
/scratch/.../something.fastq.gz
).I am calling
gerbil -k 27 -e 50GB -l 3 -x h -i MYTEXTFILE.txt tmp gerbil-27
tmp exists as a subdirectory where I am calling.
I get
ERROR: unexpected end of stream (thread[0])! Archive corrupt?!
Sometimes I get this with several threads.
I get the same error if instead of the text file that lists my files, I directly put in one of the .fastq.gz files.
I do not seem to be able to get gerbil to run on .fastq.gz
With other tools, e.g. kmc3, I get the kmer counts just fine.
gerbil does run on a fasta.gz file that I have (but only after renaming .fna.gz to .fasta.gz).
Any ideas?
The text was updated successfully, but these errors were encountered: