-
Notifications
You must be signed in to change notification settings - Fork 9
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
postnuc: postnuc.cc:1427: long int revC(long int, long int): Assertion `Len - Coord + 1 > 0' failed. #2
Comments
Most likely this is a name collision in the read names. Check the input for duplicate read names (up to the first space) and rename them to see if it fixes the error (see also https://sourceforge.net/p/mummer/mailman/message/27154776/). |
hello;
|
Best option may be to switch to nucmer4, which is in beta release and shouldn't have such name collision problems: https://mummer4.github.io |
Hi I had the same issue and have removed the old MUMmer and updated to MUMmer4. I am trying to run the following command to get a delta file to process in the web application Assemblytics but MUMmer4 doesnt seem to want to run. This is the script I want to run from the Assemblytics website nucmer -maxmatch -l 100 -c 500 REFERENCE.fa ASSEMBLY.fa -prefix OUT But it wont work and I have tried a few variations. Im not command line savvy so any help would be great. I'm a novice! Cheers Peter |
dnadiff sequence.fasta reads.fasta -p 50long
Building alignments
1: PREPARING DATA
2,3: RUNNING mummer AND CREATING CLUSTERS
# reading input file "50long.ntref" of length 4641653
# construct suffix tree for sequence of length 4641653
# (maximum reference length is 536870908)
# (maximum query length is 4294967295)
# process 46416 characters per dot
#....................................................................................................
# CONSTRUCTIONTIME /usr/bin/mummer 50long.ntref 2.31
# reading input file "/50long/e.coli.correctedReads.fasta" of length 112457574
# matching query-file "/50long/e.coli.correctedReads.fasta"
# against subject-file "50long.ntref"
# COMPLETETIME /usr/bin/mummer 50long.ntref 126.30
# SPACE /usr/bin/mummer 50long.ntref 112.41
4: FINISHING DATA
postnuc: postnuc.cc:1427: long int revC(long int, long int): Assertion `Len - Coord + 1 > 0' failed.
Aborted (core dumped)
ERROR: postnuc returned non-zero
ERROR: Failed to run nucmer, aborting.
The text was updated successfully, but these errors were encountered: