PathMe icon indicating copy to clipboard operation
PathMe copied to clipboard

Update reactome version

Open ddomingof opened this issue 5 years ago • 1 comments

  • [ ] 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 . } """

ddomingof avatar Mar 26 '20 12:03 ddomingof

Codecov Report

Merging #29 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@           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 data Powered by Codecov. Last update 2eebfd5...bfa46b1. Read the comment docs.

codecov[bot] avatar Mar 26 '20 12:03 codecov[bot]