Skip to content

Commit

Permalink
make Antibody_Capture config optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichl committed Dec 21, 2023
1 parent 1bdc068 commit bc218ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/visualize.smk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rule visualize:
ab_expr_plot = report(os.path.join(result_path,'{sample}','plots','MIXSCAPE_ALL_{}_expression.png'.format(config["Antibody_Capture"])),
caption="../report/AntibodyExpression.rst",
category="{}_mixscape_seurat".format(config["project_name"]),
subcategory="{sample}") if config["Antibody_Capture"]!="" else "",
subcategory="{sample}") if config["Antibody_Capture"]!="" else [],
resources:
mem_mb=config.get("mem", "16000"),
threads: config.get("threads", 1)
Expand Down

0 comments on commit bc218ad

Please sign in to comment.