Pin wf-template@ruo-next

This commit is contained in:
Natalia Garcia 2026-05-19 14:03:13 +00:00
parent 56ce8d2a7e
commit 779388f871
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ variables:
PYTEST_TESTS_PATH: "bin/workflow_glue/tests/common"
RTEST_CONTAINER_NAME: "wf-transcriptomes-core"
RTEST_CONTAINER_CONFIG_KEY: "container_sha"
WF_TEMPLATE_ENFORCEMENT_BRANCH: "CW-6552"
WF_TEMPLATE_ENFORCEMENT_BRANCH: "ruo-next"
pytest_wfcontainer:
extends: pytest

View File

@ -81,7 +81,7 @@ process minimap2_alignment {
emit: alignment
script:
String reset_cmd_body = "samtools reset -x tp,cm,s1,s2,NM,MD,AS,SA,ms,nn,ts,cg,cs,dv,de,rl"
String fastq_cmd_body = "samtools fastq -T *"
String fastq_cmd_body = "samtools fastq -T '*'"
// Default required threads is 6
// Samtools x3 and bamstats will all be single threaded
def minimap2_threads = Math.max(task.cpus - 4 , 1)