Added support for ext.args in samtools/faidx (#1919)

ext.args was not used in the actual command-line

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Matthieu Muffato 2022-07-26 21:51:47 +01:00 committed by GitHub
parent 30b0485912
commit ce06694af8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ process SAMTOOLS_FAIDX {
"""
samtools \\
faidx \\
$args \\
$fasta
cat <<-END_VERSIONS > versions.yml