File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5151 "imputation_out_miss_filename" : " don.miss" ,
5252 "imputation_out_problem_filename" : " don.problem" ,
5353 "max_haplotypes_number_in_phase" : 100 ,
54+ "imputation_out_path" : " output" ,
55+ "pops_count_file" : " output/pop_counts_file.txt"
5456 "imputation_out_path" : " output"
5557}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def run_impute(
3333 graph_files_path = json_conf .get ("graph_files_path" )
3434 if graph_files_path [- 1 ] != "/" :
3535 graph_files_path += "/"
36- output_dir = json_conf .get ("imuptation_out_path " , "output" )
36+ output_dir = json_conf .get ("imputation_out_path " , "output" )
3737 if output_dir [- 1 ] != "/" :
3838 output_dir += "/"
3939 config = {
Original file line number Diff line number Diff line change 3030
3131# read the config file
3232output_dir = "output/"
33- project_dir = ".. /"
33+ project_dir = "./"
3434
3535# Read configuration file and load properties
3636with open (configuration_file ) as f :
You can’t perform that action at this time.
0 commit comments