-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
38 lines (38 loc) · 963 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
28
29
30
31
32
33
34
35
36
37
38
# Whenever this file is updated, you need to regenerate *.lock files. Run
#
# conda-lock --no-mamba -p osx-64 -p linux-64 -f environment.yml --kind explicit --filename-template "environment.{platform}.lock"
#
# conda-lock is avialable from pip
#
# pip install conda-lock
#
# or conda/mamba
#
# conda install conda-lock
#
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- bioconda::cutadapt>=4.5
- bioconda::dnaio
- bioconda::fastqc
- conda-forge::ipython>=7
- conda-forge::jupyter
- bioconda::multiqc>=1.11
- conda-forge::numpy=1.23
- conda-forge::pandas>=2
- conda-forge::pigz
- conda-forge::pip
- bioconda::preseq=3.2.0
- bioconda::pysam>=0.16
- conda-forge::python=3.9.*
- conda-forge::ruamel.yaml
- conda-forge::scanpy>=1.9.5
- conda-forge::seaborn>=0.11.1
- bioconda::seqtk>=1.3
- bioconda::snakemake-minimal>=6.1.2
- bioconda::starcode=1.4
- conda-forge::tqdm
- bioconda::umi_tools>=1.1.1