diff --git a/.github/workflows/heatcluster.yml b/.github/workflows/heatcluster.yml index ad458f3..ade1198 100644 --- a/.github/workflows/heatcluster.yml +++ b/.github/workflows/heatcluster.yml @@ -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