changeset 16:488a9fa0f046 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/nlstradamus commit 191123e580f2b5cc2f52861b5c82c134c6044d4d-dirty
author peterjc
date Mon, 05 Jun 2017 12:09:46 -0400
parents 4c68565ecc6e
children 8afa46170faa
files tools/nlstradamus/nlstradamus.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/nlstradamus/nlstradamus.xml	Wed May 10 12:45:13 2017 -0400
+++ b/tools/nlstradamus/nlstradamus.xml	Mon Jun 05 12:09:46 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">