mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update software/gatk/createsequencedictionary/main.nf
This commit is contained in:
parent
7c64e70c9e
commit
a6d6c0b973
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue