Mercurial > repos > iuc > filter_tabular
comparison filter_tabular.xml @ 11:499697bbd5a2 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:18:01 +0000 |
| parents | 64a96306112e |
| children | 26b66c3c5504 |
comparison
equal
deleted
inserted
replaced
| 10:f4635cb361f1 | 11:499697bbd5a2 |
|---|---|
| 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><