5.6 Generate an ID to represent the capture kit information (WES sample only)
Lastly, the VCPA API will generate an ID to represent the capture kit / target region information (similar to the project id). Users can type in
GET
http://IP/v1/sample/set-attr/targets_id/${project_id}/${sample_name}/${target_id}
Set the target file id to sample.
Path Parameters
Name
Type
Description
project_id
string
This is the project ID outputted by Section 3.2.
sample_name
string
Sample name (note this needs to match the sample name of the input file in the S3 bucket).
target_id
string
ID generated to represent the target region file.
Previous5.5 Add the capture kit information (WES sample only) into the tracking databaseNextStep 6: Submit a job to process one whole genome (WGS) / whole exome (WES) sample
Last updated