forked from lewis-chinery/Tz_her2_affinity_and_beyond
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
32 lines (27 loc) · 1008 Bytes
/
.gitignore
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
# venv
.buzz_venv
build
Tz_her2_affinity_and_beyond.egg-info
# cache
*pycache*
# empty esm weights file
data/esm_weights/*
!data/esm_weights/.gitkeep
# small example her2 dataset
data/affinity_data/*
!data/affinity_data/example
# full her2-aff-large dataset
!data/affinity_data/her2
data/affinity_data/her2/*
!data/affinity_data/her2/her2_aff_large
data/affinity_data/her2/her2_aff_large/*
!data/affinity_data/her2/her2_aff_large/processed
data/affinity_data/her2/her2_aff_large/processed/*
!data/affinity_data/her2/her2_aff_large/processed/remove_overlap
data/affinity_data/her2/her2_aff_large/processed/remove_overlap/*
!data/affinity_data/her2/her2_aff_large/processed/remove_overlap/random_split
data/affinity_data/her2/her2_aff_large/processed/remove_overlap/random_split/*
!data/affinity_data/her2/her2_aff_large/processed/remove_overlap/random_split/0.7_0.15_0.15
data/affinity_data/her2/her2_aff_large/processed/remove_overlap/random_split/0.7_0.15_0.15/*.pkl
# zipped data for sharing
data.zip