Skip to content

Commit

Permalink
By default use github built container
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevenyi committed Feb 14, 2024
1 parent de34955 commit b882048
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// process.container = 'maget.img'
// apptainer.enabled = true

profiles {
standard {
process {
container = 'ghcr.io/cobralab/magetbrain-nextflow:master'
executor = 'local'
}
apptainer.enabled = true
}
niagara {
process {
Expand Down

0 comments on commit b882048

Please sign in to comment.