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
Is your feature request related to a problem? Please describe
The pipeline stops when analysing a batch of samples has a sample with very few or no reads. This causes a problem when starting the pipeline automatically, without inspecting the input data, as soon as the sequencer has finished.
Some rules and programs can handle missing input while others can't.
Error messages came from the following rules:
Error in rule fusions_fuseq_wes:
Error in rule cnv_sv_gatk_denoise_read_counts:
Error in rule cnv_sv_manta_run_workflow_t:
Error in rule cnv_sv_purecn_coverage:
Error in rule biomarker_cnvkit2scarhrd:
Error in rule cnv_sv_cnvkit_vcf:
Error in rule annotation_vep:
Error in rule annotation_vep_wo_pick:
Describe the solution you'd like
All rules should handle missing input without the pipeline stopping.
Describe alternatives you've considered
Add error handling for programs that exit with an error exit status.
Additional context
The text was updated successfully, but these errors were encountered:
What I have been doing is to run the pipeline with the snakemake flag --keep-going. Then all branches of the DAG that don't result in an error can continue all the way to the end, and ideally only the affected sample(s) will have missing files.
Perhaps we could have some kind of output, like a simple tsv/yaml/json, with the status of each sample after completion of the pipeline. That would make it easier and less error prone to figure out which sample(s) failed.
Is your feature request related to a problem? Please describe
The pipeline stops when analysing a batch of samples has a sample with very few or no reads. This causes a problem when starting the pipeline automatically, without inspecting the input data, as soon as the sequencer has finished.
Some rules and programs can handle missing input while others can't.
Error messages came from the following rules:
Error in rule fusions_fuseq_wes:
Error in rule cnv_sv_gatk_denoise_read_counts:
Error in rule cnv_sv_manta_run_workflow_t:
Error in rule cnv_sv_purecn_coverage:
Error in rule biomarker_cnvkit2scarhrd:
Error in rule cnv_sv_cnvkit_vcf:
Error in rule annotation_vep:
Error in rule annotation_vep_wo_pick:
Describe the solution you'd like
All rules should handle missing input without the pipeline stopping.
Describe alternatives you've considered
Add error handling for programs that exit with an error exit status.
Additional context
The text was updated successfully, but these errors were encountered: