-
Notifications
You must be signed in to change notification settings - Fork 32
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
Assertion inputR1.eof()
failed [new]
#41
Open
vladsavelyev opened this issue
Aug 3, 2022
· 3 comments
· Fixed by populationgenomics/DRAGMAP#1 · May be fixed by #53
Open
Assertion inputR1.eof()
failed [new]
#41
vladsavelyev opened this issue
Aug 3, 2022
· 3 comments
· Fixed by populationgenomics/DRAGMAP#1 · May be fixed by #53
Comments
Off the top of my head, this happens when number of records don't match between r1 and r2 inputs. Can you please confirm with something like wc -l? R. |
@rpetrovski, I checked, they are the same sizes |
lgruen
added a commit
to populationgenomics/DRAGMAP
that referenced
this issue
May 13, 2023
lgruen
added a commit
to populationgenomics/DRAGMAP
that referenced
this issue
May 14, 2023
…les are read to the end (#1) * Tokenizer.next() fix for Illumina#41 * Also fix alignDualFastq
lgruen
added a commit
to populationgenomics/DRAGMAP
that referenced
this issue
May 14, 2023
…les are read to the end (#1) * Tokenizer.next() fix for Illumina#41 * Also fix alignDualFastq
Suggested a fix here: #53 |
edmundmiller
pushed a commit
to bioinformaticsorphanage/NARFMAP
that referenced
this issue
Dec 7, 2023
…les are read to the end * Tokenizer.next() fix for Illumina#41 * Also fix alignDualFastq Illumina#53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having the same error as in #6:
However, this time the lengths of sequences and qualities seem to match: I checked that with this pysam loop:
I also verified that the FASTQS are not truncated with
gzip -v -t
.I wonder if that error might indicate something else? Is there way to add some debug information? Would it make sense to try to run DRAGMAP compiled in debug mode to disable optimisations?
Thank you!
The text was updated successfully, but these errors were encountered: