Skip to content

Commit

Permalink
Update HeatCluster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DrB-S authored Nov 8, 2023
1 parent b05e0cb commit a971184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeatCluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
parser.add_argument('-i', '--input', type=str, help='input SNP matrix file name', default='snp-dists.txt')
parser.add_argument('-o', '--out', type=str, help='final file name', default='SNP_matrix')
parser.add_argument('-t', '--type', type=str, help='file extension for final image', default = 'pdf')
parser.add_argument('-v', '--version', help='print version and exit', action='version', version='%(prog)s ' + '0.4.11')
parser.add_argument('-v', '--version', help='print version and exit', action='version', version='%(prog)s ' + '0.4.12')
args = parser.parse_args()

def main():
Expand Down

0 comments on commit a971184

Please sign in to comment.