Skip to content

Commit

Permalink
fix global config script
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Mar 20, 2024
1 parent 68d0a99 commit f0ac4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-main-config-file.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def main():
"pas": "{tandem_pas_representative_sites_coordinates}"
"3ss": "{_3ss_coordinates}"
"5ss": "{_5ss_coordinates}"
CSM_additional_regions_files: {}
CSM_additional_regions_files: "{{}}"
CSM_window_step: {int(template["window_size"]/2)}
CSM_matrix_type: "{template["matrix_type"]}"
CSM_kmer_min: {template["k_min"]}
Expand Down

0 comments on commit f0ac4b9

Please sign in to comment.