-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path.gitignore
36 lines (29 loc) · 1.1 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
.pdm.toml
# tests
etc/AnnotSV/configfile.minAnnotation
etc/AnnotSV/application.properties.2007
etc/AnnotSV/application.properties.1902
# Annotations
share/AnnotSV/Annotations_Human/
share/AnnotSV/Annotations_Mouse/
share/AnnotSV/Annotations_Exomiser/
# Python reimplementation of AnnotSV
# + PhenoGenius install
share/python3/annotsv/
src/annotsv/
Python/
share/python3/phenogenius/
# Unit tests
tests/AnnotSV/privateTest_*
tests/AnnotSV/test_*/command_Tcl.log
tests/AnnotSV/test_*/output/
tests/AnnotSV/ToDo
# VariantConvert
share/python3/variantconvert/pipinstall.flag
share/python3/variantconvert/src/variantconvert/configs/GRCh37/annotsv3_from*local.json
share/python3/variantconvert/src/variantconvert/configs/GRCh38/annotsv3_from*local.json
share/python3/variantconvert/src/variantconvert/__pycache__/
share/python3/variantconvert/src/variantconvert/__pycache__/*.pyc
share/python3/variantconvert/src/variantconvert/converters/__pycache__/
share/python3/variantconvert/src/variantconvert/converters/__pycache__/*.pyc
share/python3/variantconvert/src/variantconvert.egg-info/