Skip to content

Commit

Permalink
refactor: Add small profile same as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jun 11, 2024
1 parent 3cf6679 commit 1e80d43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,10 @@ profiles {
}
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config' }
light { includeConfig 'conf/light.config' }
medium { includeConfig 'conf/medium.config' }
large { includeConfig 'conf/large.config' }
light { includeConfig 'conf/light.config' }
small { includeConfig 'conf/base.config' }
medium { includeConfig 'conf/medium.config' }
large { includeConfig 'conf/large.config' }
}

// Export these variables to prevent local Python/R libraries from conflicting with those in the container
Expand Down

0 comments on commit 1e80d43

Please sign in to comment.