mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Removing biocontainer in favor of nf-core container
This commit is contained in:
parent
6d8b616975
commit
759dd85c92
5 changed files with 5 additions and 10 deletions
|
@ -11,8 +11,7 @@ process BEDTOOLS_COMPLEMENT {
|
|||
if (params.publish_results == "none") null
|
||||
else filename }
|
||||
|
||||
//container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
|
||||
container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
|
||||
conda "${moduleDir}/environment.yml"
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@ process BEDTOOLS_GENOMECOV {
|
|||
if (params.publish_results == "none") null
|
||||
else filename }
|
||||
|
||||
//container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
|
||||
container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
|
||||
conda "${moduleDir}/environment.yml"
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@ process INTERSECT_BED {
|
|||
if (params.publish_results == "none") null
|
||||
else filename }
|
||||
|
||||
//container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
|
||||
container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
|
||||
conda "${moduleDir}/environment.yml"
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@ process BEDTOOLS_MERGE {
|
|||
if (params.publish_results == "none") null
|
||||
else filename }
|
||||
|
||||
//container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
|
||||
container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
|
||||
conda "${moduleDir}/environment.yml"
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@ process BEDTOOLS_SORT {
|
|||
if (params.publish_results == "none") null
|
||||
else filename }
|
||||
|
||||
//container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
container 'quay.io/biocontainers/bedtools:2.29.2--hc088bd4_0'
|
||||
container "docker.pkg.github.com/nf-core/$MODULE"
|
||||
|
||||
conda "${moduleDir}/environment.yml"
|
||||
|
||||
|
|
Loading…
Reference in a new issue