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:
Create the project
POST
http://IP/v1/projects/add
Request Body
Name
Type
Description
project_name
string
Abbreviations of the project name.
project_name_ful
string
Full project name.
projectdesc
string
Project description.
project_center
string
Where is the data generated / obtained from.
subproject_name
string
Subject project name.
IP
string
Public IP address.
The VCPA API will directly return a project ID (project_id) for this project.
Previous3.1 List all projects in the tracking databaseNextStep 4: Upload sequencing data to your S3 bucket
Last updated