forked from nf-core/smrnaseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
27 lines (27 loc) · 854 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nfcore-smrnaseq-0.2dev
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- conda-forge::openjdk=8.0.144 # Needed for FastQC - conda build hangs without this
- fastqc=0.11.7
- trim-galore=0.4.5
- samtools=1.8
- bowtie=1.2.2
- bowtie2=2.3.4.1
- multiqc=1.5
- bioconductor-edger=3.20.7
- bioconductor-limma=3.34.9
- conda-forge::r-statmod=1.4.30
- conda-forge::r-data.table=1.11.4
- conda-forge::r-gplots=3.0.1
- conda-forge::r-r.methodss3=1.7.1
- htseq=0.9.1
- fastx_toolkit=0.0.14
# Install NGI Visualizations
# TODO: Replace dependency / conda-ise somehow
- pip:
- "--editable=git+https://github.com/NationalGenomicsInfrastructure/ngi_visualizations.git#egg=ngi_visualizations"