Skip to content

Commit

Permalink
MAINT: correct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Phuong-Le committed Jun 12, 2024
1 parent 813dcd0 commit e8a8685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/singularity.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void singularityPreflight(LinkedHashMap workflowContainer, String singularityCac

// Download all the images that do not exist yet
toDownload.each { container, targetName ->
log.info("${container} is not found. Pulling now...")
log.info("${container} is not found in cached directory ${singularityCacheDir}. Pulling now...")
process = "singularity pull --dir ${singularityCacheDir} ${targetName} docker://${container}".execute()
process.waitFor()

Expand Down
2 changes: 1 addition & 1 deletion sanger_lsf.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ process {
cpus = 1
}
withName: betaBinomFilterIndex {
container = 'phuongle2510/lcm_r:0.0.1'
container = 'phuongle2510/lcm_r:0.1.1'
memory = { 500.MB * task.attempt }
queue = 'normal'
cpus = 1
Expand Down

0 comments on commit e8a8685

Please sign in to comment.