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 want to compare to genomes using MUMmer3 and meet an error.
Here is my code:
$MUMMER3/nucmer --maxmatch -c 100 -b 500 -l 50 --prefix Wm82_NN Gmax_275_v2.0.fa NN1138-2.v1.0.fa
Here is my error:
1: PREPARING DATA 2,3: RUNNING mummer AND CREATING CLUSTERS
#....................................................................................................
ERROR: mummer and/or mgaps returned non-zero
and the Wm82_NN.mgaps file is 0 byte and no Wm82_NN.delta file.
Could you help me fix it ? Thank you very much.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I want to compare to genomes using MUMmer3 and meet an error.
Here is my code:
$MUMMER3/nucmer --maxmatch -c 100 -b 500 -l 50 --prefix Wm82_NN Gmax_275_v2.0.fa NN1138-2.v1.0.fa
Here is my error:
1: PREPARING DATA
2,3: RUNNING mummer AND CREATING CLUSTERS
reading input file "Wm82_NN.ntref" of length 978496462
construct suffix tree for sequence of length 978496462
(maximum reference length is 2305843009213693948)
(maximum query length is 18446744073709551615)
process 9784964 characters per dot
#....................................................................................................
CONSTRUCTIONTIME /gss1/home/hjb20181119/panyongpeng/NN1138-2/sv_detection/MUMmer3.23/mummer Wm82_NN.ntref 423.83
reading input file "/gss1/home/hjb20181119/panyongpeng/N24852/01.SV_detection/Wm82_NN/NN1138-2.v1.0.fa" of length 959747921
matching query-file "/gss1/home/hjb20181119/panyongpeng/N24852/01.SV_detection/Wm82_NN/NN1138-2.v1.0.fa"
against subject-file "Wm82_NN.ntref"
ERROR: mummer and/or mgaps returned non-zero
and the Wm82_NN.mgaps file is 0 byte and no Wm82_NN.delta file.
Could you help me fix it ? Thank you very much.
The text was updated successfully, but these errors were encountered: