5.1 Input the sample information to the tracking database
curl -sS -d project_id=${project_id} -d sample_name=${sample_name} -d project_desc=${project_desc} -d subject_name=${subject_name} -d LSAC=${LSAC} -d seq_type=${seq_type} "http://IP/v1/projects/sample/add"Request Body
Name
Type
Description
{
"status":"success",
"sample_id":"4"
}PreviousStep 5: Configure your samples information in the tracking databaseNext5.2 Populate the tracking database with the S3 paths for the samples to be processed
Last updated