Skip to content

Commit

Permalink
Fix python directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Nov 8, 2023
1 parent 33f1531 commit 59b525b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ rule gens_preprocessing:
"Formatting output for GENS for sample: {params.sample}."
shell:
"""
{params.gens_preprocessing} -s {params.sequencing_type} -o {output.gens_baf_bed} calculate-bafs --vcf-file-path {input.gnomad_af5_vcf}
{params.gens_preprocessing} -s {params.sequencing_type} -o {output.gens_cov_bed} create-coverage-regions --normalised-coverage-path {input.denoised_cr}
python {params.gens_preprocessing} -s {params.sequencing_type} -o {output.gens_baf_bed} calculate-bafs --vcf-file-path {input.gnomad_af5_vcf}
python {params.gens_preprocessing} -s {params.sequencing_type} -o {output.gens_cov_bed} create-coverage-regions --normalised-coverage-path {input.denoised_cr}
"""

rule finalize_gens_outputfiles:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Fixed:
* CNVpytor container, fixing numpy version https://github.com/Clinical-Genomics/BALSAMIC/pull/1273
* QC workflow store https://github.com/Clinical-Genomics/BALSAMIC/pull/1295
* MultiQC rule missing input files https://github.com/Clinical-Genomics/BALSAMIC/pull/1321
* `gens_preprocessing` rule missing python directive https://github.com/Clinical-Genomics/BALSAMIC/pull/1322

Removed:
^^^^^^^^
Expand Down

0 comments on commit 59b525b

Please sign in to comment.