We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580d9bd commit d34a7c2Copy full SHA for d34a7c2
bolt/workflows/other/cancer_report.py
@@ -96,11 +96,11 @@ def entry(ctx, **kwargs):
96
\
97
--key_genes {kwargs['cancer_genes_fp']} \
98
--oncokb_genes {kwargs['oncokb_genes_fp']} \
99
+ {hrdetect_arg} \
100
101
--img_dir {output_image_dir}/ \
102
--result_outdir {output_table_dir}/ \
- --out_file {output_dir}/{kwargs["tumor_name"]}.cancer_report.html
103
- {hrdetect_arg} \
+ --out_file {output_dir}/{kwargs['tumor_name']}.cancer_report.html
104
'''
105
util.execute_command(command)
106
0 commit comments