You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the sarek pipeline to SKIP BQRS because I don't have dbsnp and indels for my rice genome. But the pipeline tries to run Sentieon_BQSR anyway and fails. What am I doing wrong?
First congratulations, we don't have many people running Sentieon with sarek.
I'm always happy to see other people do it.
Unfortunately, the small number of people using this feature should explain why it's failing for you at the moment.
I added Sentieon for clinical purpose, so I haven't taken into account the possibility of not having dbsnp and indels.
But I'll make sure to correct that for DSL2.
We currently refactoring sarek for the 3.0 release which will be more modular, and the plan is to fully use this Nextflow functionality with dedicated subworkflows.
Check Documentation
I have checked the following places for your error:
Description of the bug
I want the sarek pipeline to SKIP BQRS because I don't have dbsnp and indels for my rice genome. But the pipeline tries to run Sentieon_BQSR anyway and fails. What am I doing wrong?
Steps to reproduce
Steps to reproduce the behaviour:
nextflow run ./sarek/ -c mapping.conf -profile uiuc_hpcbio --custom_config_base /home/groups/hpcbio/projects/meksem/2021-June-Rice/results/20210612-11-Samples/configs -resume -qs 4 -with-report -with-trace
Expected behaviour
I expected the pipieline to skip the Sentieon_BQSR process where it failed
Log files
Have you provided the following extra information/files:
.nextflow.log
filenextflow.log
samples.tsv.txt
mapping.conf.txt
System
Nextflow Installation
nextflow/20.11.0-edge-Java_1.8.0_152
Container engine
Additional context
Processing a non-human genome that does not have dbsnp or indel files
The text was updated successfully, but these errors were encountered: