Skip to content

Feature/reference alleles #102

Feature/reference alleles

Feature/reference alleles #102

Workflow file for this run

name: tests ci
# This workflow runs the pipeline with the minimal test dataset to check
# is completed without any errors
on:
pull_request:
push:
jobs:
test_analyze_schema:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: taranis_env
environment-file: environment.yml
- name: Verify Conda environment
run: conda env list
- name: Activate env and install taranis
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate taranis_env
poetry install
taranis analyze-schema -i test/MLST_listeria -o analyze_schema_test --cpus 1 --output-allele-annot --remove-no-cds --remove-duplicated --remove-subset