fix: Remove invalid shorah parameter

It turns out that -t threads only works for shorah shotgun, not shorah
amplicon. Remove the invalid parameter.
This commit is contained in:
Thomas A. Christensen II 2023-09-29 14:17:39 -05:00
parent b98a797701
commit 588d307ff6
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -21,7 +21,6 @@ process SHORAH_AMPLICON {
script: script:
""" """
shorah amplicon \\ shorah amplicon \\
-t ${task.cpus} \\
-f ${reference} \\ -f ${reference} \\
-b ${bam} \\ -b ${bam} \\
""" """