Skip to content

Commit

Permalink
change platforms into engines and runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Feb 24, 2024
1 parent 0793da3 commit 4a3f614
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion src/busco/busco_download_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ resources:
test_resources:
- type: bash_script
path: test.sh
platforms:
engines:
- type: docker
image: quay.io/biocontainers/busco:5.6.1--pyhdfd78af_0
setup:
- type: docker
run: |
busco --version | sed 's/BUSCO\s\(.*\)/busco: "\1"/' > /var/software_versions.txt
runners:
- type: executable
- type: nextflow
4 changes: 3 additions & 1 deletion src/busco/busco_list_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ resources:
test_resources:
- type: bash_script
path: test.sh
platforms:
engines:
- type: docker
image: quay.io/biocontainers/busco:5.6.1--pyhdfd78af_0
setup:
- type: docker
run: |
busco --version | sed 's/BUSCO\s\(.*\)/busco: "\1"/' > /var/software_versions.txt
runners:
- type: executable
- type: nextflow
5 changes: 3 additions & 2 deletions src/lofreq/call/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,14 @@ test_resources:
path: test.sh
- type: file
path: test_data
platforms:
engines:
- type: docker
image: quay.io/biocontainers/lofreq:2.1.5--py38h794fc9e_10
setup:
- type: docker
run: |
version=$(lofreq version | grep 'version' | sed 's/version: //') && \
echo "lofreq: $version" > /var/software_versions.txt
runners:
- type: executable
- type: nextflow

4 changes: 3 additions & 1 deletion src/lofreq/indelqual/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ test_resources:
path: test.sh
- type: file
path: test_data
platforms:
engines:
- type: docker
image: quay.io/biocontainers/lofreq:2.1.5--py38h794fc9e_10
setup:
- type: docker
run: |
version=$(lofreq version | grep 'version' | sed 's/version: //') && \
echo "lofreq: $version" > /var/software_versions.txt
runners:
- type: executable
- type: nextflow

0 comments on commit 4a3f614

Please sign in to comment.