mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Update main.nf (#938)
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
This commit is contained in:
parent
b5b3ff16ce
commit
51f2d9a806
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ process SPATYPER {
|
||||||
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
def prefix = options.suffix ? "${meta.id}${options.suffix}" : "${meta.id}"
|
||||||
def input_args = repeats && repeat_order ? "-r ${repeats} -o ${repeat_order}" : ""
|
def input_args = repeats && repeat_order ? "-r ${repeats} -o ${repeat_order}" : ""
|
||||||
"""
|
"""
|
||||||
env
|
|
||||||
spaTyper \\
|
spaTyper \\
|
||||||
$options.args \\
|
$options.args \\
|
||||||
$input_args \\
|
$input_args \\
|
||||||
|
|
Loading…
Reference in a new issue