forked from SystemsGenetics/transcript_corral
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
28 lines (25 loc) · 740 Bytes
/
environment.yml
File metadata and controls
28 lines (25 loc) · 740 Bytes
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
28
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nf-core-transcriptcorral-1.0dev
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- conda-forge::python=3.9.2
- conda-forge::markdown=3.3.4
- conda-forge::pymdown-extensions=8.1.1
- conda-forge::pygments=2.8.1
# FASTQ File handling dependencies
- conda-forge::requests
- conda-forge::jinja2
- conda-forge::pandas=1.2.3
- conda-forge::numpy=1.20.2
- conda-forge::xmltodict=0.12.0
- conda-forge::tbb=2020.2
- bioconda::sra-tools=2.10.0
# TrimGalore dependencies
- bioconda::cutadapt=3.4
- bioconda::fastqc=0.11.9
# Dependencies for SILVA rRNA removal
- bioconda::bowtie2