-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
65 lines (57 loc) · 1.25 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
target/oba/
.DS_Store
semantic.cache
bin/
*.tmp
*.tmp.obo
*.tmp.owl
*.tmp.json
src/ontology/mirror
src/ontology/mirror/*
src/ontology/reports/*
src/ontology/oba.owl
src/ontology/oba.obo
src/ontology/oba.json
src/ontology/oba-base.*
src/ontology/oba-basic.*
src/ontology/oba-full.*
src/ontology/oba-simple.*
src/ontology/oba-baseplus.*
src/ontology/oba-base.*
src/ontology/oba-simple-non-classified.*
src/ontology/seed.txt
src/ontology/dosdp-tools.log
src/ontology/ed_definitions_merged.owl
src/ontology/ontologyterms.txt
src/ontology/simple_seed.txt
src/ontology/merged-oba-edit.owl
src/ontology/target/
src/ontology/tmp/*
!src/ontology/tmp/README.md
src/ontology/imports/*_terms_combined.txt
src/patterns/data/**/*.ofn
src/patterns/data/**/*.txt
src/patterns/pattern_owl_seed.txt
src/patterns/all_pattern_terms.txt
src/ontology/oba-materialized-spiked.owl
src/ontology/oba-materialized.owl
src/ontology/oba-reduced.owl
src/ontology/oba-core.owl
src/scripts/.ipynb_checkpoints/
/oba-basic.json
/oba-basic.obo
/oba-basic.owl
/oba-base.json
/oba-base.obo
/oba-full.json
/oba-full.obo
/oba-full.owl
/oba.json
/oba.owl
src/ontology/run.sh.env
/oba-baseplus.*
*.db
*.gz
src/ontology/imports/lipidmaps_import.owl
src/ontology/imports/swisslipids_import.owl
src/ontology/debug.log