mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00: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 input_args = repeats && repeat_order ? "-r ${repeats} -o ${repeat_order}" : ""
|
||||
"""
|
||||
env
|
||||
spaTyper \\
|
||||
$options.args \\
|
||||
$input_args \\
|
||||
|
|
Loading…
Reference in a new issue