Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Jan 30, 2024
1 parent 4312d39 commit cab5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/busco/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ platforms:
setup:
- type: docker
run: |
busco: "$(busco --version 2>&1 | sed -n 's/BUSCO \([0-9.]*\)/\1/p')" > /var/software_versions.txt
busco --version | sed 's/BUSCO\s\(.*\)/busco: "\1"/' > /var/software_versions.txt
- type: nextflow

0 comments on commit cab5eab

Please sign in to comment.