changeset 17:8afa46170faa draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/nlstradamus commit d8fe60a05a3b6695630f52c92bb51ec00f827a01-dirty
author peterjc
date Mon, 05 Jun 2017 12:20:22 -0400
parents 488a9fa0f046
children 84eb047d4760
files tools/nlstradamus/nlstradamus.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/nlstradamus/nlstradamus.xml	Mon Jun 05 12:09:46 2017 -0400
+++ b/tools/nlstradamus/nlstradamus.xml	Mon Jun 05 12:20:22 2017 -0400
@@ -9,12 +9,12 @@
     <inputs>
         <param name="fasta_file" type="data" format="fasta" label="FASTA file of protein sequences"/> 
         <param name="model" type="select" display="radio" label="Model">
-            <option value="1" selected="true">Two state</option>
+            <option value="1" selected="True">Two state</option>
             <option value="2">Four state</option>
         </param>
         <param name="algorithm" type="select" display="radio" label="Algorithm">
             <option value="0">Viterbi</option>
-            <option value="1" selected="true">Posterior with threshold</option>
+            <option value="1" selected="True">Posterior with threshold</option>
             <option value="2">Both</option>
         </param>
         <param name="threshold" type="float" label="Posterior theshold" value="0.6">