Skip to content

Commit

Permalink
Fix EOF string
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Nov 5, 2024
1 parent a87aadf commit bae7d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ cat <<-END_VERSIONS > versions.yml
"${task.process}":
fastqc: \$( fastqc --version | sed -e "s/FastQC v//g" )
samtools: \$( samtools --version |& sed '1!d ; s/samtools //' )
END_VERSION
END_VERSIONS
```

resulting in, for instance,
Expand Down

0 comments on commit bae7d2c

Please sign in to comment.