Mercurial > repos > galaxyp > regex_find_replace
comparison regex_tabular.xml @ 5:503bcd6ebe4b draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/regex_find_replace commit 3eaa2a2bdaeedf1b0771b1b764a550106dcbc186
author | galaxyp |
---|---|
date | Thu, 02 Feb 2023 08:21:31 +0000 |
parents | 399da6b5ec21 |
children |
comparison
equal
deleted
inserted
replaced
4:399da6b5ec21 | 5:503bcd6ebe4b |
---|---|
1 <tool id="regexColumn1" name="Column Regex Find And Replace" version="1.0.2" profile="21.01"> | 1 <tool id="regexColumn1" name="Column Regex Find And Replace" version="1.0.3" 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> |
44 </sanitizer> | 44 </sanitizer> |
45 </param> | 45 </param> |
46 </repeat> | 46 </repeat> |
47 </inputs> | 47 </inputs> |
48 <outputs> | 48 <outputs> |
49 <data format="input" name="out_file1" metadata_source="input" /> | 49 <data format_source="input" name="out_file1" metadata_source="input" /> |
50 </outputs> | 50 </outputs> |
51 <tests> | 51 <tests> |
52 <test> | 52 <test> |
53 <param name="input" value="find_tabular_1.txt" ftype="tabular" /> | 53 <param name="input" value="find_tabular_1.txt" ftype="tabular" /> |
54 <param name="field" value="2" /> | 54 <param name="field" value="2" /> |
55 <param name="pattern" value="moo"/> | 55 <param name="pattern" value="moo"/> |
56 <param name="replacement" value="cow" /> | 56 <param name="replacement" value="cow" /> |
57 <output name="out_file1" file="replace_tabular_1.txt"/> | 57 <output name="out_file1" file="replace_tabular_1.txt" ftype="tabular"/> |
58 </test> | 58 </test> |
59 <test> | 59 <test> |
60 <param name="input" value="find_tabular_1.txt" ftype="tabular" /> | 60 <param name="input" value="find_tabular_1.txt" ftype="tabular" /> |
61 <param name="field" value="1" /> | 61 <param name="field" value="1" /> |
62 <param name="pattern" value="moo"/> | 62 <param name="pattern" value="moo"/> |
63 <param name="replacement" value="cow" /> | 63 <param name="replacement" value="cow" /> |
64 <output name="out_file1" file="replace_tabular_2.txt"/> | 64 <output name="out_file1" file="replace_tabular_2.txt" ftype="tabular"/> |
65 </test> | 65 </test> |
66 </tests> | 66 </tests> |
67 <help> | 67 <help> |
68 | 68 |
69 .. class:: warningmark | 69 .. class:: warningmark |