Skip to content

Commit

Permalink
Added CI test for additional annot
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Jan 18, 2024
1 parent ea073b5 commit 63d4ca6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- "--spades_mode corona"
- "--spades_mode metaviral"
- "--skip_plasmidid false --skip_asciigenome"
- "--additional_annot ./GCA_009858895.3_ASM985889v3_genomic.gtf.gz"
steps:
- name: Check out pipeline code
uses: actions/checkout@v2
Expand All @@ -65,6 +66,10 @@ jobs:
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Download GTF for additional annotation
run: |
wget https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/009/858/895/GCA_009858895.3_ASM985889v3/GCA_009858895.3_ASM985889v3_genomic.gtf.gz
- name: Run pipeline with various parameters
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker ${{ matrix.parameters }} --outdir ./results
Expand Down

0 comments on commit 63d4ca6

Please sign in to comment.