Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reactome version #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update reactome version #29

wants to merge 1 commit into from

Conversation

ddomingof
Copy link
Member

@ddomingof ddomingof commented Mar 26, 2020

  • 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
Copy link

codecov bot commented Mar 26, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants