Skip to content

Commit 539fcde

Browse files
committed
Append _TCR suffix to pipeline name in Word report when TCR analysis is enabled
1 parent 04b6271 commit 539fcde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/singlecell_rules_common.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cd {one_up}; perl {active_script_folder}/run_GenerateAllReports.pl -flowcell {fl
9595
wreport_result
9696
params:
9797
runs = ','.join(run_names),
98-
pipeline = config.pipeline,
98+
pipeline = config.pipeline + "_TCR" if getattr(config, "tcr", False) else config.pipeline,
9999
workflow_flag = get_flag4report,
100100
shell:
101101
"""

0 commit comments

Comments
 (0)