Skip to content

Commit

Permalink
chore: tweak config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Sep 19, 2023
1 parent 16f3a17 commit df01c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions conf/containers.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// containers accessed in process definitions with $params.containers.NAME
params {
containers {
base = 'nciccbr/ccbr_ubuntu_base_20.04:v5'
Expand Down
2 changes: 0 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

process {

publishDir = [
Expand All @@ -23,4 +22,3 @@ process {
"--volume $params.fastq_screen.db_dir:$params.fastq_screen.db_dir "}
}
}
// Do not specify cpus, memory, or time here -- use process labels from conf/base.config

0 comments on commit df01c77

Please sign in to comment.