changeset 18:84eb047d4760 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/nlstradamus commit 79bbb921cb5aa953f0323accd6c8c293c6e486cf-dirty
author peterjc
date Tue, 06 Jun 2017 10:21:47 -0400
parents 8afa46170faa
children e4dafa0acfc9
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:20:22 2017 -0400
+++ b/tools/nlstradamus/nlstradamus.xml	Tue Jun 06 10:21:47 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">