Skip to content

Commit

Permalink
maybe the branches are the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jan 21, 2025
1 parent 36ae7f2 commit f78d4a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,31 +141,31 @@ workflows:
primaryDescriptorPath: /scripts/permutect/call_variants_with_uda.wdl
# testParameterFiles:
# - /scripts/pathseq/wdl/pathseq_pipeline_template.json
filters:
branches:
- master
- je_updateCondaEnvironment
tags:
- /.*/
# filters:
# branches:
# - master
# - je_updateCondaEnvironment
# tags:
# - /.*/
- name: permutect_make_training_dataset
subclass: WDL
primaryDescriptorPath: /scripts/permutect/make_training_dataset.wdl
# testParameterFiles:
# - /scripts/pathseq/wdl/pathseq_pipeline_template.json
filters:
branches:
- master
- je_updateCondaEnvironment
tags:
- /.*/
# filters:
# branches:
# - master
# - je_updateCondaEnvironment
# tags:
# - /.*/
- name: permutect_train_base_model
subclass: WDL
primaryDescriptorPath: /scripts/permutect/permutect_train_base_model.wdl
# testParameterFiles:
# - /scripts/pathseq/wdl/pathseq_pipeline_template.json
filters:
branches:
- master
- je_updateCondaEnvironment
tags:
- /.*/
# filters:
# branches:
# - master
# - je_updateCondaEnvironment
# tags:
# - /.*/
2 changes: 1 addition & 1 deletion scripts/permutect/permutect_edit_dataset.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ task EditDataset {
set -e

gatk PermutectEditDataset \
--train-tar ~{train_tar} \
--train-tar ~{sep=" --train-tar " + tdrain_tar} \
--chunk-size ~{chunk_size} \
{" --source " + new_source} \
--dataset-edit ~{edit_type} \
Expand Down
2 changes: 1 addition & 1 deletion scripts/permutect/permutect_make_uda_dataset.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task EditDataset {
set -e

gatk PermutectEditDataset \
--train-tar ~{sep=' ' train_tar} \
--train-tar ~{sep=' --train-tar ' train_tar} \
--chunk-size ~{chunk_size} \
~{" --source " + new_source} \
--dataset-edit ~{edit_type} \
Expand Down

0 comments on commit f78d4a1

Please sign in to comment.