-
Notifications
You must be signed in to change notification settings - Fork 45
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
Scaffold failed with return code -11 #248
Comments
I ran the MetAMOS pipeline again, trying to skip the scaffold step, but I got another error during the postprocess step. The details are below, and I would appreciate any help or feedback to get the pipeline working. Warning: untrusted X11 forwarding setup failed: xauth key data not generated Kickstarted 16:22 25-Jan-2016 Starting metAMOS pipeline Tasks which will be run: Task = assemble.SplitAssemblers metAMOS configuration summary: [citation] Step-specific configuration: [multialign] [fannotate] [scaffold] [findorfs] [annotate] [assemble] [mapreads] [preprocess] [validate] [other]
Completed Task = assemble.SplitAssemblers Starting Task = findscaffoldorfs.FINDSCAFFOLDORFS _ERROR_**********
_DETAILS_********** Last 10 lines of output (/master/kreeves/metAMOS/20160812_microbiome_test_c/Logs/POSTPROCESS.log) Please veryify input data and restart MetAMOS. If the problem persists please contact the MetAMOS development team. rm: cannot remove `/master/kreeves/metAMOS/20160812_microbiome_test_c/Logs/postprocess.ok': No such file or directory |
You are missing the Statistics/Descriptive.pm perl library. It should be installed by metAMOS but it looks like it wasn't in your case. If you download/install it it should fix the error. |
Hi Sergey, Thanks so much for getting back to me! It looks like the Statistics/Descriptive library is already installed (see below). Is there a special perl that needs to be running, or is this a special perl belonging to metAMOS that needs to be in the path? How do you install the library using metAMOS? Thanks again!! [root@stevens ~]# cpanm Statistics::Descriptive Here is a list of the perl modules installed on Stevens… [root@stevens ~]# instmodsh On Sep 22, 2016, at 2:44 PM, Sergey Koren <notifications@github.commailto:notifications@github.com> wrote: You are missing the Statistics/Descriptive.pm perl library. It should be installed by metAMOS but it looks like it wasn't in your case. If you download/install it it should fix the error. — CONFIDENTIALITY NOTICE: This e-mail and any files and/or attachments transmitted, may contain privileged and confidential information and is intended solely for the exclusive use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or copying of this e-mail and/or attachments is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender stating that this transmission was misdirected; return the e-mail to sender; destroy all paper copies and delete all electronic copies from your system without disclosing its contents. |
The paths perl is checking is listed in the error message:
It looks like it includes your system perl5 libraries, is Statistics::Descriptive available in the paths listed above? If not, you'd need to add it to your PERL5LIB path. INSTALL.py installs it along with AMOS so if you remove the AMOS folder in metAMOS and re-run INSTALL.py it will check for Statistics::Descriptive and install if it is not found, assuming your environment where you install metAMOS is the same as where you run. |
Exactly the same error, using HMP sample: SRS077730, two files: fq1=SRS077730.denovo_duplicates_marked.trimmed.1.fastq First time run: failed at Mapreads without any error:Second Time Run: failed at Scaffold step, error message is quite the same, error code -11dmesg result: Hope this can be fixed. |
I have tried running scaffold a few times on a sample, and I keep getting an error. The details are below.
During scaffold, the following command failed with return code -11:
_DETAILS_**********
Last 10 commands run before the error (/master/kreeves/metAMOS/20160812_microbiome_test_c/Logs/COMMANDS.log)
|2016-08-15 10:23:19|# [SCAFFOLD]
|2016-08-15 10:23:19| rm -rf /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk
|2016-08-15 10:48:26| /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/toAmos_new -Q /master/kreeves/metAMOS/20160812_microbiome_test_c/Preprocess/out/lib1.seq -i --min 200 --max 800 --libname lib1 -b /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk
|2016-08-15 10:55:30| /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/toAmos_new -c /master/kreeves/metAMOS/20160812_microbiome_test_c/Assemble/out/proba.asm.tigr -b /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk
|2016-08-15 11:10:05| /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/asmQC -b /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk -scaff -recompute -update -numsd 2
|2016-08-15 11:10:05| perl /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/bank-unlock /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk
|2016-08-15 11:18:35| /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/clk -b /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk
|2016-08-15 11:23:23| /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/Bundler -b /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk
|2016-08-15 21:18:15| /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/MarkRepeats -redundancy 50 -b /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk > /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.reps
|2016-08-16 00:21:22| /opt/metAMOS/metAMOS-1.5rc3/AMOS/Linux-x86_64/bin/OrientContigs -minRedundancy 5 -all -redundancy 10 -b /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.bnk -repeats /master/kreeves/metAMOS/20160812_microbiome_test_c/Scaffold/in/proba.reps
Last 10 lines of output (/master/kreeves/metAMOS/20160812_microbiome_test_c/Logs/SCAFFOLD.log)
FOR SKIPPED EDGE 1061300 SET EDGE STATUS TO BE 5
FOR SKIPPED EDGE 1108067 SET EDGE STATUS TO BE 6
FOR SKIPPED EDGE 1222376 SET EDGE STATUS TO BE 2
FOR SKIPPED EDGE 1237593 SET EDGE STATUS TO BE 5
FOR SKIPPED EDGE 1272663 SET EDGE STATUS TO BE 5
FOR SKIPPED EDGE 1348062 SET EDGE STATUS TO BE 5
FOR SKIPPED EDGE 1364684 SET EDGE STATUS TO BE 5
FOR SKIPPED EDGE 1461303 SET EDGE STATUS TO BE 5
FOR SKIPPED EDGE 1471533 SET EDGE STATUS TO BE 6
FOR SKIPPED EDGE 1500178 SET EDGE STATUS TO BE 5
Please veryify input data and restart MetAMOS. If the problem persists please contact the MetAMOS development team.
Any help or guidance will be appreciated!
Thanks,
Kim
The text was updated successfully, but these errors were encountered: