# HG changeset patch # User bgruening # Date 1519135895 18000 # Node ID f2918761eaf39ca58b987b726ed5ab804c3efdfe # Parent 61b3b01662fda0b6f5b98bf2acaad149db14395f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit f48156f03164bde1f1be4826b2f0a1f16dc2cd2f diff -r 61b3b01662fd -r f2918761eaf3 replace_text_in_line.xml --- a/replace_text_in_line.xml Fri Dec 01 13:46:51 2017 -0500 +++ b/replace_text_in_line.xml Tue Feb 20 09:11:35 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 61b3b01662fd -r f2918761eaf3 text_processing.tar.bz2 Binary file text_processing.tar.bz2 has changed