-
Notifications
You must be signed in to change notification settings - Fork 7
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
Died at MeGAMerge-1.1.pl line 280 #8
Comments
This is the minimus.fasta.runAmos.log file: !!! 2017-10-04 00:16:47 Started by [email protected] on Wed Oct 4 00:16:47 2017 !!! 2017-10-04 00:16:47 Doing step 10: Building AMOS bank & Dumping reads !!! 2017-10-04 00:16:47 Doing step 11 !!! 2017-10-04 00:32:20 Doing step 12 !!! 2017-10-04 00:53:44 Doing step 13 !!! 2017-10-04 01:15:32 Doing step 20: Getting overlaps !!! 2017-10-04 01:15:32 Doing step 21 |
Ok, we spotted a problem. Missing info in the /home2/opt/amos-master/bin/minimus2 file below. First problem: the nucmer pathway is not specified! (NUCMER=:) That is why it did not run and thus did not create the minimus.fasta.delta file. so, I changed those two lines to be: We'll see how that goes... #!/home2/opt/amos-master/bin/runAmos -C #? Usage: #--------------------------------------- USER DEFINED VALUES ------------------# REFCOUNT= 0 #------------------------------------------------------------------------------# TGT = $(PREFIX).afg SINGLETONS = $(PREFIX).singletons #------------------------------------------------------------------------------# INPUTS = #------------------------------------------------------------------------------# BINDIR=/home2/opt/amos-master/bin #------------------------------------------------------------------------------# Building AMOS bank & Dumping reads10: rm -fr $(BANK) Getting overlaps20: Converting overlaps23: Loading overlaps to the bank24: rm -f $(BANK)/OVL.* Running contigger30: rm -f $(BANK)/LAY.* Running consensus40: rm -f $(BANK)/CTG.* Outputting contigs50: Converting to FastA file60: Getting singletons70: |
Hello,
It looks like Newbler run and then Minimus2 failed. Any suggestions? Could I start it again from Minimus2 maybe? Thanks!
[pdalcin@chimera megamerge]$ MeGAMerge-1.1.pl -cpu 15 megamerge_20171003 March2015_P7_Core1_Depth10-12cm_1092932.scaffolds.fa May2015_P7_Core1_10-12cm_1092938.scaffolds.fa September2015_P7_Core6_Depth10-12_1092944.scaffolds.fa March2015_P7_Core1_Depth1-3cm_1092931.scaffolds.fa May2015_P7_Core1_Depth1-3cm_1092937.scaffolds.fa September2015_P7_Core6_Depth1-3cm_1092943.scaffolds.fa March2015_P7_Core1_Depth19-21cm_1092933.scaffolds.fa May2015_P7_Core1_Depth19-21cm_1092939.scaffolds.fa September2015_P7_Core6_Depth19-21_1092945.scaffolds.fa March2015_P8_Core3_Depth10-12cm_1092935.scaffolds.fa May2015_P8_Core1_Depth10-12cm_1092941.scaffolds.fa September2015_P8_Core1_Depth10-12_1092947.scaffolds.fa March2015_P8_Core3_Depth1-3cm_1092934.scaffolds.fa May2015_P8_Core1_Depth1-3cm_1092940.scaffolds.fa September2015_P8_Core1_Depth1-3_1092946.scaffolds.fa March2015_P8_Core3_Depth19-21cm_1092936.scaffolds.fa May2015_P8_Core1_Depth19-21cm_1092942.scaffolds.fa Setember2015_P8_Core1_Depth19-21cm_1092948.scaffolds.fa
Running Newbler assembly with 406669127878 sequences
runAssembly -force -large -rip -mi 98 -ml 80 -pairt -cpu 15 -a 200 -o megamerge_20171003/newbler megamerge_20171003/newblerIn.fasta 1>/dev/null 2>/dev/null
Running Minimus2 with 25427709 sequences
minimus2 -D CONSERR=0.06 -D MINID=98 -D OVERLAP=80 megamerge_20171003/minimus.fasta 1>/dev/null 2>/dev/null
minimus2 -D CONSERR=0.06 -D MINID=98 -D OVERLAP=80 megamerge_20171003/minimus.fasta 1>/dev/null 2>/dev/null failed:
Died at /home2/opt/MeGAMerge-master/MeGAMerge-1.1.pl line 280.
The text was updated successfully, but these errors were encountered: