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

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

Last updated