Skip to content

Commit

Permalink
update installation taranis for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Jan 25, 2024
1 parent 6cabd24 commit ef0f2b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- name: Verify Conda environment
run: conda env list

- name: Run your script
- name: Activate env and install taranis
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate taranis_env
- name: testung analyze schema
run:
poetry install
- name: testing analyze schema
run:
taranis analyze-schema -i test/MLST_listeria -o analyze_schema_test --cpus 1 --output-allele-annot --remove-no-cds --remove-duplicated --remove-subset

0 comments on commit ef0f2b7

Please sign in to comment.