-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
134 lines (113 loc) · 2.24 KB
/
Copy pathenvironment.yml
File metadata and controls
134 lines (113 loc) · 2.24 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
name: phylosolid_env
channels:
- conda-forge
- bioconda
- r
- defaults
dependencies:
# Python base
- python=3.10
- pip
# Core scientific computing - Pin numpy to avoid 2.x incompatibility
- numpy=1.24.3
- pandas>=1.3.0
- scipy>=1.7.0
- matplotlib>=3.4.0
- seaborn>=0.11.0
# Machine learning
- scikit-learn>=1.0.0
- joblib>=1.0.0
# Graph analysis and networks
- networkx>=2.6.0
- python-igraph>=0.9.0
- leidenalg>=0.8.0
- python-louvain>=0.15
- anytree>=2.8.0
- pygraphviz
# Single-cell analysis
- scanpy>=1.9.0
- anndata>=0.8.0
# Bioinformatics
- pysam>=0.19.0
- pybedtools>=0.9.0
- pyfaidx>=0.7.0
- biopython>=1.79
# Spatial analysis
- geopandas>=0.14.0
- pysal=1.14.3
- colorcet>=3.0.0
# Performance profiling
- memory-profiler>=0.60.0
# Parallel processing and utilities
- tqdm>=4.62.0
- multiprocess
# Statistics
- statsmodels>=0.13.0
# Phylogenetics related
- ete3
- dendropy
# File handling
- h5py>=3.4.0
- hdf5>=1.12.0
- pytables>=3.6.0
# Git
- git
# R language support
- r-base=4.3
- r-essentials
- r-devtools
- r-remotes
- r-ape
- r-phangorn
- r-phytools
- r-phylogram
- r-reticulate
- r-dendextend
- r-pheatmap
- r-circlize
- r-ggnewscale
- r-ggtext
- r-pals
- r-Polychrome
- r-gridextra
- r-patchwork
- r-cowplot
- r-rlang
- r-pracma
- r-gtable
- r-tibble
- r-sampling
- r-TreeDist
# Bioconductor packages
- bioconductor-treeio
- bioconductor-annotationdbi
- bioconductor-org.hs.eg.db
- bioconductor-complexheatmap
- bioconductor-ggtree
- bioconductor-ggtreeextra
# Pip installed packages
- pip:
# Deep learning
- torch>=1.9.0,<2.0.0
# Phylogenetics tools
- scphylo-tools>=0.0.4
- apted>=1.0.3
# VCF handling
- vcfpy>=0.13.0
# Logging and debugging
- loguru>=0.5.0
# Python-R interface
- rpy2>=3.5.0
# Interactive visualization
- plotly>=5.3.0
# Additional Python packages
- gitpython>=3.1.0
- requests>=2.26.0
- json5>=0.9.0
- pyyaml>=5.4.0
- cloudpickle>=2.0.0
- pytest>=6.2.0
- black>=21.0.0
- cogent3
- hdf5plugin>=3.0.0
- pickle5>=0.0.11