-
Notifications
You must be signed in to change notification settings - Fork 17
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
OPERA-MS fails at polishing step with mapping error #67
Comments
Hi, is the error appearing during the assembly graph construction or during the polishing step ? Edit: Sorry it's in your title ... I will come back to you as soon I have a clue of what's happening. Edit 2: Could you show me the tail of your main log file ? Regards, |
Here are the last lines before dying:
Note to self: maybe not running on 128 cores to avoid RAM issues ? I'll try right now... |
Ok thanks, did you try to run the command line separately ? In your case:
|
It runs fine indeed and returns on the console the same as what is written at the bottom of the bwa.err file, ie. a completed mapping |
Ok, did you try to relaunch Opera-MS ? |
yes - it does the same error message but I (think) it completes since I have now all of these in the output folder:
|
No it's not, you're supposed to have a file named |
full disclosure, I'm runnning OPERA-MS in a conda environment (installed with the recipe found in another GitHub issue) and I launch it with a bash alias that is using the conda env perl and the opera-ms.pl file. It's not a cluster, it's all local cores. The disks are network disks though and memory wise, there is 1.5TB RAM to play with and I'm solo on the server so unlikely. It is alos failing when using just 25 cores. I'll make a more precise bug report when running it from scratch and with all proper details. Meanwhile, I'll just Pilon polish the contigs.fasta using standalone Pilon. Merci beacuoup pour l'aide so far :) |
Indeed it does not seem an hardware issue. Thanks for the bug report and sorry for the inconvenience. |
Hi there,
I have a strange error while running operams. I launched the tool against an already computed assembly.
OPERA-MS --short-read1 FastqIllumina/all.bbdukTrimQ15.SludgeDK_1.fastq.gz --short-read2 FastqIllumina/all.bbdukTrimQ15.SludgeDK_2.fastq.gz --long-read all.rRNA.m64241e_210617_232502.hifi_reads.fasta --out-dir opera-ms_m64241e_210617_232502.hifi_reads_allbbduk15.ShotgunIllumina --polishing --short-read-assembler spades --num-processors 128 --contig-file AssemblyFatNode/final_assembly.fasta
It fails with stating a bwa error but when I open the bwa.err log file, it seems to have finished mapping correctly:
but the bwa.out file is empty. Any idea what may cause this issue and how to solve it ?
The text was updated successfully, but these errors were encountered: