Skip to content
Snippets Groups Projects
Commit 16ed196a authored by Adam Talbot's avatar Adam Talbot
Browse files

Update all NF-Core modules to latest version which includes no quay.io prefix

parent b4d89cfa
No related branches found
No related tags found
No related merge requests found
Showing with 26 additions and 24 deletions
...@@ -7,52 +7,52 @@ ...@@ -7,52 +7,52 @@
"nf-core": { "nf-core": {
"bowtie2/align": { "bowtie2/align": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "603ecbd9f45300c9788f197d2a15a005685b4220",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"bowtie2/build": { "bowtie2/build": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"cooler/balance": { "cooler/balance": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"cooler/cload": { "cooler/cload": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"cooler/dump": { "cooler/dump": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"cooler/makebins": { "cooler/makebins": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"cooler/zoomify": { "cooler/zoomify": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"custom/dumpsoftwareversions": { "custom/dumpsoftwareversions": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"custom/getchromsizes": { "custom/getchromsizes": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
}, },
"fastqc": { "fastqc": {
"branch": "master", "branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c", "git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"] "installed_by": ["modules"]
} }
} }
......
...@@ -5,7 +5,7 @@ process BOWTIE2_ALIGN { ...@@ -5,7 +5,7 @@ process BOWTIE2_ALIGN {
conda "bioconda::bowtie2=2.4.4 bioconda::samtools=1.16.1 conda-forge::pigz=2.6" conda "bioconda::bowtie2=2.4.4 bioconda::samtools=1.16.1 conda-forge::pigz=2.6"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:a0ffedb52808e102887f6ce600d092675bf3528a-0' : 'https://depot.galaxyproject.org/singularity/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:a0ffedb52808e102887f6ce600d092675bf3528a-0' :
'quay.io/biocontainers/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:a0ffedb52808e102887f6ce600d092675bf3528a-0' }" 'biocontainers/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:a0ffedb52808e102887f6ce600d092675bf3528a-0' }"
input: input:
tuple val(meta) , path(reads) tuple val(meta) , path(reads)
......
...@@ -5,7 +5,7 @@ process BOWTIE2_BUILD { ...@@ -5,7 +5,7 @@ process BOWTIE2_BUILD {
conda "bioconda::bowtie2=2.4.4" conda "bioconda::bowtie2=2.4.4"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bowtie2:2.4.4--py39hbb4e92a_0' : 'https://depot.galaxyproject.org/singularity/bowtie2:2.4.4--py39hbb4e92a_0' :
'quay.io/biocontainers/bowtie2:2.4.4--py39hbb4e92a_0' }" 'biocontainers/bowtie2:2.4.4--py39hbb4e92a_0' }"
input: input:
tuple val(meta), path(fasta) tuple val(meta), path(fasta)
......
...@@ -5,7 +5,7 @@ process COOLER_BALANCE { ...@@ -5,7 +5,7 @@ process COOLER_BALANCE {
conda "bioconda::cooler=0.8.11" conda "bioconda::cooler=0.8.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0': 'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0':
'quay.io/biocontainers/cooler:0.8.11--pyh3252c3a_0' }" 'biocontainers/cooler:0.8.11--pyh3252c3a_0' }"
input: input:
tuple val(meta), path(cool), val(resolution) tuple val(meta), path(cool), val(resolution)
......
...@@ -5,7 +5,7 @@ process COOLER_CLOAD { ...@@ -5,7 +5,7 @@ process COOLER_CLOAD {
conda "bioconda::cooler=0.8.11" conda "bioconda::cooler=0.8.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0' : 'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0' :
'quay.io/biocontainers/cooler:0.8.11--pyh3252c3a_0' }" 'biocontainers/cooler:0.8.11--pyh3252c3a_0' }"
input: input:
tuple val(meta), path(pairs), path(index), val(cool_bin) tuple val(meta), path(pairs), path(index), val(cool_bin)
......
...@@ -5,7 +5,7 @@ process COOLER_DUMP { ...@@ -5,7 +5,7 @@ process COOLER_DUMP {
conda "bioconda::cooler=0.8.11" conda "bioconda::cooler=0.8.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0' : 'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0' :
'quay.io/biocontainers/cooler:0.8.11--pyh3252c3a_0' }" 'biocontainers/cooler:0.8.11--pyh3252c3a_0' }"
input: input:
tuple val(meta), path(cool), val(resolution) tuple val(meta), path(cool), val(resolution)
......
...@@ -5,7 +5,7 @@ process COOLER_MAKEBINS { ...@@ -5,7 +5,7 @@ process COOLER_MAKEBINS {
conda "bioconda::cooler=0.8.11" conda "bioconda::cooler=0.8.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0': 'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0':
'quay.io/biocontainers/cooler:0.8.11--pyh3252c3a_0' }" 'biocontainers/cooler:0.8.11--pyh3252c3a_0' }"
input: input:
tuple val(meta), path(chromsizes), val(cool_bin) tuple val(meta), path(chromsizes), val(cool_bin)
......
...@@ -5,7 +5,7 @@ process COOLER_ZOOMIFY { ...@@ -5,7 +5,7 @@ process COOLER_ZOOMIFY {
conda "bioconda::cooler=0.8.11" conda "bioconda::cooler=0.8.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0' : 'https://depot.galaxyproject.org/singularity/cooler:0.8.11--pyh3252c3a_0' :
'quay.io/biocontainers/cooler:0.8.11--pyh3252c3a_0' }" 'biocontainers/cooler:0.8.11--pyh3252c3a_0' }"
input: input:
tuple val(meta), path(cool) tuple val(meta), path(cool)
......
...@@ -2,10 +2,10 @@ process CUSTOM_DUMPSOFTWAREVERSIONS { ...@@ -2,10 +2,10 @@ process CUSTOM_DUMPSOFTWAREVERSIONS {
label 'process_single' label 'process_single'
// Requires `pyyaml` which does not have a dedicated container but is in the MultiQC container // Requires `pyyaml` which does not have a dedicated container but is in the MultiQC container
conda "bioconda::multiqc=1.13" conda "bioconda::multiqc=1.14"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/multiqc:1.13--pyhdfd78af_0' : 'https://depot.galaxyproject.org/singularity/multiqc:1.14--pyhdfd78af_0' :
'quay.io/biocontainers/multiqc:1.13--pyhdfd78af_0' }" 'biocontainers/multiqc:1.14--pyhdfd78af_0' }"
input: input:
path versions path versions
......
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json
name: custom_dumpsoftwareversions name: custom_dumpsoftwareversions
description: Custom module used to dump software versions within the nf-core pipeline template description: Custom module used to dump software versions within the nf-core pipeline template
keywords: keywords:
- custom - custom
- dump
- version - version
tools: tools:
- custom: - custom:
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
"""Provide functions to merge multiple versions.yml files.""" """Provide functions to merge multiple versions.yml files."""
import platform
from textwrap import dedent
import yaml import yaml
import platform
from textwrap import dedent
def _make_versions_html(versions): def _make_versions_html(versions):
......
...@@ -5,7 +5,7 @@ process CUSTOM_GETCHROMSIZES { ...@@ -5,7 +5,7 @@ process CUSTOM_GETCHROMSIZES {
conda "bioconda::samtools=1.16.1" conda "bioconda::samtools=1.16.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' : 'https://depot.galaxyproject.org/singularity/samtools:1.16.1--h6899075_1' :
'quay.io/biocontainers/samtools:1.16.1--h6899075_1' }" 'biocontainers/samtools:1.16.1--h6899075_1' }"
input: input:
tuple val(meta), path(fasta) tuple val(meta), path(fasta)
......
...@@ -5,7 +5,7 @@ process FASTQC { ...@@ -5,7 +5,7 @@ process FASTQC {
conda "bioconda::fastqc=0.11.9" conda "bioconda::fastqc=0.11.9"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/fastqc:0.11.9--0' : 'https://depot.galaxyproject.org/singularity/fastqc:0.11.9--0' :
'quay.io/biocontainers/fastqc:0.11.9--0' }" 'biocontainers/fastqc:0.11.9--0' }"
input: input:
tuple val(meta), path(reads) tuple val(meta), path(reads)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment