Skip to content

Commit

Permalink
Bump utils to v0.4.2 (#185)
Browse files Browse the repository at this point in the history
* bump v0.4.1 -> v0.4.2

* remove whitespace

* fix tag
  • Loading branch information
nebfield authored Sep 28, 2023
1 parent 43ac493 commit 8924d24
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ process {
// container configuration
withLabel: pgscatalog_utils {
ext.conda = "$projectDir/environments/pgscatalog_utils/environment.yml"
ext.docker = 'dockerhub.ebi.ac.uk/gdp-public/pgscatalog_utils/pgscatalog_utils'
ext.singularity = 'oras://dockerhub.ebi.ac.uk/gdp-public/pgscatalog_utils/singularity/pgscatalog_utils'
ext.docker_version = ':dev'
ext.singularity_version = ':dev'
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'
}

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.1
- pgscatalog_utils==0.4.2
2 changes: 1 addition & 1 deletion tests/modules/combine/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
- "effect_type"
- path: output/combine/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"


6 changes: 3 additions & 3 deletions tests/modules/download/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- path: output/download/PGS000001_hmPOS_GRCh37.txt.gz
- path: output/download/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"

- name: pgscatalog test --efo_trait --pgp_id and --pgs_id
command: nextflow run ./tests/modules/download -entry testmultipleaccessions -c ./tests/config/nextflow.config
Expand All @@ -24,7 +24,7 @@
- path: output/download/PGS002054_hmPOS_GRCh37.txt.gz
- path: output/download/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"

- name: pgscatalog test bad accession
command: nextflow run ./tests/modules/download -entry testbadaccession -c ./tests/config/nextflow.config
Expand All @@ -44,4 +44,4 @@
- path: output/download/PGS000001_hmPOS_GRCh38.txt.gz
- path: output/download/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"
4 changes: 2 additions & 2 deletions tests/modules/match/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
files:
- path: output/test/match/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"

- name: test match combine module
command: nextflow run ./tests/modules/match -entry testmatchcombine -c ./tests/config/nextflow.config
Expand All @@ -20,7 +20,7 @@
files:
- path: output/combine/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"
- path: output/combine/scorefiles.txt.gz
contains:
- "effect_allele"
Expand Down
4 changes: 2 additions & 2 deletions tests/subworkflows/test_liftover_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- path: output/combine/scorefiles.txt.gz
- path: output/combine/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"

- name: test input check subworkflow with liftover 37to38
command: nextflow run main.nf --only_input --pgs_id PGS001229 --liftover --target_build GRCh38 -c ./tests/config/nextflow.config --hg19_chain https://hgdownload.cse.ucsc.edu/goldenpath/hg19/liftOver/hg19ToHg38.over.chain.gz --hg38_chain https://hgdownload.soe.ucsc.edu/goldenPath/hg38/liftOver/hg38ToHg19.over.chain.gz
Expand All @@ -22,4 +22,4 @@
- path: output/combine/scorefiles.txt.gz
- path: output/combine/versions.yml
contains:
- "pgscatalog_utils: 0.4.1"
- "pgscatalog_utils: 0.4.2"

0 comments on commit 8924d24

Please sign in to comment.