Skip to content

Commit

Permalink
Add README to modules build with Docker (nf-core#4935)
Browse files Browse the repository at this point in the history
* add Dockerfile

* remove environment.yml

* EC lint

* add comment

* remove Dockerfile

* add README

---------

Co-authored-by: Matthias De Smet <[email protected]>
  • Loading branch information
2 people authored and Alexander Nater committed Mar 21, 2024
1 parent f61dc22 commit 5671e5f
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 5 deletions.
9 changes: 9 additions & 0 deletions modules/nf-core/deepvariant/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Conda is not supported at the moment

The [bioconda](https://bioconda.github.io/recipes/deepvariant/README.html) recipe is not fully working as expected

Hence, we are using the docker container provided by the authors of the tool:

- [google/deepvariant](https://hub.docker.com/r/google/deepvariant)

This image is mirrored on the [nf-core quay.io](https://quay.io/repository/nf-core/deepvariant) for convenience.
5 changes: 0 additions & 5 deletions modules/nf-core/deepvariant/environment.yml

This file was deleted.

1 change: 1 addition & 0 deletions modules/nf-core/deepvariant/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ process DEEPVARIANT {
tag "$meta.id"
label 'process_high'

//Conda is not supported at the moment
container "nf-core/deepvariant:1.5.0"

input:
Expand Down
9 changes: 9 additions & 0 deletions modules/nf-core/gatk4/cnnscorevariants/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Conda is not supported at the moment

The [bioconda](https://bioconda.github.io/recipes/gatk4/README.html) recipe is not fully working as expected, cf [github issue](https://github.com/broadinstitute/gatk/issues/7811)

Hence, we are using the docker container provided by the authors of the tool:

- [broadinstitute/gatk](https://hub.docker.com/r/broadinstitute/gatk)

This image is mirrored on the [nf-core quay.io](https://quay.io/repository/nf-core/gatk) for convenience.
9 changes: 9 additions & 0 deletions modules/nf-core/gatk4/determinegermlinecontigploidy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Conda is not supported at the moment

The [bioconda](https://bioconda.github.io/recipes/gatk4/README.html) recipe is not fully working as expected, cf [github issue](https://github.com/broadinstitute/gatk/issues/7811)

Hence, we are using the docker container provided by the authors of the tool:

- [broadinstitute/gatk](https://hub.docker.com/r/broadinstitute/gatk)

This image is mirrored on the [nf-core quay.io](https://quay.io/repository/nf-core/gatk) for convenience.
9 changes: 9 additions & 0 deletions modules/nf-core/gatk4/germlinecnvcaller/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Conda is not supported at the moment

The [bioconda](https://bioconda.github.io/recipes/gatk4/README.html) recipe is not fully working as expected, cf [github issue](https://github.com/broadinstitute/gatk/issues/7811)

Hence, we are using the docker container provided by the authors of the tool:

- [broadinstitute/gatk](https://hub.docker.com/r/broadinstitute/gatk)

This image is mirrored on the [nf-core quay.io](https://quay.io/repository/nf-core/gatk) for convenience.
9 changes: 9 additions & 0 deletions modules/nf-core/gatk4/postprocessgermlinecnvcalls/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Conda is not supported at the moment

The [bioconda](https://bioconda.github.io/recipes/gatk4/README.html) recipe is not fully working as expected, cf [github issue](https://github.com/broadinstitute/gatk/issues/7811)

Hence, we are using the docker container provided by the authors of the tool:

- [broadinstitute/gatk](https://hub.docker.com/r/broadinstitute/gatk)

This image is mirrored on the [nf-core quay.io](https://quay.io/repository/nf-core/gatk) for convenience.

0 comments on commit 5671e5f

Please sign in to comment.