5.2 Populate the tracking database with the S3 paths for the samples to be processed
After inputting the sample information, users need to input the location of the sequencing file to process into the tracking database. This can be done using the following command:
GET
http://IP/v1/sample/set-attr/seqfile_s3_uri/${project_id}/${sample_name}/${seqfile_s3_path}
Add the path of original sequence file from S3.
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).
s3_path
string
S3 path of the input sequencing file.
Previous5.1 Input the sample information to the tracking databaseNext5.3 Populate the tracking database with the designated result folder for each sample to be processed
Last updated