Skip to content

Commit

Permalink
feat: added cnvyptor to varcall_py3 container (#991)
Browse files Browse the repository at this point in the history
* added cnvyptor

* update changelog
  • Loading branch information
khurrammaqbool authored Sep 2, 2022
1 parent 818ad03 commit 697b022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions BALSAMIC/containers/varcall_py3/varcall_py3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ dependencies:
- bioconda::vcfpy=0.13.4
- bioconda::bwa=0.7.17
- bioconda::tiddit=3.3.0
- bioconda::cnvpytor=1.2.1
- conda-forge::libiconv
- conda-forge::r-base=4.1.1
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Added:

* Use of PON reference, if exists for CNVkit tumor-normal analysis https://github.com/Clinical-Genomics/BALSAMIC/pull/982
* Added PON version to CLI and config.json https://github.com/Clinical-Genomics/BALSAMIC/pull/983
* `cnvpytor` to varcallpy3 container https://github.com/Clinical-Genomics/BALSAMIC/pull/991


Changed:
^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion container_tests/varcall_py3/varcall_py3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Test if commands exist

valid_commands=( "bcftools" "samtools" "tabix" "vardict" "vardict-java" "svdb" "bwa" "tiddit")
valid_commands=( "bcftools" "samtools" "tabix" "vardict" "vardict-java" "svdb" "bwa" "tiddit" "cnvpytor")

for valid_command in "${valid_commands[@]}"
do
Expand Down

0 comments on commit 697b022

Please sign in to comment.