Updates to src/nextflow.config
Compare changes
+ 4
− 11
@@ -85,39 +85,32 @@ profiles {
I'm newish to nextflow, but have implemented a few differences in my own config file used on PSMN compared to the one here, and wanted to discuss with you:
charliecloud
prefixes for readOnlyInputs
and cacheDir
- why are they not prefixed by charliecloud
?--bind
ing as nextflow takes care of it, stated here:
Nextflow automatically manages the file system mounts whenever a container is launched depending on the process input files.
queue
not clusterOptions
for Lake partition, as per here:
SLURM partitions can be considered jobs queues. Nextflow allows you to set partitions by using the above queue directive.
slurm
executor always under process
- why do you only add slurm
for the labelled processes, not for all processes under psmn
profile?I wouldn't insist that any of these suggestions be integrated, or know for sure they are correct