-
Notifications
You must be signed in to change notification settings - Fork 427
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
Join mismatch/DataflowVariable assignment error #1790
Comments
I'm having the same issue in several tools running nf 24.04.4 on aws batch. The same pipeline was working a few days ago. |
Hi guys. Thanks for reporting the issue. It is often easier and faster to get help by reporting that kind of problem on the nf-core/sarek-channel. (Perhaps you already did, but I didn't notice.) Judging from the log-file, I guess you ran baserecalibrator as part of the pipeline. In a perhaps related issue report on Slack, Rikke suggested skipping baserecalibrator, that is, add |
Which issue are you referring to? In this combination it should work (sarek 3.5.0/nextflow 24.10). I am not sure what is going on |
Jonas reported https://nfcore.slack.com/archives/CGFUX04HZ/p1687778930306609 |
I can confirm that when adding |
Description of the bug
When running with a WGS Human sample on Azure Batch, the GATK base recalibration steps keep failing with an error
further down in the output there is also the error
In the log file I can see many
NoSuchFileException
s relating to the recalibration steps. These refer to the.command.err
and.command.out
files which do not exist. The log file.command.log
in these work directories has content such as "mkdir: can't create directory 'FS11403089.md.cram': File exists".Some of the recalibration steps are succeeding, so I'm stuck trying to figure out what's going wrong. Does anyone know what the join mismatch or DataflowVariable errors might mean? This is my first time running the sarek workflow, so I'm unsure if the problem is me not setting some configuration problem or a real bug in the workflow.
Thanks
nextflow.log
Command used and terminal output
$ nextflow run -resume -params-file params.yaml -profile azure -w az://scratch/ellisjj nf-core/sarek -r 3.5.0 --aligner bwa-mem --trim_fastq true --genome GATK.GRCh38 --tools haplotypecaller,manta --save_mapped true --save_output_as_bam true
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: