Skip to content

Commit

Permalink
update cytosure conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Aug 27, 2024
1 parent 92e0d64 commit 67d4607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/raredisease.nf
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ workflow RAREDISEASE {
Generate CGH files from sequencing data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
if ( !params.skip_vcf2cytosure && params.analysis_type.equals("wgs") ) {
if ( !params.skip_vcf2cytosure && params.analysis_type.equals("wgs") && !params.skip_sv_calling) {
GENERATE_CYTOSURE_FILES (
ch_sv_annotate.vcf_ann,
ch_sv_annotate.tbi,
Expand Down

0 comments on commit 67d4607

Please sign in to comment.