comparison filter_tabular.xml @ 11:6544e4b87a4f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit d624cde6382bc326a5ae318482e16e643ef7d7d1"
author iuc
date Fri, 12 Feb 2021 21:20:08 +0000
parents 69b08fc9557c
children 4d5aae46f850
comparison
equal deleted inserted replaced
10:9cc411a62277 11:6544e4b87a4f
1 <tool id="filter_tabular" name="Filter Tabular" version="3.1.0"> 1 <tool id="filter_tabular" name="Filter Tabular" version="3.1.2">
2 <description></description> 2 <description></description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
126 <param name="regex_pattern" value=".*(com|org|net)$"/> 126 <param name="regex_pattern" value=".*(com|org|net)$"/>
127 <param name="regex_replace" value="\1"/> 127 <param name="regex_replace" value="\1"/>
128 <param name="add" value="append"/> 128 <param name="add" value="append"/>
129 </conditional> 129 </conditional>
130 </repeat> 130 </repeat>
131 <repeat name="linefilters">
132 <conditional name="filter">
133 <param name="filter_type" value="replace"/>
134 <param name="column" value="c6"/>
135 <param name="regex_pattern" value="^(\d+)-(\d+)-(\d+)$"/>
136 <param name="regex_replace" value="\1"/>
137 <param name="add" value="prepend"/>
138 </conditional>
139 </repeat>
131 <output name="output" file="filtered_customers_results.tsv"/> 140 <output name="output" file="filtered_customers_results.tsv"/>
132 </test> 141 </test>
133 </tests> 142 </tests>
134 <help><![CDATA[ 143 <help><![CDATA[
135 ============== 144 ==============