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:
parent
b98a797701
commit
588d307ff6
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ process SHORAH_AMPLICON {
|
|||
script:
|
||||
"""
|
||||
shorah amplicon \\
|
||||
-t ${task.cpus} \\
|
||||
-f ${reference} \\
|
||||
-b ${bam} \\
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue