Skip to content

Commit

Permalink
Update HSD_heatmap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zx0223winner authored Sep 2, 2024
1 parent 329dd60 commit 2c6c93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HSD_heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def main(argv):
'-c <length of output heatmap>')
print('HSD_heatmap.py --hsd_files_path=<HSD file folder> --ko_files_path=<KO file folder>'
' --row_size=<width of output heatmap> --col_size=<height of output heatmap>')
sys.exit(2)
sys.exit(0)
elif opt in ("-f", "--hsd_files_path"):
hsd_files_path = arg
elif opt in ("-k", "--ko_files_path"):
Expand Down

0 comments on commit 2c6c93e

Please sign in to comment.