3.2 Create the project in the tracking database
After login to the tracking database, users can add a new project into the database by using the command below:
curl -sS -d project_name=${project_name} -d project_name_full=${project_name_full} -d project_desc=${projectdesc} -d project_center=${project_center} -d subproject_name=${subproject_name} "http://IP/v1/projects/add"Create the project
Request Body
Name
Type
Description
{
"status":"success",
"project_id":"107"
}Previous3.1 List all projects in the tracking databaseNextStep 4: Upload sequencing data to your S3 bucket
Last updated