diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hub-archive-creator/templates/trackDb/layout.txt	Thu Dec 22 15:59:24 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