Mercurial > repos > yating-l > hubarchivecreator
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/trackDb/layout.txt Wed Dec 21 12:13:04 2016 -0500 @@ -0,0 +1,14 @@ +% 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