Skip to content

Commit

Permalink
Updated singularity container name in example nextflow.config files
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-wilson committed Oct 26, 2022
1 parent 859a982 commit a6f4330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/sge.nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ params {
// Deployment
maxp = 30
container_type = "singularity"
container_file = "YOUR_PATH_HERE/kmer_pipeline_2022-10-25.sif"
container_file = "YOUR_CONTAINER_PATH_HERE/kmer_pipeline_2022-10-26.sif"
}
executor.queueSize = params.maxp
executor.cpus = params.maxp
Expand Down
2 changes: 1 addition & 1 deletion example/singularity.nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ params {
// Deployment
maxp = 2
container_type = "singularity"
container_file = "YOUR_PATH_HERE/kmer_pipeline_2022-10-25.sif"
container_file = "YOUR_CONTAINER_PATH_HERE/kmer_pipeline_2022-10-26.sif"
}
executor.queueSize = params.maxp
executor.cpus = params.maxp
2 changes: 1 addition & 1 deletion example/slurm.nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ params {
// Deployment
maxp = 30
container_type = "singularity"
container_file = "YOUR_PATH_HERE/kmer_pipeline_2022-10-25.sif"
container_file = "YOUR_CONTAINER_PATH_HERE/kmer_pipeline_2022-10-26.sif"
}
executor.queueSize = params.maxp
executor.cpus = params.maxp
Expand Down

0 comments on commit a6f4330

Please sign in to comment.