Update main.nf (#938)

Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
This commit is contained in:
Robert A. Petit III 2021-11-15 07:47:41 -07:00 committed by GitHub
parent b5b3ff16ce
commit 51f2d9a806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \\