Skip to content

Commit

Permalink
Bump pgscatalog utils (#219)
Browse files Browse the repository at this point in the history
* bump pgscatalog_utils

* bump pgscatalog-utils
  • Loading branch information
nebfield authored Dec 5, 2023
1 parent a6fff84 commit b682d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ process {
ext.conda = "$projectDir/environments/pgscatalog_utils/environment.yml"
ext.docker = 'ghcr.io/pgscatalog/pgscatalog_utils'
ext.singularity = 'oras://ghcr.io/pgscatalog/pgscatalog_utils'
ext.docker_version = ':v0.4.2'
ext.singularity_version = ':v0.4.2-singularity'
ext.docker_version = ':v0.4.3'
ext.singularity_version = ':v0.4.3-singularity'
}

withLabel: plink2 {
Expand Down
2 changes: 1 addition & 1 deletion environments/pgscatalog_utils/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
- python=3.10
- pip
- pip:
- pgscatalog_utils==0.4.2
- pgscatalog_utils==0.4.3

0 comments on commit b682d50

Please sign in to comment.