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 |
download?file=name | Download dataset |
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 |