You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New graphql endpoints are needed to return the number of genes and list of genes in a genome region as defined via TAXID, Chromosome, BEGIN, END. All gene nodes in the graph will have following properties which can be filtered on.
Currently we have a REST endpoint that returns the number of genes within a region, like this:
https://knetminer.com/araknet/countLoci?keyword=4-1000000-2000000
New graphql endpoints are needed to return the number of genes and list of genes in a genome region as defined via
TAXID, Chromosome, BEGIN, END
. All gene nodes in the graph will have following properties which can be filtered on.http://knetminer-wheat.cyverseuk.org:7474/browser/
Following tests should be written:
Input:
Output:
The text was updated successfully, but these errors were encountered: