fix version

This commit is contained in:
Rike 2022-05-23 12:15:33 +02:00
parent a8dac59c50
commit 175ea9b7f9

View file

@ -45,7 +45,7 @@ process GATK4_FILTERVARIANTTRANCHES {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
gatk4: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' ))
gatk4: \$(echo \$(gatk --version 2>&1) | sed 's/^.*(GATK) v//; s/ .*\$//')
END_VERSIONS
"""
}