Skip to content

Commit

Permalink
cleanup environment.yml
Browse files Browse the repository at this point in the history
This commit removes the fastqc specific dependencies which should be resolved upstream since
bioconda/bioconda-recipes#12616 was merged

Additionally it fixes the following:

* significantly speeds up the creation of conda environments
* with conda >4.6.7 building the environment failed with
`UnsatisfiableError: The following specifications were found to be in conflict:
  - anaconda::font-ttf-dejavu-sans-mono=2.37
Use "conda search <package> --info" to see the dependencies for each package.`
  • Loading branch information
phue committed Mar 6, 2019
1 parent d608c59 commit 9b42f65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ channels:
- bioconda
- defaults
dependencies:
# Dependencies for FastQC
- conda-forge::openjdk=8.0.144
- anaconda::font-ttf-dejavu-sans-mono=2.37
- fontconfig=2.12.6
- fastqc=0.11.8
# Default bismark pipeline
- trim-galore=0.5.0
Expand Down

0 comments on commit 9b42f65

Please sign in to comment.