Repository 'hubarchivecreator'
hg clone https://toolshed.g2.bx.psu.edu/repos/rmarenco/hubarchivecreator

Changeset 27:cdd33c5c8ac1 (2017-07-10)
Previous changeset 26:df42241d3731 (2017-07-03) Next changeset 28:6aa28a85cc38 (2017-07-10)
Commit message:
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 05fc99e5a081e3f2a0f152ad952ba60c50661229
modified:
hubArchiveCreator.xml
templates/trackDb/layout.txt
b
diff -r df42241d3731 -r cdd33c5c8ac1 hubArchiveCreator.xml
--- a/hubArchiveCreator.xml Mon Jul 03 17:30:20 2017 -0400
+++ b/hubArchiveCreator.xml Mon Jul 10 12:28:50 2017 -0400
b
@@ -1,4 +1,4 @@
-<tool id="hubArchiveCreator" name="Hub Archive Creator" version="2.3.1">
+<tool id="hubArchiveCreator" name="Hub Archive Creator" version="2.4.1">
     <description>
         This Galaxy tool permits to prepare your files to be ready for
         Assembly Hub visualization.
b
diff -r df42241d3731 -r cdd33c5c8ac1 templates/trackDb/layout.txt
--- a/templates/trackDb/layout.txt Mon Jul 03 17:30:20 2017 -0400
+++ b/templates/trackDb/layout.txt Mon Jul 10 12:28:50 2017 -0400
b
@@ -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: