-
Notifications
You must be signed in to change notification settings - Fork 67
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
SortMeRNA v4.3.2: Stuck on small input files #290
Comments
The program has trouble reading your files. How big are they i.e. what's the output of
|
The files basically only contain the single read I posted in the issue. ls -l sample_R1.fastq sample_R2.fastq
file sample_R1.fastq
file sample_R2.fastq
wc -l sample_R1.fastq
wc -l sample_R2.fastq
|
could you try running with |
|
I'm able to reproduce the bug. Working on... Should not take long. |
The bug was indeed caused by the size of the files. The logic that defines the input file format reads 100 bytes to test the bio format and the compression. Yours was 94 bytes, resulting in the undefined read state. I modified the logic to test the size prior reading. BTW, I'm curious who might be using the code in Vancouver. University? |
closing for inactivity |
Hi,
I'm using sortmerna v4.3.2 and on the following paired-end input it gets stuck:
sample_R1.fastq:
sample_R2.fastq:
The command I'm running:
And here's the log:
The process gets stuck at this stage and
readb
andout
sub-directories remain empty. The same thing happens if the input read files are empty.Any thoughts?
Thanks,
Hossein
The text was updated successfully, but these errors were encountered: