Skip to content

Commit

Permalink
Correcting conditions such with BCF input intensity and contamination…
Browse files Browse the repository at this point in the history
… check is default
  • Loading branch information
rajwanir2 committed Aug 16, 2024
1 parent 8e91650 commit f7a7396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cgr_gwas_qc/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use rule * from sample_qc
targets.extend(sample_qc.targets)


if sample_qc.use_contamination:
if sample_qc.use_contamination or cfg.config.user_files.bcf:

module contamination:
snakefile:
Expand All @@ -61,7 +61,7 @@ if sample_qc.use_contamination:
targets.extend(contamination.targets)


if sample_qc.use_contamination:
if sample_qc.use_contamination or cfg.config.user_files.bcf:

module intensity_check:
snakefile:
Expand Down

0 comments on commit f7a7396

Please sign in to comment.