fix reference arg

This commit is contained in:
Matthias De Smet 2022-04-29 11:12:24 +02:00
parent 20ebb89ff9
commit 771d5a19f1

View file

@ -31,7 +31,7 @@ process PICARD_CREATESEQUENCEDICTIONARY {
-Xmx${avail_mem}g \\
CreateSequenceDictionary \\
$args \\
--REFERENCE_SEQUENCE $fasta \\
--REFERENCE $fasta \\
--OUTPUT ${prefix}.dict
cat <<-END_VERSIONS > versions.yml