Skip to content

Commit

Permalink
Attempting to fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Sep 19, 2023
1 parent e2b6777 commit 7dab39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/gap_length.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process GAP_LENGTH {
conda "conda-forge::coreutils=9.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"
'docker.io/ubuntu:20.04' }"

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

0 comments on commit 7dab39b

Please sign in to comment.