mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
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:
parent
30b0485912
commit
ce06694af8
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ process SAMTOOLS_FAIDX {
|
|||
"""
|
||||
samtools \\
|
||||
faidx \\
|
||||
$args \\
|
||||
$fasta
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
|
|
Loading…
Reference in a new issue