Skip to content

Commit

Permalink
Update subworkflows/local/vcf_variant_filtering.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Vannieuwkerke <[email protected]>
  • Loading branch information
kubranarci and nvnieuwk authored Jan 13, 2025
1 parent 7a84387 commit eb37c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/vcf_variant_filtering.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workflow VCF_VARIANT_FILTERING {

versions = Channel.empty()

if(params.exclude_expression != null | params.include_expression != null){
if(params.exclude_expression != null || params.include_expression != null){

// filter vcf files using bcftools expressions
BCFTOOLS_FILTER(
Expand Down

0 comments on commit eb37c82

Please sign in to comment.