JAL-957 reinstate jnetfile parameter
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Wed, 29 Jan 2014 21:20:21 +0000 (21:20 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Wed, 29 Jan 2014 21:21:15 +0000 (21:21 +0000)
examples-jbake/templates/macros.ftl
examples/applets.html
examples/u_applets.html

index 2a24008..cecf8a2 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", "PDBfile" ] />
+<#assign appparams = [ "file","features","jnetfile","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 df3de4d..bb6bb10 100755 (executable)
@@ -269,6 +269,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
    archive="jalviewApplet.jar">
 <param name="permissions" value="sandbox"/>
 <param name="file" value="jpred_msa.fasta"/>
+<param name="jnetfile" value="jpred_msa.seq.concise"/>
 <param name="showFullId" value="false"/>
 <param name="windowHeight" value="515"/>
 <param name="windowWidth" value="650"/>
index 622ed74..f34a702 100644 (file)
@@ -265,6 +265,7 @@ Try out JalviewLite by pressing one of the buttons below.<br/>
    code="jalview.bin.JalviewLite" width="140" height="35"
    archive="u_jalviewApplet.jar">
 <param name="file" value="jpred_msa.fasta"/>
+<param name="jnetfile" value="jpred_msa.seq.concise"/>
 <param name="showFullId" value="false"/>
 <param name="windowHeight" value="515"/>
 <param name="windowWidth" value="650"/>