Mercurial > repos > rmarenco > hub_archive_creator
annotate hub-archive-creator-1.6/templates/genomesAssembly/layout.mustache @ 0:163b2de763ea draft
Upload the full hubArchiveCreator archive
author | rmarenco |
---|---|
date | Tue, 01 Mar 2016 19:43:25 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 {{! TODO: Add a loop to be able to put this template for each genome }} |
2 genome {{genomeName}} | |
3 trackDb {{trackDbPath}} | |
4 groups {{groupsPath}} | |
5 description {{genomeDescription}} | |
6 twoBitPath {{twoBitPath}} | |
7 organism {{organismName}} | |
8 defaultPos {{defaultPosition}} | |
9 orderKey {{orderKey}} | |
10 scientificName {{scientificName}} | |
11 htmlPath {{pathAssemblyHtmlDescription}} |