Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed May 5, 2023
1 parent eaee70b commit e4588b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/annotate_boolean_peaks.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process ANNOTATE_BOOLEAN_PEAKS {
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:
tuple val(meta), path(boolean_txt), path(homer_peaks)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/multiqc_custom_peaks.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process MULTIQC_CUSTOM_PEAKS {
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:
tuple val(meta), path(peak), path(frip)
Expand Down

0 comments on commit e4588b4

Please sign in to comment.