/list | List all datasets,
optional parameters: readCount=bool, matchCount=bool, metadata=bool |
/getAuxiliary?file=name | Get auxiliary data for file. Optional parameter: binary=bool |
/getNumberOfReads?file=name | Get number of reads for file |
/getNumberOfMatches?file=name | Get number of matches for file |
/getClassificationNames?file=name | Get list of all classifications for file |
/getDescription?file=name | Get a description of a file, if available |
/download?file=name | Download a file |
/getRead?file=name&readId=num | Get read and optionally all matches for given file and readId.
Optional parameters: header=bool, sequence=bool, matches=bool |
/getReads?file=name |
Get all reads for a given file; returns first page and page-id for next.
Optional parameters: readIds=bool, headers=bool, sequences=bool, matches=bool |
/getReadsForClass?file=name&classification=name&classId=num,... |
Get all reads for a given file, classification and one or more classes. Returns first page and page-id for next.
Optional parameters: readIds=bool, headers=bool, sequences=bool, matches=bool |
/getNext?pageId=num | Get the next page of reads |