Skip to content

Update reactome version#29

Open
ddomingof wants to merge 1 commit intomasterfrom
reactome-update
Open

Update reactome version#29
ddomingof wants to merge 1 commit intomasterfrom
reactome-update

Conversation

@ddomingof
Copy link
Copy Markdown
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
Copy Markdown

codecov bot commented Mar 26, 2020

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

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.

2 participants