diff get_sequences.xml @ 5:0fa1d1cc417d 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:50:07 -0400
parents 3b686142e9c2
children 7af66c2b3831
line wrap: on
line diff
--- a/get_sequences.xml	Fri Apr 13 09:43:51 2018 -0400
+++ b/get_sequences.xml	Thu Oct 31 07:50:07 2019 -0400
@@ -7,7 +7,6 @@
     <command detect_errors="exit_code">
 <![CDATA[
 python '$__tool_directory__/get_sequences.py'
--s $species_selector
 --expand_3prime $expand_3prime
 --expand_5prime $expand_5prime
 -t $type_selector
@@ -18,10 +17,6 @@
 
     <inputs>
         <param name="input" type="data" format="txt" label="List of Ensembl 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_3prime" type="integer" value="0" min="0" label="expand_3prime" help="Expand each sequence downstream of the sequence by this many basepairs. Only available when using genomic sequence type." />
         <param name="expand_5prime" type="integer" value="0" min="0" label="expand_5prime" help="Expand each sequence downstream of the sequence by this many basepairs. Only available when using genomic sequence type." />
         <param name="type_selector" type="select" label="Type" help="Type of sequence. Defaults to genomic where applicable, i.e. not translations. cDNA refers to the spliced transcript sequence with UTR; CDS refers to the spliced transcript sequence without UTR">