Skip to content

Commit

Permalink
Merge pull request #2 from lmtani/fix-samtools-test
Browse files Browse the repository at this point in the history
🐛 Update task names for Sort commands
  • Loading branch information
lmtani committed Jan 3, 2024
2 parents 3ba1ebb + 5e86c96 commit e757a90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tasks/samtools/converttocram.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ task ConvertToCram {
}

command <<<
set -e
set -o pipefail
set -e -o pipefail
samtools --version | grep "^samtools" > version.txt
if [ ~{stub} == "true" ]; then
touch ~{output_basename}.cram \
Expand Down
2 changes: 1 addition & 1 deletion tests/tasks/bcftools/bcftools_sort/test_sort_task.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Check if Sort produces the expected outputs
- name: Check if Bcftools Sort produces the expected outputs
tags:
- bcftools
- bcftools/bcftools_sort
Expand Down
2 changes: 1 addition & 1 deletion tests/tasks/samtools/samtools_sort/test_sort_task.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Check if Sort produces the expected outputs
- name: Check if Samtools Sort produces the expected outputs
tags:
- samtools
- samtools/samtools_sort
Expand Down

0 comments on commit e757a90

Please sign in to comment.