Skip to content

Commit

Permalink
fix virsorter2 db setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rujinlong committed May 25, 2023
1 parent 905184c commit efbc181
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Expand Up @@ -34,8 +34,8 @@ jobs:
# image: denglab/viroprofiler-bracken
# - dockerfile: ./docker/viroprofiler-phamb/Dockerfile
# image: denglab/viroprofiler-phamb
# - dockerfile: ./docker/viroprofiler-virsorter2/Dockerfile
# image: denglab/viroprofiler-virsorter2
- dockerfile: ./docker/viroprofiler-virsorter2/Dockerfile
image: denglab/viroprofiler-virsorter2
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion conf/modules.config
Expand Up @@ -65,7 +65,7 @@ process {
}

withLabel: viroprofiler_virsorter2 {
container = 'denglab/viroprofiler-virsorter2:v0.2.2'
container = 'denglab/viroprofiler-virsorter2:v0.2.5'
}

withLabel: viroprofiler_vpfkit {
Expand Down
1 change: 1 addition & 0 deletions docker/viroprofiler-virsorter2/env_virsorter2.yml
Expand Up @@ -19,4 +19,5 @@ dependencies:
- seqkit
- csvtk
- conda-forge::glpk
- wget

0 comments on commit efbc181

Please sign in to comment.