Skip to content

Commit

Permalink
fix indentation in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Apr 1, 2024
1 parent ece2ffb commit 7856f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/samtools/samtools_index/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ engines:
setup:
- type: docker
run: |
samtools --version 2>&1 | grep -E '^(samtools|Using htslib)' | \
sed 's#Using ##;s# \([0-9\.]*\)$#: \1#' > /var/software_versions.txt
samtools --version 2>&1 | grep -E '^(samtools|Using htslib)' | \
sed 's#Using ##;s# \([0-9\.]*\)$#: \1#' > /var/software_versions.txt
runners:
- type: executable
- type: nextflow

0 comments on commit 7856f0f

Please sign in to comment.