We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebba956 commit b974bf1Copy full SHA for b974bf1
1 file changed
main.nf
@@ -3145,7 +3145,7 @@ process get_software_versions {
3145
bowtie2 --version | grep -a 'bowtie2-.* -fdebug' > v_bowtie2.txt || true
3146
eigenstrat_snp_coverage --version | cut -d ' ' -f2 >v_eigenstrat_snp_coverage.txt || true
3147
mapDamage --version > v_mapdamage.txt || true
3148
- bbduk.sh -Xmx${task.memory.toGiga()}g | grep 'Last modified' | cut -d ' ' -f 3-99 > v_bbduk.txt || true
+ bbversion.sh > v_bbduk.txt || true
3149
bcftools --version | grep 'bcftools' | cut -d ' ' -f 2 > v_bcftools.txt || true
3150
scrape_software_versions.py &> software_versions_mqc.yaml
3151
"""
0 commit comments