diff templates/trackDb/layout.txt @ 62:4c4e8941feda draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 5bbecd016ad3a784ad030cb82a09a3ac40dc6060-dirty
author yating-l
date Mon, 10 Jul 2017 17:06:11 -0400
parents 583431485006
children 9d8d6b976fc2
line wrap: on
line diff
--- a/templates/trackDb/layout.txt	Mon Jul 03 17:24:49 2017 -0400
+++ b/templates/trackDb/layout.txt	Mon Jul 10 17:06:11 2017 -0400
@@ -30,15 +30,23 @@
         % if "NCBI" in trackDb.database:
 url https://www.ncbi.nlm.nih.gov/protein/$$
 urlLabel ${trackDb.database} Details:
+iframeUrl https://www.ncbi.nlm.nih.gov/protein/$$
+iframeOptions height='600' width='800'
         % elif "UniProt" in trackDb.database:
 url http://www.uniprot.org/uniprot/$$
 urlLabel ${trackDb.database} Details:
+iframeUrl http://www.uniprot.org/uniprot/$$
+iframeOptions height='600' width='800'
         % elif "FlyBase" in trackDb.database:
 url http://flybase.org/reports/$$
 urlLabel ${trackDb.database} Details:
+iframeUrl http://flybase.org/reports/$$
+iframeOptions height='600' width='800'
         % else:
 url https://www.ncbi.nlm.nih.gov/gquery/?term=$$
 urlLabel NCBI Details:
+iframeUrl https://www.ncbi.nlm.nih.gov/gquery/?term=$$
+iframeOptions height='600' width='800'
         % endif
         
     % elif "bigPsl" in trackDb.trackType and trackDb.database:
@@ -57,9 +65,13 @@
     % if "NCBI" in trackDb.database:
 url https://www.ncbi.nlm.nih.gov/nuccore/$$
 urlLabel NCBI Details:
+iframeUrl https://www.ncbi.nlm.nih.gov/nuccore/$$
+iframeOptions height='600' width='800'
     % else:
 url https://www.ncbi.nlm.nih.gov/gquery/?term=$$
 urlLabel NCBI Details:
+iframeUrl https://www.ncbi.nlm.nih.gov/gquery/?term=$$
+iframeOptions height='600' width='800'
     % endif
 
     % else: