Skip to content
Open
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
acb580f
do the data repack into the ontology containers with further RDF 'tur…
dimatr Apr 28, 2020
5c39f2a
Merge remote-tracking branch 'remotes/origin/master' into ontology
dimatr Apr 30, 2020
44caccc
further ontology fixes: real path names; better forward* and reverse*…
dimatr Apr 30, 2020
29550fd
- do not forget to store the path_id
dimatr May 11, 2020
b8d0e16
- explicit faldo:ExactPosition containers
dimatr May 12, 2020
1eaacd0
Merge branch 'master' into ontology
dimatr Jun 16, 2020
26e6901
write faldo:ForwardStrandPosition, faldo:position and faldo:reference…
dimatr Jun 16, 2020
db95d1d
create ontology folder when needed
dimatr Jun 16, 2020
fb1a3ec
proper name and strand directions
dimatr Jun 16, 2020
8e233ec
directions
dimatr Jun 16, 2020
d0bff9a
fix bin_edge in .ttl output; but might be slow
Jun 17, 2020
3741e10
recycle temp objects, do not create new ones
dimatr Jun 18, 2020
d50210b
positionPercent and inversionPercent are printed as doubles
dimatr Jun 18, 2020
3f4984c
fix orientation
Jun 22, 2020
a96974e
add base IRI
Jun 24, 2020
350e85d
added example SPARQL queries
Jun 24, 2020
d2eb34c
Link -> ZoomLevel, replace pg with vg, add 'path/'
Jun 26, 2020
209d697
Actually emit the position percentage instead of the coverage of a bin.
Jun 26, 2020
7dc028b
a big update:
dimatr Jul 4, 2020
46d9c20
Update requirements.txt
6br Jul 18, 2020
1f5a379
Add 'path/' on cells
6br Jul 26, 2020
e014b73
Add assertion
6br Jul 26, 2020
9beafb3
Add assertion
6br Jul 26, 2020
8a336d9
Add logger info
6br Jul 26, 2020
61ceb22
Register logger
6br Jul 26, 2020
7e9f6f5
Merge branch 'ontology' of https://github.com/graph-genome/component_…
6br Jul 26, 2020
6378acd
Register logger
6br Jul 26, 2020
545e4c1
Register logger
6br Jul 26, 2020
86eca81
Add bin logger
6br Jul 26, 2020
f704767
Disable parallel on rdf writer
6br Jul 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/chrk_ath_12samples_10kb.w100000_S.json
2 changes: 1 addition & 1 deletion matrixcomponent/JSONparser.py
204 changes: 167 additions & 37 deletions matrixcomponent/PangenomeSchematic.py
2 changes: 2 additions & 0 deletions matrixcomponent/matrix.py
257 changes: 257 additions & 0 deletions matrixcomponent/ontology.py
23 changes: 23 additions & 0 deletions queries/selectBins1To5OfZoomlevel1.rq
18 changes: 18 additions & 0 deletions queries/selectLinksFilterBins1To5OfZoomLevel1.rq
11 changes: 11 additions & 0 deletions queries/selectPangenomeSeq1To5.rq
4 changes: 2 additions & 2 deletions requirements.txt
23 changes: 20 additions & 3 deletions segmentation.py