Mercurial > repos > yating-l > hubarchivecreator
changeset 59:f311e21ef362 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 72268f816f10341dbe3f6b33f8d9170d859c9697-dirty
author | yating-l |
---|---|
date | Fri, 30 Jun 2017 15:50:57 -0400 |
parents | a0fc8379223c |
children | 583431485006 |
files | templates/trackDb/layout.txt |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/trackDb/layout.txt Fri Jun 30 15:44:17 2017 -0400 +++ b/templates/trackDb/layout.txt Fri Jun 30 15:50:57 2017 -0400 @@ -38,7 +38,7 @@ urlLabel ${trackDb.database} Details: % else: url https://www.ncbi.nlm.nih.gov/gquery/?term=$$ -urlLabel ${trackDb.database} Details: +urlLabel NCBI Details: % endif % elif "bigPsl" in trackDb.trackType and trackDb.database: @@ -54,8 +54,13 @@ color ${trackDb.track_color} group ${trackDb.group_name.lower().replace(' ', '_')} searchIndex name + % if "NCBI" in trackDb.database: url https://www.ncbi.nlm.nih.gov/nuccore/$$ urlLabel NCBI Details: + % else: +url https://www.ncbi.nlm.nih.gov/gquery/?term=$$ +urlLabel NCBI Details: + % endif % else: