diff get_feature_info.xml @ 6:70e4134eb0ed draft

"planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/Ensembl-REST commit ed32f2e6d8174873cefcbe141084f857f84b0586"
author earlhaminst
date Thu, 31 Oct 2019 07:49:48 -0400
parents 234d7babf34b
children d6bb417dc831
line wrap: on
line diff
--- a/get_feature_info.xml	Fri Apr 13 09:43:11 2018 -0400
+++ b/get_feature_info.xml	Thu Oct 31 07:49:48 2019 -0400
@@ -10,17 +10,12 @@
 -e $expand
 -f $format_selector
 -i '$input'
--s $species_selector
 > '$output'
 ]]>
     </command>
 
     <inputs>
     <param name="input" type="data" format="txt" label="List of Ensembl IDs" help="Max 1000 IDs" />
-    <param name="species_selector" type="select" label="Select species">
-        <option value="ensembl" selected="true">Vertebrates</option>
-        <option value="ensemblgenomes">Other species</option>
-    </param>
     <param name="expand" type="boolean" truevalue="1" falsevalue="0" label="Expand the search to include any connected features" help="For example, if the object is a gene, its transcripts, translations and exons will be returned as well" />
     <param name="format_selector" type="select" label="Output format">
         <option value="full" selected="true">Full</option>