Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
l-mansouri committed May 5, 2023
2 parents 89befff + 19fed68 commit 7e0d1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/combine_uniprot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process COMBINE_UNIPROT {
conda "conda-forge::sed=4.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'docker.io/ubuntu:20.04' }"
'docker.io/library/ubuntu:20.04' }"

input:
path uniprot_sprot
Expand Down
2 changes: 1 addition & 1 deletion modules/local/multifasta_to_csv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process MULTIFASTA_TO_CSV {

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'docker.io/ubuntu:20.04' }"
'docker.io/library/ubuntu:20.04' }"

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

0 comments on commit 7e0d1cd

Please sign in to comment.