Skip to content

Commit

Permalink
write software version to file
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood authored Aug 21, 2024
1 parent c407a88 commit 1b0257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qualimap/qualimap_rnaseq/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ engines:
setup:
- type: docker
run: |
echo QualiMap: $(qualimap 2>&1 | grep QualiMap | sed 's/^.*QualiMap//')
echo QualiMap: $(qualimap 2>&1 | grep QualiMap | sed 's/^.*QualiMap//') > /var/software_versions.txt
runners:
- type: executable
- type: nextflow

0 comments on commit 1b0257c

Please sign in to comment.