This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #571 from MaxUlysse/QCTools
Only one container for all QC tools
- Loading branch information
Showing
11 changed files
with
33 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM nfcore/base:latest | |
|
||
LABEL \ | ||
author="Maxime Garcia" \ | ||
description="vcftools image used in Sarek 2.0" \ | ||
description="Image with QC tools used in Sarek" \ | ||
maintainer="[email protected]" | ||
|
||
COPY environment.yml / | ||
|
@@ -12,4 +12,4 @@ RUN \ | |
conda clean -a | ||
|
||
# Export PATH | ||
ENV PATH /opt/conda/envs/sarek-vcftools-2.0/bin:$PATH | ||
ENV PATH /opt/conda/envs/sarek-qctools-2.0/bin:$PATH |
12 changes: 8 additions & 4 deletions
12
containers/vcftools/environment.yml → containers/qctools/environment.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# You can use this file to create a conda environment: | ||
# conda env create -f environment.yml | ||
name: sarek-vcftools-2.0 | ||
name: sarek-qctools-2.0 | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- bioconda | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- vcftools=0.1.15 | ||
- conda-forge::openjdk=8.0.144 | ||
- fastqc=0.11.7 | ||
- multiqc=1.5 | ||
- qualimap=2.2.2a | ||
- vcftools=0.1.15 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters