Molecular Data Samples
This section provides information on the available Sample Molecular Data APIs.
The following are the available client endpoints:
|
Endpoint |
Description |
Request |
|---|---|---|
|
GET |
Get a list of sample IDs. |
GET /crs/api/v1/sample-molecular-data |
|
GET |
List the FASTQ files and cases associated with an externalSampleId. |
GET /crs/api/v1/sample-molecular-data/{externalSampleId} |
|
DELETE |
Delete the sample and associated sequenced sample files. |
DELETE /crs/api/v1/sample-molecular-data/{externalSampleId} |
|
POST |
Store FASTQ sample data for externalSampleId. |
POST /crs/api/v1/sample-molecular-data/{externalSampleId} |
