Skip to content

Commit

Permalink
Update site/sparql.js for order by
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiba1 committed Nov 21, 2023
1 parent f29f40a commit 3dd5076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/sparql.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ WHERE {
?gene2 dct:description ?description2 .
?taxid2 rdfs:label "${taxname2}" .
}
ORDER BY ?gene1 ?gene2
`;

try {
Expand Down

0 comments on commit 3dd5076

Please sign in to comment.