Skip to content

Commit

Permalink
change script resource to samtools_fastq script, with dummy argument …
Browse files Browse the repository at this point in the history
…to specify the command
  • Loading branch information
emmarousseau committed May 30, 2024
1 parent 2d93944 commit 8b708fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 41 deletions.
7 changes: 6 additions & 1 deletion src/samtools/samtools_fasta/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ argument_groups:
direction: output
- name: Options
arguments:
- name: --command
type: string
description: |
This is a dummy argument to use the same script for multiple samtools commands.
default: fasta
- name: --no_suffix
alternatives: -n
type: boolean_true
Expand Down Expand Up @@ -170,7 +175,7 @@ argument_groups:
resources:
- type: bash_script
path: script.sh
path: ../samtools_fasta/script.sh
test_resources:
- type: bash_script
path: test.sh
Expand Down
40 changes: 0 additions & 40 deletions src/samtools/samtools_fasta/script.sh

This file was deleted.

0 comments on commit 8b708fb

Please sign in to comment.