Skip to content

Commit d34a7c2

Browse files
committed
typo again ......
1 parent 580d9bd commit d34a7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolt/workflows/other/cancer_report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ def entry(ctx, **kwargs):
9696
\
9797
--key_genes {kwargs['cancer_genes_fp']} \
9898
--oncokb_genes {kwargs['oncokb_genes_fp']} \
99+
{hrdetect_arg} \
99100
\
100101
--img_dir {output_image_dir}/ \
101102
--result_outdir {output_table_dir}/ \
102-
--out_file {output_dir}/{kwargs["tumor_name"]}.cancer_report.html
103-
{hrdetect_arg} \
103+
--out_file {output_dir}/{kwargs['tumor_name']}.cancer_report.html
104104
'''
105105
util.execute_command(command)
106106

0 commit comments

Comments
 (0)