Mercurial > repos > rmarenco > hub_archive_creator
annotate hub-archive-creator-1.6/templates/genomesAssembly/layout.mustache @ 1:bfa14bec861c draft default tip
Deleted selected files
author | rmarenco |
---|---|
date | Fri, 04 Mar 2016 11:20:43 -0500 |
parents | 163b2de763ea |
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}} |