Removing biocontainer in favor of nf-core container

This commit is contained in:
JoseEspinosa 2020-07-16 10:22:09 +02:00
parent 6d8b616975
commit 759dd85c92
5 changed files with 5 additions and 10 deletions

View file

@ -11,8 +11,7 @@ process BEDTOOLS_COMPLEMENT {
if (params.publish_results == "none") null if (params.publish_results == "none") null
else filename } else filename }
//container "docker.pkg.github.com/nf-core/$MODULE" container "docker.pkg.github.com/nf-core/$MODULE"
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
conda "${moduleDir}/environment.yml" conda "${moduleDir}/environment.yml"

View file

@ -11,8 +11,7 @@ process BEDTOOLS_GENOMECOV {
if (params.publish_results == "none") null if (params.publish_results == "none") null
else filename } else filename }
//container "docker.pkg.github.com/nf-core/$MODULE" container "docker.pkg.github.com/nf-core/$MODULE"
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
conda "${moduleDir}/environment.yml" conda "${moduleDir}/environment.yml"

View file

@ -11,8 +11,7 @@ process INTERSECT_BED {
if (params.publish_results == "none") null if (params.publish_results == "none") null
else filename } else filename }
//container "docker.pkg.github.com/nf-core/$MODULE" container "docker.pkg.github.com/nf-core/$MODULE"
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
conda "${moduleDir}/environment.yml" conda "${moduleDir}/environment.yml"

View file

@ -11,8 +11,7 @@ process BEDTOOLS_MERGE {
if (params.publish_results == "none") null if (params.publish_results == "none") null
else filename } else filename }
//container "docker.pkg.github.com/nf-core/$MODULE" container "docker.pkg.github.com/nf-core/$MODULE"
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
conda "${moduleDir}/environment.yml" conda "${moduleDir}/environment.yml"

View file

@ -11,8 +11,7 @@ process BEDTOOLS_SORT {
if (params.publish_results == "none") null if (params.publish_results == "none") null
else filename } else filename }
//container "docker.pkg.github.com/nf-core/$MODULE" container "docker.pkg.github.com/nf-core/$MODULE"
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
conda "${moduleDir}/environment.yml" conda "${moduleDir}/environment.yml"