Skip to content

Commit

Permalink
Updates for container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Sep 12, 2023
1 parent fb74d79 commit 30dba23
Show file tree
Hide file tree
Showing 33 changed files with 34 additions and 30 deletions.
1 change: 1 addition & 0 deletions conf/github_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ params {

// Input data
input = "${projectDir}/assets/github_testing/TreeValTinyTest.yaml"
outdir = "TinyTest-FULL"
}
1 change: 1 addition & 0 deletions conf/github_rapid.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ params {

// Input data
input = "${projectDir}/assets/github_testing/TreeValTinyTest.yaml"
outdir = "TinyTest-RAPID"
}
2 changes: 1 addition & 1 deletion modules/local/assign_ancestral.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process ASSIGN_ANCESTRAL {
conda "conda-forge::python=3.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pandas:1.5.2' :
'quay.io/biocontainers/pandas:1.5.2' }"
'biocontainers/pandas:1.5.2' }"

input:
tuple val(meta), path(comp_location)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/bamtobed_sort.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process BAMTOBED_SORT {

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-9d3a458f6420e5712103ae2af82c94d26d63f059:60b54b43045e8cf39ba307fd683c69d4c57240ce-0' :
'quay.io/biocontainers/mulled-v2-9d3a458f6420e5712103ae2af82c94d26d63f059:60b54b43045e8cf39ba307fd683c69d4c57240ce-0' }"
'biocontainers/mulled-v2-9d3a458f6420e5712103ae2af82c94d26d63f059:60b54b43045e8cf39ba307fd683c69d4c57240ce-0' }"

input:
tuple val(meta), path(bam)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/chunkfasta.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process CHUNKFASTA {
conda "conda-forge::pyfasta=0.5.2-1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pyfasta:0.5.2--py_1' :
'quay.io/biocontainers/pyfasta:0.5.2--py_1' }"
'biocontainers/pyfasta:0.5.2--py_1' }"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/concatblocks.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process CONCATBLOCKS {
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(mergeblocks)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/concatmummer.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process CONCATMUMMER {
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(coords)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/cram_filter_align_bwamem2_fixmate_sort.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process CRAM_FILTER_ALIGN_BWAMEM2_FIXMATE_SORT {

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-50d89b457e04ed90fa0cbf8ebc3ae1b9ffbc836b:caf993da1689e8d42f5e4c113ffc9ef81d26df96-0' :
'quay.io/biocontainers/mulled-v2-50d89b457e04ed90fa0cbf8ebc3ae1b9ffbc836b:caf993da1689e8d42f5e4c113ffc9ef81d26df96-0' }"
'biocontainers/mulled-v2-50d89b457e04ed90fa0cbf8ebc3ae1b9ffbc836b:caf993da1689e8d42f5e4c113ffc9ef81d26df96-0' }"

input:
tuple val(meta), path(cramfile), path(cramindex), val(from), val(to), val(base), val(chunkid), val(rglines), val(bwaprefix)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/extract_ancestral.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process EXTRACT_ANCESTRAL {
conda "conda-forge::python=3.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9' :
'quay.io/biocontainers/python:3.9' }"
'biocontainers/python:3.9' }"

input:
tuple val(meta), path(fulltable)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/extract_buscogene.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process EXTRACT_BUSCOGENE {
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:
Expand Down
2 changes: 1 addition & 1 deletion modules/local/extract_cov_iden.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process EXTRACT_COV_IDEN {
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
2 changes: 1 addition & 1 deletion modules/local/extract_repeat.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process EXTRACT_REPEAT {
conda "conda-forge::perl=5.26.2"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/perl:5.26.2' :
'quay.io/biocontainers/perl:5.26.2' }"
'biocontainers/perl:5.26.2' }"

input:
tuple val( meta ), path( file )
Expand Down
2 changes: 1 addition & 1 deletion modules/local/extract_telo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process EXTRACT_TELO {
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
2 changes: 1 addition & 1 deletion modules/local/find_telomere_windows.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process FIND_TELOMERE_WINDOWS {
container "${ workflow.containerEngine == 'singularity' &&
!task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/java-jdk:8.0.112--1' :
'quay.io/biocontainers/java-jdk:8.0.112--1' }"
'biocontainers/java-jdk:8.0.112--1' }"

input:
tuple val( meta ), path( file )
Expand Down
2 changes: 1 addition & 1 deletion modules/local/findhalfcoverage.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process FINDHALFCOVERAGE {
conda "conda-forge::python=3.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9' :
'quay.io/biocontainers/python:3.9' }"
'biocontainers/python:3.9' }"

input:
tuple val(meta), path(bedfile)
Expand Down
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
2 changes: 1 addition & 1 deletion modules/local/get_largest_scaff.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process GET_LARGEST_SCAFF {
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
2 changes: 1 addition & 1 deletion modules/local/get_paired_contact_bed.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process GET_PAIRED_CONTACT_BED {
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
2 changes: 1 addition & 1 deletion modules/local/get_synteny_genomes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process GET_SYNTENY_GENOMES {
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:
val ( synteny_path )
Expand Down
2 changes: 1 addition & 1 deletion modules/local/getminmaxpunches.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process GETMINMAXPUNCHES{
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(bedfile)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/graphoverallcoverage.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process GRAPHOVERALLCOVERAGE {
conda "conda-forge::perl=5.26.2"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/perl:5.26.2' :
'quay.io/biocontainers/perl:5.26.2' }"
'biocontainers/perl:5.26.2' }"

input:
tuple val(meta), path(bed)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/juicer_tools_pre.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process JUICER_TOOLS_PRE {
container "${ workflow.containerEngine == 'singularity' &&
!task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/java-jdk:8.0.112--1' :
'quay.io/biocontainers/java-jdk:8.0.112--1' }"
'biocontainers/java-jdk:8.0.112--1' }"

input:
tuple val(meta), path(pairs)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/makecmap_cmap2bed.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process MAKECMAP_CMAP2BED {
conda "conda-forge::python=3.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9' :
'quay.io/biocontainers/python:3.9' }"
'biocontainers/python:3.9' }"

input:
tuple val(meta), path(cmap)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/makecmap_fa2cmapmulticolor.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process MAKECMAP_FA2CMAPMULTICOLOR {
conda "conda-forge::perl=5.26.2"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/perl:5.26.2' :
'quay.io/biocontainers/perl:5.26.2' }"
'biocontainers/perl:5.26.2' }"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/makecmap_renamecmapids.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process MAKECMAP_RENAMECMAPIDS {
conda "conda-forge::perl=5.26.2"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/perl:5.26.2' :
'quay.io/biocontainers/perl:5.26.2' }"
'biocontainers/perl:5.26.2' }"

input:
tuple val(meta), path(cmap)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/reformat_intersect.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process REFORMAT_INTERSECT {
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
2 changes: 1 addition & 1 deletion modules/local/rename_ids.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process RENAME_IDS {
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
2 changes: 1 addition & 1 deletion modules/local/replace_dots.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process REPLACE_DOTS {
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
2 changes: 1 addition & 1 deletion modules/local/selfcomp_alignmentblocks.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SELFCOMP_ALIGNMENTBLOCKS {
conda "conda-forge::python=3.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-548f120dc8914d802c46e110ec27751bc1c5a414:8770fa59aa0ae8b50cbf444255b91c201c883685-0' :
'quay.io/biocontainers/mulled-v2-548f120dc8914d802c46e110ec27751bc1c5a414:8770fa59aa0ae8b50cbf444255b91c201c883685-0' }"
'biocontainers/mulled-v2-548f120dc8914d802c46e110ec27751bc1c5a414:8770fa59aa0ae8b50cbf444255b91c201c883685-0' }"

input:
tuple val(meta), path(bedfile)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/selfcomp_mapids.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SELFCOMP_MAPIDS {
conda "conda-forge::python=3.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9' :
'quay.io/biocontainers/python:3.9' }"
'biocontainers/python:3.9' }"

input:
tuple val(meta), path(bed)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/selfcomp_mummer2bed.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SELFCOMP_MUMMER2BED {
conda "conda-forge::python=3.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9' :
'quay.io/biocontainers/python:3.9' }"
'biocontainers/python:3.9' }"

input:
tuple val(meta), path(mummerfile)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/selfcomp_splitfasta.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SELFCOMP_SPLITFASTA {
conda "conda-forge::perl-bioperl=1.7.8-1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/perl-bioperl:1.7.8--hdfd78af_1' :
'quay.io/biocontainers/perl-bioperl:1.7.8--hdfd78af_1' }"
'biocontainers/perl-bioperl:1.7.8--hdfd78af_1' }"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 2 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ profiles {
farm_rapid { includeConfig 'conf/farm_rapid.config' }
github_full { includeConfig 'conf/github_full.config' }
github_rapid { includeConfig 'conf/github_rapid.config' }
local_github_full { includeConfig 'conf/local_github_full.config' }
local_github_rapid { includeConfig 'conf/local_github_rapid.config'}
}


Expand Down

0 comments on commit 30dba23

Please sign in to comment.