diff add_protein_features.xml @ 8:aca66c3b8fbb draft

planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
author proteore
date Fri, 10 May 2019 03:59:23 -0400
parents 69c70e45d5ab
children 2eb72be62446
line wrap: on
line diff
--- a/add_protein_features.xml	Mon Mar 11 04:48:52 2019 -0400
+++ b/add_protein_features.xml	Fri May 10 03:59:23 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="prot_features" name="Add protein features" version="2019.03.11">
+<tool id="prot_features" name="Add protein features" version="2019.05.10">
 <description>[neXtProt]
 </description>
 <requirements>
@@ -24,7 +24,7 @@
   --diseases_info='$Nextprot_params.diseases_info'  
   --output='$output'  
 
-  #if 'nextprot_ref' in str($ref_file).split("/")
+  #if 'proteore_nextprot_ref' in str($ref_file).split("/")
     --nextprot="$ref_file" 
   #else 
     --nextprot="$__tool_directory__/$ref_file"
@@ -81,11 +81,13 @@
  		      <option value="SubcellLocations" selected="false">Subcellular Location</option>
         </param>
 
-        <param name="diseases_info" type="boolean" checked="false" truevalue="true" falsevalue="false" label="Disease information" />
+        <param name="diseases_info" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Disease information" />
 
       </section>
       <param name="ref_file" type="select" label="Release of neXtProt reference file to use">
-        <options from_data_table="proteore_nextprot_ref"/>
+        <options from_data_table="proteore_nextprot_ref">
+            <filter type="sort_by" column="1"/>
+        </options>
       </param>
 
 </inputs>