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 d14fe9d commit bdc52e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/heatcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ jobs:
run: pip install argparse pandas numpy pathlib seaborn matplotlib

- name: test (tab-delimited)
run: ./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
run: ./HeatCluster.py -i /test/snp-dists.txt -o test1

- name: test2 (empty first row/col cell)
run: ./HeatCluster.py -i test/blank.txt -o test2 -t png
run: ./HeatCluster.py -i /test/blank.txt -o test2 -t png

- name: test3 (melted - failure)
run: ./HeatCluster.py -i test/melted.txt -o test3
run: ./HeatCluster.py -i /test/melted.txt -o test3

- name: test4 (small matrix)
run: ./HeatCluster.py -i test/small_matrix.csv -o test4
run: ./HeatCluster.py -i /test/small_matrix.csv -o test4

- name: test5 (medium matrix)
run: ./HeatCluster.py -i test/med_matrix.txt -o test5
run: ./HeatCluster.py -i /test/med_matrix.txt -o test5

- name: test6 (large matrix)
run: ./HeatCluster.py -i test/large_matrix.csv -o test6
run: ./HeatCluster.py -i /test/large_matrix.csv -o test6

- name: test7 (help)
run: ./HeatCluster.py -h
Expand Down

0 comments on commit bdc52e3

Please sign in to comment.