File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ pip3 install argparse logging pandas numpy seaborn matplotlib pathlib
3737## Running heatcluster.py
3838
3939```
40- usage: heatcluster.py [-h] -i INPUT [-o OUT] [-t TYPE] [-v]
40+ usage: python heatcluster.py [-h] -i INPUT [-o OUT] [-t TYPE] [-v]
41+
42+ requires: python3.12+
4143
4244options:
4345 -h, --help show this help message and exit
@@ -51,13 +53,13 @@ Multiple test files are located in [test](./test) which can be used for troubles
5153
5254Examples:
5355```
54- heatcluster.py -i test/small_matrix.csv -o small_matrix -t png
56+ python heatcluster.py -i test/small_matrix.csv -o small_matrix -t png
5557```
5658
5759This will generate a file called 'small_matrix.png'.
5860
5961```
60- heatcluster.py -i test/large_matrix.csv -o large_matrix
62+ python heatcluster.py -i test/large_matrix.csv -o large_matrix
6163```
6264
6365This will generate a file called 'large_matrix.pdf' from a comma-delimited matrix.
You can’t perform that action at this time.
0 commit comments