Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 12, 2024
1 parent cc7292b commit 78ce68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bedtools/bedtools_bamtobed/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ argument_groups:
arguments:
- name: --output
alternatives: -o
required: true
type: file
direction: output
description: Output BED file.
Expand Down
2 changes: 1 addition & 1 deletion src/bedtools/bedtools_bamtobed/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# exit on error
set -e
set -eo pipefail

# directory of the bam file
test_data="$meta_resources_dir/test_data"
Expand Down

0 comments on commit 78ce68c

Please sign in to comment.