-
Notifications
You must be signed in to change notification settings - Fork 417
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
Pipeline does not complete variant calling when staring from the '--step prepare_recalibration' #763
Comments
can you provide the config + input file you used? |
also did the pipeline terminate? what was the exit message? |
config file: input file: The terminate log message (it reported the pipeline completed successfully): |
BTW, in the output directory, no 'preprocessing' folder (which saves *.recal.bam) is available. I also screen the intermediate directory 'work' - there was *.recal.bam file of each genomic interval (recalibration processing should be work well), but they did not merge to a final *.recal.bam. |
Hi! Just to double check: The log you posted says in the command it started from |
could finally reproduce this 🎉 one step closer to finding the issue |
Hi Friederike, I am having the same issue with sarek v3.1.2. Do you remember what was the issue and how was it resolved. Thanks Varun |
Yes we fixed it in the code :D I can see in the log file, that Mutect2 is not spelled correctly, can you please try with |
Thanks. I will try and let you know.
On Tue, Mar 28, 2023 at 5:36 AM FriederikeHanssen ***@***.***> wrote:
Yes we fixed it in the code :D I can see in the log file, that Mutect2 is
not spelled correctly, can you please try with --tools mutect2 instead?
—
Reply to this email directly, view it on GitHub
<#763 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC763SMDT3OYASYEABD753W6KWI3ANCNFSM6AAAAAAQXTO64A>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Varun Kumar Kesherwani, PhD
Senior Scientist
|
was the issue here that the index file for the bams are saved as .bam.bam.bai? because sarek returns the error that this file does not exist, rightfully so. I have to remove the duplicated .bam and then it works. Using release 3.2.2. Is this known and has it been fixed in recent releases? |
Description of the bug
Hello Sarek developer,
I am using Sarek pipeline (v3.0.1) to do somatic variant calling, and I started an analysis from '--step prepare_recalibration' using bam file after mark duplicates (e.g. *.md.bam); - see the command line in attached figure.
Pipeline was running normally and no errors were reported when it done, but it did not finish all steps (including variant calling) and there were no recalibrated bam files generated in output (e.g. *.recal.bam) as well. It looks the pipeline was terminated automatically after creating *.recal.table; - see attached log file.
I could not figure it out, and could you help me a troubleshooting.
Best
Sen
Command used and terminal output
No response
Relevant files
nextflow.log
System information
Nextflow version - 21.11.0
Hardware - HPC
Executor - slurm jobscript
Container engine - Singularity
OS - CentOS Linux
Version of nf-core/sarek - v3.0.1
The text was updated successfully, but these errors were encountered: