# HG changeset patch # User yating-l # Date 1498852257 14400 # Node ID f311e21ef3628ff41a90f7a834fb83479a9f6dfe # Parent a0fc8379223caacbccb91c2187bfd86998920c90 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 72268f816f10341dbe3f6b33f8d9170d859c9697-dirty diff -r a0fc8379223c -r f311e21ef362 templates/trackDb/layout.txt --- 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: