Skip to content

Commit

Permalink
Update runTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfl15 authored Nov 13, 2023
1 parent a2abb20 commit 519b228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: yacht_env
activate-environment: yacht_env1
environment-file: env/yacht_env.yml
- name: make training data
run: python make_training_data_from_sketches.py --ref_file 'tests/testdata/20_genomes_sketches.zip' --ksize 31 --prefix 'gtdb_ani_thresh_0.95' --ani_thresh 0.95 --outdir ./ --force
Expand Down

0 comments on commit 519b228

Please sign in to comment.