QA Python Tools

From Genecats
Revision as of 23:40, 5 February 2019 by Jairo (talk | contribs)
Jump to navigationJump to search

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