Skip to content

Commit

Permalink
Update modules (for new quay feature to work)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmezz committed May 2, 2023
1 parent 46fd731 commit 4abee09
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"gunzip": {
"branch": "master",
"git_sha": "0f8a77ff00e65eaeebc509b8156eaa983192474b",
"git_sha": "b9829e1064382745d8dff7f1d74d2138d2864f71",
"installed_by": ["modules"]
},
"hamronization/abricate": {
Expand Down Expand Up @@ -178,7 +178,7 @@
},
"untar": {
"branch": "master",
"git_sha": "cc1f997fab6d8fde5dc0e6e2a310814df5b53ce7",
"git_sha": "b9829e1064382745d8dff7f1d74d2138d2864f71",
"installed_by": ["modules"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/gunzip/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions modules/nf-core/gunzip/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/untar/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions modules/nf-core/untar/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ profiles {
docker {
conda.enabled = false
docker.enabled = true
// docker.registry = 'quay.io'
docker.registry = 'quay.io'
docker.userEmulation = true
conda.enabled = false
singularity.enabled = false
Expand All @@ -283,7 +283,7 @@ profiles {
}
podman {
podman.enabled = true
// podman.registry = 'quay.io'
podman.registry = 'quay.io'
conda.enabled = false
docker.enabled = false
singularity.enabled = false
Expand Down

0 comments on commit 4abee09

Please sign in to comment.