Mercurial > repos > rmarenco > hubarchivecreator
comparison templates/trackDb/layout.txt @ 1:fb5e60d4d18a draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 64cfc08088d11f6818c1b4e5514ef9e67969eaff-dirty
author | rmarenco |
---|---|
date | Wed, 13 Jul 2016 13:36:37 -0400 |
parents | |
children | 3233451a3bd6 |
comparison
equal
deleted
inserted
replaced
0:0f3bc17e5ede | 1:fb5e60d4d18a |
---|---|
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 | |
12 % endfor |