Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc37119 vscuser committed Dec 6, 2024
1 parent 33ad55d commit e3ce358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "file-path",
"exists": true,
"pattern": "^\\S+$",
"errorMessage": "Image path must be provided, cannot contain spaces and must have extension '.tif' or '.tiff'"
"errorMessage": "Image path must be provided, cannot contain spaces."
}
},
"required": ["sample", "image"]
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ params {
bigtiff = null
pyramid_resolutions = null
pyramid_scale = null
singularityCache = "/dodrio/scratch/projects/2024_300/twoller/.singularityCache"
cluster_options = "--mem-per-cpu=3140 --cpus-per-task=4 "
singularityCache = "/dodrio/scratch/projects/2024_300/oezdemir/repositories/bfflow/.singularityCache"
// cluster_options = "--mem-per-cpu=3140 --cpus-per-task=4 "

// Boilerplate options
outdir = null
Expand Down Expand Up @@ -119,7 +119,7 @@ profiles {
singularity.autoMounts = true
process {
executor = 'slurm'
clusterOptions = "${params.cluster_options}"
//clusterOptions = "${params.cluster_options}"
containerOptions = "-B ${baseDir} -B $PWD -B $HOME"
}
}
Expand Down

0 comments on commit e3ce358

Please sign in to comment.