Skip to content

Commit

Permalink
Update heatcluster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrB-S authored Oct 20, 2023
1 parent 1e45a5f commit d14fe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heatcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: pip install argparse pandas numpy pathlib seaborn matplotlib

- name: test (tab-delimited)
run: python3 HeatCluster.py -i test/small_matrix.csv
run: ./HeatCluster.py -i test/small_matrix.csv

- name: test1 (comma-delimited)
run: ./HeatCluster.py -i test/snp-dists.txt -o test1
Expand Down

0 comments on commit d14fe9d

Please sign in to comment.