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}"
where
a) project_id: this is the project ID outputted by Section 3.2
b) sample_name: sample name information
c) value: enters 1 if the sample is generated using a "PCR free protocol", otherwise, type "0" here.