Skip to content

Commit cdd5478

Browse files
committed
adding global report ds code back in
1 parent 1fd3c40 commit cdd5478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

civet/input_parsing/report_arg_parsing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def qc_report_content(config):
8484

8585
#then at some point we need to update the treefile with these display names using jclusterfunk
8686

87-
def parse_global_report_options(report_title,report_content,report_preset,report_column, anonymise,date_column, background_date_column,date_format,location_column, config):
87+
def parse_global_report_options(report_title,report_content,report_preset,global_snipit,report_column, anonymise,date_column, background_date_column,date_format,location_column, config):
8888
"""
8989
parses the report group arguments
9090
--report-content (Default 1,2,3)
@@ -108,6 +108,8 @@ def parse_global_report_options(report_title,report_content,report_preset,report
108108
global_report_functions.parse_date_args(date_column, background_date_column, date_format, config)
109109
global_report_functions.parse_location(location_column, config)
110110

111+
misc.add_arg_to_config(KEY_GLOBAL_SNIPIT,global_snipit,config)
112+
111113
return name_output
112114

113115
def parse_tree_options(tree_annotations,max_tree_size, config):

0 commit comments

Comments
 (0)