We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b6271 commit 539fcdeCopy full SHA for 539fcde
1 file changed
rules/singlecell_rules_common.smk
@@ -95,7 +95,7 @@ cd {one_up}; perl {active_script_folder}/run_GenerateAllReports.pl -flowcell {fl
95
wreport_result
96
params:
97
runs = ','.join(run_names),
98
- pipeline = config.pipeline,
+ pipeline = config.pipeline + "_TCR" if getattr(config, "tcr", False) else config.pipeline,
99
workflow_flag = get_flag4report,
100
shell:
101
"""
0 commit comments