Skip to content

Commit

Permalink
fix: Update ubuntu image to nf-core
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 22, 2023
1 parent 535b97d commit 1b86d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/bed2saf.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process BED2SAF {
conda "conda-forge::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"
'nf-core/ubuntu:20.04' }"

input:
tuple val(meta), path(bed)
Expand Down

0 comments on commit 1b86d34

Please sign in to comment.