# HG changeset patch # User bgruening # Date 1519136659 18000 # Node ID e39fceb6ab85229ccfa603c432f47f6dbaaaaabd # Parent 6378f8384f3041c600dc9e9142578551a824fcbd planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit f48156f03164bde1f1be4826b2f0a1f16dc2cd2f diff -r 6378f8384f30 -r e39fceb6ab85 replace_text_in_line.xml --- a/replace_text_in_line.xml Fri Dec 01 13:47:28 2017 -0500 +++ b/replace_text_in_line.xml Tue Feb 20 09:24:19 2018 -0500 @@ -1,57 +1,58 @@ - + in entire line - macros.xml + macros.xml sed sed --version | head -n 1 - '$outfile' ]]> + - - + + - + + + + + + - + - + + + + + + + + - + - + @@ -77,9 +78,9 @@ **Examples of Find Patterns** - **HELLO** The word 'HELLO' (case sensitive). -- **AG.T** The letters A,G followed by any single character, followed by the letter T. +- **AG.T** The letters A,G followed by any single character, followed by the letter T. - **A{4,}** Four or more consecutive A's. -- **chr2[012]\\t** The words 'chr20' or 'chr21' or 'chr22' followed by a tab character. +- **chr2[012]\\t** The words 'chr20' or 'chr21' or 'chr22' followed by a tab character. - **hsa-mir-([^ ]+)** The text 'hsa-mir-' followed by one-or-more non-space characters. When using parenthesis, the matched content of the parenthesis can be accessed with **\1** in the **replace** pattern. diff -r 6378f8384f30 -r e39fceb6ab85 text_processing.tar.bz2 Binary file text_processing.tar.bz2 has changed