forked from Xinglab/rmats-turbo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (51 loc) · 745 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
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
# Mac
**/.DS_Store
Tutorial_API_BamTools-1.0.pdf
rmats/.ycm_extra_conf.py
rmats/asevent_core_backup.pyx
rmats/bamtools/build/
rmats/bamtools/lib/
rmats/bamtools/bin/
rmats/bamtools/include/
rmats/data/
rmats/build/
rmats/output/
*.tar
# graph
*.gml
# gcc
*.o
*.so
# py
*.pyc
# vim
*.swp
# gsl documentation and bin
gsl-ref.ps
x.lbfgsb*
# output
*.zip
*.png
*.ipynb
*.html
*.ai
.Rproj.user
bam_test/
DockerImage-rMATS-turbo-0.1.md
DockerImage-rMATS-turbo-0.1.pdf
rmats-turbo-0.1.tar.encrypted
s1.txt
s2.txt
# conda
/conda_envs/
/conda_requirements.txt
# build
/bamtools/build/
/bamtools/include/
/bamtools/bin/
/bamtools/lib/
/rMATS_pipeline/rmatspipeline/rmatspipeline.cpp
/rMATS_C/rMATSexe
/PAIRADISE/
# tests
/tests/test_config.py