5.1 Input the sample information to the tracking database
After logging into the tracking database, users can upload the list of samples to be processed into the database using the command below:
POST
http://IP/v1/projects/sample/add
Add each sample for projects.
Request Body
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).
project_desc
string
Project description.
subject_name
string
Individual subject's ID.
LSAC
string
Data source (optional, i.e. where the samples are being sequenced) e.g. Large-Scale Genome Sequencing and Analysis Centers.
seq_type
string
Whole genome sequencing / whole exome sequencing.
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