Skip to content

Commit 1b84538

Browse files
committed
Genome installation during test changed to CLI
1 parent 318b584 commit 1b84538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Install genome
5959
run: |
60-
python install_genome.py ${{ github.workspace }}/src/
60+
SigProfilerMatrixGenerator install GRCh37 --local_genome ${{ github.workspace }}/src/
6161
6262
- name: Run unit tests
6363
run: |

0 commit comments

Comments
 (0)