view templates/trackDb/layout.txt @ 10:acc233161f50 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1b1063f90004764bcf504f4340738eca5c4b1f9d
author rmarenco
date Thu, 21 Jul 2016 05:58:51 -0400
parents fb5e60d4d18a
children 3233451a3bd6
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}

% endfor