Skip to content

Commit b974bf1

Browse files
committed
Relace bbduk version with bbversion.sh
1 parent ebba956 commit b974bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3145,7 +3145,7 @@ process get_software_versions {
31453145
bowtie2 --version | grep -a 'bowtie2-.* -fdebug' > v_bowtie2.txt || true
31463146
eigenstrat_snp_coverage --version | cut -d ' ' -f2 >v_eigenstrat_snp_coverage.txt || true
31473147
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
3148+
bbversion.sh > v_bbduk.txt || true
31493149
bcftools --version | grep 'bcftools' | cut -d ' ' -f 2 > v_bcftools.txt || true
31503150
scrape_software_versions.py &> software_versions_mqc.yaml
31513151
"""

0 commit comments

Comments
 (0)