Mercurial > repos > yating-l > hubarchivecreator_test
annotate hub-archive-creator/templates/trackDb/layout.txt @ 6:9193fe3ee73f draft default tip
Uploaded
| author | yating-l |
|---|---|
| date | Thu, 22 Dec 2016 15:59:24 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 6 | 1 % for trackDb in trackDbs: |
| 2 ## See this http://genome.ucsc.edu/goldenPath/help/hgTrackHubHelp.html | |
| 3 track ${trackDb.trackName} | |
| 4 longLabel ${trackDb.longLabel} | |
| 5 shortLabel ${trackDb.shortLabel} | |
| 6 bigDataUrl ${trackDb.trackDataURL} | |
| 7 type ${trackDb.trackType} | |
| 8 visibility ${trackDb.visibility} | |
| 9 thickDrawItem ${trackDb.thickDrawItem} | |
| 10 priority ${trackDb.priority} | |
| 11 color ${trackDb.track_color} | |
| 12 group ${trackDb.group_name.lower().replace(' ', '_')} | |
| 13 | |
| 14 % endfor |
