Skip to content

Commit

Permalink
Added conda-forge::openjdk to conda env for FastQC
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 11, 2018
1 parent 8fdb904 commit 7f80174
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM continuumio/miniconda
MAINTAINER Phil Ewels <[email protected]>
LABEL authors="[email protected]" \
description="Docker image containing all requirements for the nf-core/MethylSeq pipeline"

Expand Down
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nfcore-methylseq
channels:
- defaults
- conda-forge
- bioconda
dependencies:
# Default bismark
- conda-forge::openjdk # Needed for FastQC docker - see bioconda/bioconda-recipes#5026
- fastqc=0.11.5
- trim-galore=0.4.5
- samtools=1.7
Expand Down

0 comments on commit 7f80174

Please sign in to comment.