Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 613 Bytes

readme.md

File metadata and controls

41 lines (27 loc) · 613 Bytes

traction

samples and patients in centraxx

tr = new traction("num_test")
pat = tr.patient(sampleid="abc")

on the command line:

traction num_test sample 1449330267 --verbose

see traction -h.

install

download traction whl from here. install with pip:

pip install traction-<version>.whl

for database connection setup see dbcq.

dev

get codetext for assembling init.ct and main.ct.

build and install:

make install