diff replace_text_in_line.xml @ 6:60edf2f8c28f draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit b'e6ee273f75fff61d1e419283fa8088528cf59470\n'
author bgruening
date Sat, 06 May 2017 13:09:05 -0400
parents 20344ce0c811
children 6378f8384f30
line wrap: on
line diff
--- a/replace_text_in_line.xml	Wed Nov 23 15:56:41 2016 -0500
+++ b/replace_text_in_line.xml	Sat May 06 13:09:05 2017 -0400
@@ -73,7 +73,7 @@
 **Examples of Replace Patterns**
 
 - **WORLD**  The word 'WORLD' will be placed whereever the find pattern was found.
-- **FOO-&-BAR**  Each time the find pattern is found, it will be surrounded with 'FOO-' at the begining and '-BAR' at the end. **$** (ampersand) represents the matched find pattern.
+- **FOO-&-BAR**  Each time the find pattern is found, it will be surrounded with 'FOO-' at the beginning and '-BAR' at the end. **&** (ampersand) represents the matched find pattern.
 - **\\1**   The text which matched the first parenthesis in the Find Pattern.
 
 
@@ -129,4 +129,5 @@
 @REFERENCES@
 ]]>
     </help>
+    <expand macro="citations" />
 </tool>