5.4 Input PCR protocol information into the tracking database

VCPA will process the sequencing data differently, dependent on whether they are generated using the PCR free or non-PCR free protocol. Users will therefore need to input this information into the "isPCR_free" column of the tracking database.

Users can type the following command:

curl -sS "http://IP/v1/sample/set-attr/isPCR_free/${project_id}/${sample_name}/${0|1}"

GET http://IP/v1/sample/set-attr/isPCR_free/${project_id}/${sample_name}/${0|1}

Add is the value of PCR free or non-PCR free.

Path Parameters

Name
Type
Description

project_id

string

This is the project ID outputted by Section 3.2.

sample_name

string

Sample name information.

value

boolean

Enters 1 if the sample is generated using a "PCR free protocol", otherwise, type "0" here.

{
    "status":"success",
    "id":"4"
}

Last updated