Mercurial > repos > bgruening > text_processing
comparison find_and_replace.xml @ 15:74aae7d6cb09 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
author | bgruening |
---|---|
date | Wed, 12 Jul 2017 14:06:47 -0400 |
parents | 7725ab6dab67 |
children | 1aa30b2c73c9 |
comparison
equal
deleted
inserted
replaced
14:7725ab6dab67 | 15:74aae7d6cb09 |
---|---|
1 <tool id="tp_find_and_replace" name="Replace" version="@BASE_VERSION@.0"> | 1 <tool id="tp_find_and_replace" name="Replace" version="@BASE_VERSION@.1"> |
2 <description>parts of text</description> | 2 <description>parts of text</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="5.18.1">perl</requirement> | 7 <requirement type="package" version="5.22.0.1">perl</requirement> |
8 </requirements> | 8 </requirements> |
9 <command> | 9 <command> |
10 <![CDATA[ | 10 <![CDATA[ |
11 perl '$__tool_directory__/find_and_replace' | 11 perl '$__tool_directory__/find_and_replace' |
12 #if $searchwhere.searchwhere_select == "column": | 12 #if $searchwhere.searchwhere_select == "column": |