Skip to content

Commit

Permalink
create checkm_db
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyliu1326 committed Nov 27, 2024
1 parent 3d35660 commit c96aaee
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/wf_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
NXF_VER:
- "23.04.0"
BACPAQ_TEST_CONFIG:
- "test"
- "test_minimal"
- "test_seqqc_illumina"
steps:
- name: Check out pipeline code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down Expand Up @@ -60,6 +61,8 @@ jobs:
mkdir bakta_db
mkdir checkm_db
ls
- name: Disk space cleanup
Expand All @@ -70,12 +73,6 @@ jobs:
# For example: adding multiple test runs with different parameters
# Remember that you can parallelise this by using strategy.matrix
run: |
kraken2_db=./kraken2_db
confindr_db=./confindr
busco_db=./busco_bacteria_odb10
bakta_db=./bakta_db
adaptors=./adaptors/test.fa
nextflow run ${GITHUB_WORKSPACE} \
-profile ${{ matrix.BACPAQ_TEST_CONFIG }},docker \
--outdir ./results

0 comments on commit c96aaee

Please sign in to comment.