generated from bioinfo-ucsd/BISB-Bootcamp-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.yml
38 lines (38 loc) · 807 Bytes
/
env.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
name: bootcamp
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
# general use
- conda-forge::awscli
- conda-forge::nbconvert
# Command Line
- bioconda::samtools>=1.15
- bioconda::bcftools>=1.15
- bioconda::bedtools>=2.30.0
- bioconda::picard>=2.27.4
# - bioconda::gatk4
- bioconda::fastqc
- bioconda::trim-galore
- bioconda::bowtie2
- bioconda::woltka
- bioconda::bioconductor-phyloseq
# - bioconda::multiqc
# Python
- conda-forge::python>=3.7
- conda-forge::pip
- conda-forge::biopython
- conda-forge::ipykernel
- conda-forge::numpy<=1.21
- conda-forge::pandas==1.5.1
- conda-forge::scanpy
- pytest
- flake8
# R
- conda-forge::r-base>=4.0
- conda-forge::r-essentials
- conda-forge::r-irkernel
# pip
- pip:
- igv-notebook