-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
51 lines (43 loc) · 1.23 KB
/
Copy pathenvironment.yml
File metadata and controls
51 lines (43 loc) · 1.23 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
name: elife-delay-splice
channels:
- nvidia
- bioconda
- conda-forge
- defaults
dependencies:
- python=3.11
- bedtools>=2.30
- pip
- pip:
# Deep learning
# Pin to the stack known to work on this cluster's NVIDIA driver line.
# Newer torch wheels can pull CUDA 13 builds that require newer drivers.
- torch==2.6.0
- pytorch-lightning==2.4.0
# Custom fork of tfmodisco-lite with reverse complementation optional (for use with gReLU)
- git+https://github.com/jsdearbo/tfmodisco-lite.git@main
# gReLU genomics library (includes Borzoi model loading and attribution)
# Custom fork with pre-computed attribution functionality for TF-MoDISco
- git+https://github.com/jsdearbo/gReLU.git@pre-computed-attr-modisco
# Fine-tuning experiment tracking
- wandb
# Bioinformatics I/O
- h5py>=3.10
- pysam>=0.22
- pyBigWig>=0.3
- genomepy>=0.15
# Data science
- numpy>=1.24,<2.0
- pandas>=2.0
- scipy>=1.10
- scikit-learn>=1.3
# Visualisation
- matplotlib>=3.7
- seaborn>=0.13
- logomaker>=0.8
- adjustText>=1.0
# Motif scanning (FIMO); gReLU requires tangermeme>=0.5.0
- tangermeme>=0.5.0
# Utilities
- pyyaml>=6.0
- tqdm