forked from KwanLab/Autometa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautometa-env.yml
33 lines (33 loc) · 875 Bytes
/
autometa-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
name: autometa
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- attrs # test-data requirement
- bedtools
- biopython
- bowtie2
- diamond>=2.0
- gdown
- hdbscan
- hmmer
- joblib==1.1.0 # See https://stackoverflow.com/a/73830525/12671809
- numba>=0.47
- numpy>=1.13
- pandas>=1.1
- parallel
- pip
- prodigal # NOTE: 2.5 and 2.6 output format is different for sequence headers
- python-annoy>=1.11 # required for trimap installation.
- requests
- rsync
- samtools>=1.11
- scikit-bio
- scipy==1.8.1 #force scipy 1.8 until scikit-bio updates to 1.9, https://github.com/KwanLab/Autometa/issues/285
- scikit-learn==0.24 # prevent error from joblib in multiprocessing distance calculations
- seqkit
- tqdm
- trimap
- tsne
- umap-learn>=0.5 # https://github.com/lmcinnes/umap/releases/tag/0.5.0 : umap, densmap