view templates/trackDb/layout.txt @ 21:884ee2a71680 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 6ac76e7da539ca1773fb809054679f0bf8a06972-dirty
author yating-l
date Wed, 12 Apr 2017 15:05:33 -0400
parents c02720d1afee
children fcc1021bd496
line wrap: on
line source

% for trackDb in trackDbs:
    ## See this http://genome.ucsc.edu/goldenPath/help/hgTrackHubHelp.html
    track ${trackDb.trackName}
    longLabel ${trackDb.longLabel}
    shortLabel ${trackDb.shortLabel}
    bigDataUrl ${trackDb.trackDataURL}
    type ${trackDb.trackType}
    visibility ${trackDb.visibility}
    thickDrawItem ${trackDb.thickDrawItem}
    priority ${trackDb.priority}
    color ${trackDb.track_color}
    group ${trackDb.group_name.lower().replace(' ', '_')}

% endfor