QA Python Tools
From Genecats
This page contains information about the different python modules and functions. The QA python scripts live in the following directory:
~/kent/python/lib/ucscGb/qa/
tables/trackUtils.py
- def getLabels(db, track, labelType):
Returns labels of specified 'type' (shortLabel or longLabel) for a single track, its parent, and its superTrack. Excludes 'view' labels.
- Depends on getAttributeForTrack within tables/trackUtils.py
- def getAttributeForTrack(attribute, db, track):
Uses tdbQuery to get an attribute where track or table == 'track' and removes label.
- Depeneds on runCommand within qaUtils.py