Mercurial > repos > galaxyp > regex_find_replace
comparison regex_tabular.xml @ 4:399da6b5ec21 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/regex_find_replace commit a9b01eafeefb50c416fbfe342b15298fe9321679
author | galaxyp |
---|---|
date | Thu, 14 Jul 2022 10:49:01 +0000 |
parents | ae8c4b2488e7 |
children | 503bcd6ebe4b |
comparison
equal
deleted
inserted
replaced
3:ae8c4b2488e7 | 4:399da6b5ec21 |
---|---|
1 <tool id="regexColumn1" name="Column Regex Find And Replace" version="1.0.1"> | 1 <tool id="regexColumn1" name="Column Regex Find And Replace" version="1.0.2" profile="21.01"> |
2 <description></description> | 2 <description></description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="3.7">python</requirement> | 4 <requirement type="package" version="3.7">python</requirement> |
5 </requirements> | 5 </requirements> |
6 <command> | 6 <command> |
15 </command> | 15 </command> |
16 <inputs> | 16 <inputs> |
17 <param format="tabular" name="input" type="data" label="Select cells from"/> | 17 <param format="tabular" name="input" type="data" label="Select cells from"/> |
18 <param name="field" label="using column" type="data_column" data_ref="input" /> | 18 <param name="field" label="using column" type="data_column" data_ref="input" /> |
19 <repeat name="checks" title="Check"> | 19 <repeat name="checks" title="Check"> |
20 <param name="pattern" type="text" value="chr([0-9A-Za-z])+" label="Find Regex" help="here you can enter text or regular expression (for syntax check lower part of this frame)"> | 20 <param name="pattern" type="text" value="chr([0-9A-Za-z]+)" label="Find Regex" help="here you can enter text or regular expression (for syntax check lower part of this frame)"> |
21 <sanitizer> | 21 <sanitizer> |
22 <valid> | 22 <valid> |
23 <add preset="string.printable"/> | 23 <add preset="string.printable"/> |
24 <remove value="\" /> | 24 <remove value="\" /> |
25 <remove value="'" /> | 25 <remove value="'" /> |