Skip to content

Commit

Permalink
Minor changes, paths, config and script
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Apr 11, 2024
1 parent 72fd99f commit 166de17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/samtools/samtools_stats/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ argument_groups:
Output file.
default: "out.txt"
required: true
must_exist: false
direction: output

resources:
- type: bash_script
Expand Down
2 changes: 1 addition & 1 deletion src/samtools/samtools_stats/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e
[[ "$par_sparse" == "false" ]] && unset par_sparse
[[ "$par_remove_overlaps" == "false" ]] && unset par_remove_overlaps

$(which samtools) stats \
samtools stats \
${par_coverage:+-c "$par_coverage"} \
${par_remove_dups:+-d} \
${par_required_flag:+-f "$par_required_flag"} \
Expand Down
2 changes: 1 addition & 1 deletion src/samtools/samtools_stats/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

test_dir="${meta_resources_dir}test_data"
test_dir="${meta_resources_dir}/test_data"

############################################################################################

Expand Down

0 comments on commit 166de17

Please sign in to comment.