Skip to content

Conditional cnv#94

Merged
jbrestel merged 2 commits into
masterfrom
conditional_cnv
Jul 20, 2026
Merged

Conditional cnv#94
jbrestel merged 2 commits into
masterfrom
conditional_cnv

Conversation

@kathryncrouch

Copy link
Copy Markdown
Member

Ensure downstream steps in the DNAseq graph don't fail if CNV steps have not been run in Nextflow:

  • Modified the WorkflowStep class that writes the loader config. If it cannot find CNV or ploidy input files, it will not write these rows into the config. Thus, the loader will not try to load them. No changes to loader. This will still fail if the input file for indels cannot be found.
  • The WorkflowStep class that copies bigwig files to webservices uses nullglob in the cp command. If one or more bigwig files are found, they will be copied. If no bigwig files are found, the pattern expands to a null variable and the cp command does not fail.

…in the loader config. Indels should always be there, die if this input file is not present
@jbrestel
jbrestel merged commit be61d3b into master Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants