5.3 Populate the tracking database with the designated result folder for each sample to be processed
Besides populating the input file S3 path, users will also need to set the results folder using the API command VCPA provides, so that this information will be effectively imported to the tracking database:
GET
http://IP/v1/sample/set-attr/results_s3_uri/${project_id}/${sample_name}/${results_s3_path}
Add the path of result files.
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).
results_s3_path
string
S3 path of where the results will be written to.
Previous5.2 Populate the tracking database with the S3 paths for the samples to be processedNext5.4 Input PCR protocol information into the tracking database
Last updated