Update software/gatk/createsequencedictionary/main.nf

This commit is contained in:
Harshil Patel 2021-02-16 22:08:11 +00:00 committed by GitHub
parent 7c64e70c9e
commit a6d6c0b973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ process GATK_CREATESEQUENCEDICTIONARY {
gatk --java-options "-Xmx${avail_mem}g" \\
CreateSequenceDictionary \\
--REFERENCE $fasta \\
--URI $fasta
--URI $fasta \\
$options.args
echo \$(gatk CreateSequenceDictionary --version 2>&1) | sed 's/^.*(GATK) v//; s/ HTSJDK.*\$//' > ${software}.version.txt