Mercurial > repos > yating-l > hubarchivecreator
view templates/trackDb/layout.txt @ 0:f493979f1408 draft default tip
planemo upload for repository https://github.com/Yating-L/hubarchivecreator-test commit 48b59e91e2dcc2e97735ee35d587960cbfbce932-dirty
author | yating-l |
---|---|
date | Wed, 21 Dec 2016 12:13:04 -0500 |
parents | |
children |
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