diff glassgo_wrapper.xml @ 13:76b7a84ba942 draft

Uploaded
author computationaltranscriptomics
date Tue, 14 Jan 2020 06:03:45 -0500
parents e9d2774a4694
children 74d04a19fdd7
line wrap: on
line diff
--- a/glassgo_wrapper.xml	Tue Jan 14 05:57:28 2020 -0500
+++ b/glassgo_wrapper.xml	Tue Jan 14 06:03:45 2020 -0500
@@ -15,9 +15,9 @@
                 -p ${search.cond_param_setup.identity}
             #end if
             -u ${additional_setting.upstream_region}
-            #if str($search.cond_taxon_setup.taxon_setup) == "acclist":
-                -g ${search.cond_taxon_setup.acclist}
-            #end if
+            #if str($search.acclist) != "global":
+                -g ${search.acclist}
+            #end if 
             -n 500
             -o $output
         ]]>     
@@ -29,20 +29,16 @@
                 <options from_file="blastdb.loc">
                     <column name="name" index="1"/>
                     <column name="value" index="2"/>
-		    <filter type="regexp" value="nt_.*" column="0" />
                 </options>
             </param>
         </section>
         <section name="search" title="Search Parameters" expanded="true">
-            <conditional name="cond_taxon_setup">
-                <param name="taxon_setup" type="select" label="Taxon Selection">
-                    <option value="global">global search</option>
-                    <option value="acc">accession list from user history</option>
-                </param>
-                    <when value="acc">
-                        <param name="acclist" type="data" format="txt" label="Accession List" />    
-                    </when>
-            </conditional>
+            <param name="acclist" type="select" label="Choose taxon">
+                <options from_file="glassgo_accession_list.txt">
+                    <column name="name" index="0"/>
+                    <column name="value" index="1"/>
+                </options>
+            </param>
             <conditional name="cond_param_setup">
                 <param name="param_setup" type="select" display="radio" label="Parameter Setup">
                     <option value="automatic">automatic</option>
@@ -117,6 +113,8 @@
     The GLASSgo search is by default based on the complete NCBI Nucleotide database. In general, sRNAs show a limited distribution among the phylogenetic tree, such that a targeted search in a specfic taxonomic group is likely to perform better. For that, we provide accession lists for the taxonomic groups the search should
     be limited to. 
 
+   
+
 - **Parameter Setup**
     You can run GLASSgo either in automated mode or you can manually set the advanced parameters.