Thanks for the update Neelam.
This is specific problem of Mummer,
/usr/bin/mummer: suffix tree construction failed: textlen=1584056222 larger than maximal textlen=536870908
ERROR: mummer and/or mgaps returned non-zero
so you might need to re-install mummer3 http://mummer.sourceforge.net/ with following command:
> make clean
> make CPPFLAGS="-O3 -DSIXTYFOURBITS"
And then set the path in MeGAMerge script and re-run it.
Cheers
I got this new error, and just wondering why ???
1: PREPARING DATA
2,3: RUNNING mummer AND CREATING CLUSTERS
# reading input file "TESTDATA/minimus.fasta.ntref" of length 3144
# construct suffix tree for sequence of length 3144
# (maximum reference length is 2305843009213693948)
# (maximum query length is 18446744073709551615)
# CONSTRUCTIONTIME /home/urbe/Tools/MUMmer3.23/mummer TESTDATA/minimus.fasta.ntref 0.00
# reading input file "/home/urbe/Tools/MeGAMerge/TESTDATA/minimus.fasta.qry.seq" of length 3143
# matching query-file "/home/urbe/Tools/MeGAMerge/TESTDATA/minimus.fasta.qry.seq"
# against subject-file "TESTDATA/minimus.fasta.ntref"
# COMPLETETIME /home/urbe/Tools/MUMmer3.23/mummer TESTDATA/minimus.fasta.ntref 0.00
# SPACE /home/urbe/Tools/MUMmer3.23/mummer TESTDATA/minimus.fasta.ntref 0.01
4: FINISHING DATA
!!! 2017-01-23 10:50:08 Done! Elapsed time:0d 0h 0m 0s
!!! 2017-01-23 10:50:08 Doing step 21
!!! 2017-01-23 10:50:08 Running: /usr/local/bin/show-coords -H -c -l -o -r -I 98 TESTDATA/minimus.fasta.delta | /home/Tools/amos-3.1.0/bin/nucmerAnnotate | egrep 'BEGIN|END|CONTAIN|IDENTITY' > TESTDATA/minimus.fasta.coords
/bin/sh: 1: /usr/local/bin/show-coords: not found
!!! 2017-01-23 10:50:08 Command: /usr/local/bin/show-coords -H -c -l -o -r -I 98 TESTDATA/minimus.fasta.delta | /home/urbe/Tools/amos-3.1.0/bin/nucmerAnnotate | egrep 'BEGIN|END|CONTAIN|IDENTITY' > TESTDATA/minimus.fasta.coords exited with status: 1
!!! END - Elapsed time: 0d 0h 0m 0s
You might need to update the path of following in minimus2 script
NUCMER=/home/Tools/MUMmer3.23/nucmer
DELTAFILTER=/home/Tools/MUMmer3.23/delta-filter
SHOWCOORDS=/home/Tools/MUMmer3.23/show-coords
with re-installed mummer3 path. By default, it look into bin directory.
Well, you might need to check the MeGAMerge log file for detail error message. Can you please reply with your error message from log file please?
Thanks Jit, here is the tail section/error section of the log file
— Neel 2893 days ago