PathMe
PathMe copied to clipboard
Update reactome version
- [ ] TODO: Fix the SPARQL query to get the names of all pathways and their identifiers
GET_ALL_PATHWAYS = """ SELECT DISTINCT ?uri_id ?name WHERE { ?uri_id rdf:type biopax3:Pathway . ?uri_id biopax3:displayName ?name . } """
Codecov Report
Merging #29 into master will not change coverage by
%. The diff coverage is100.00%.
@@ Coverage Diff @@
## master #29 +/- ##
=======================================
Coverage 37.69% 37.69%
=======================================
Files 28 28
Lines 2207 2207
Branches 490 490
=======================================
Hits 832 832
Misses 1310 1310
Partials 65 65
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/pathme/constants.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 2eebfd5...bfa46b1. Read the comment docs.