-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (69 loc) · 1.37 KB
/
.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
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
src_tools_evaluation/
splam.zip
splam/
train/src/archive/
experiments/archive/
train/junctions/
train/
# sys
__pycache__/
.DS_Store
.vscode
# main dirs
Dataset/
sc/longformer/
slides/
results/
paper
src_spliceNN/
SPLAM_C++/
test/
spliceai_result*
*_output/
src/tmp_out/
splam.egg-info/
dist/
build/
private/
# train
train/src/MODEL*
train/src/MODEL/
train/src/MODEL_TEST/
train/src/INPUTS/Intersection/
train/src/Conformer/
train/src/Conformer/.git/
train/src/block-recurrent-transformer/
train/src/BAM_REF_Intersection/
train/src/INPUTS/
train/src/Experiment_SpliceAI/INPUTS/
train/src/Experiment_SpliceAI/models/
train/src/prev/
train/src/prev_MODEL/
train/src/5_GET_BAM_NEG_JUNCS/BAM_junctions/
train/src/6_GET_BAM_NEG_OPP_STRAND_JUNCS/BAM_junctions/
# benchmark
benchmark/src_tools_evaluation/spliceai_result*
benchmark/src_tools_evaluation/splam_result/
benchmark/src_tools_evaluation/prev_res/
benchmark/src_tools_evaluation/Ida/
benchmark/src_tools_evaluation/dataset/
benchmark/src_tools_evaluation/IMG/
benchmark/src_tools_evaluation/1st_res_noparalog/
benchmark/src_tools_evaluation/splam_result_prev/
benchmark/src_splam_cleanup/results/*
benchmark/src_splam_cleanup_STAR/results/*
benchmark/src_generalization_test/figures/**/*.png
benchmark/src_generalization_test/figures/heatmap/25000-25000/
# filetypes
*.pptx
*.gff
*.gff3
*.db
*.tsv
*.pkl
*.bed
*.fa
*.fai
*.csv
*.pdf
TODO