JAL-957 reinstate the PDBfile parameter
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 28 Jan 2014 21:23:28 +0000 (21:23 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Tue, 28 Jan 2014 21:23:28 +0000 (21:23 +0000)
examples-jbake/templates/macros.ftl
examples/applets.html
examples/u_applets.html

index 47d031b..2a24008 100644 (file)
@@ -1,4 +1,4 @@
-<#assign appparams = [ "file","features","treeFile","userDefinedColour","sortByTree","showSequenceLogo","showGroupConsensus","showFullId","linkLabel_1","linkUrl_1","linkUrl_2","linkLabel_2","windowHeight","windowWidth","showFeatureSettings","wrap","showAnnotation","defaultColour","embedded", "debug" ] />
+<#assign appparams = [ "file","features","treeFile","userDefinedColour","sortByTree","showSequenceLogo","showGroupConsensus","showFullId","linkLabel_1","linkUrl_1","linkUrl_2","linkLabel_2","windowHeight","windowWidth","showFeatureSettings","wrap","showAnnotation","defaultColour","embedded", "debug", "PDBfile" ] />
 
 
 <#macro jvlitebutton appjar params prots=true width=140 height=35>
index de31d6b..05a50ae 100755 (executable)
@@ -248,6 +248,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
 <param name="wrap" value="true"/>
 <param name="showAnnotation" value="false"/>
 <param name="defaultColour" value="Strand Propensity"/>
+<param name="PDBfile" value="1gaq.txt FER1_MAIZE"/>
    <param name="linkLabel_1" value="Uniprot"/>
    <param name="linkUrl_1"
      value="http://www.uniprot.org/uniprot/$SEQUENCE_ID$"/>
index 76e41d8..f49c38a 100644 (file)
@@ -245,6 +245,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
 <param name="wrap" value="true"/>
 <param name="showAnnotation" value="false"/>
 <param name="defaultColour" value="Strand Propensity"/>
+<param name="PDBfile" value="1gaq.txt FER1_MAIZE"/>
    <param name="linkLabel_1" value="Uniprot"/>
    <param name="linkUrl_1"
      value="http://www.uniprot.org/uniprot/$SEQUENCE_ID$"/>