Skip to content

Commit

Permalink
add charliecloud.conf
Browse files Browse the repository at this point in the history
addresses nf-core#824
  • Loading branch information
phue committed Jan 11, 2021
1 parent bb5c10d commit 8c4f1ea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* -------------------------------------------------
* Nextflow config file for Charliecloud
* -------------------------------------------------
* Assumes that pipeline dependencies are all available in
* /opt/conda/envs/{{ cookiecutter.name_noslash }}-{{ cookiecutter.version }}/bin
* If multiple containers are used, it may be necessary to include their environment
* paths in the `env` scope below
*/

charliecloud {
enabled = true
}

manifest {
nextflowVersion = '>=20.12.0-edge'
}

env {
PATH = "/opt/conda/bin:/opt/conda/envs/{{ cookiecutter.name_noslash }}-{{ cookiecutter.version }}/bin:$PATH"
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ profiles {
podman {
podman.enabled = true
}
charliecloud { includeConfig 'conf/charliecloud.config' }
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config' }
}
Expand Down

0 comments on commit 8c4f1ea

Please sign in to comment.