# HG changeset patch # User bgruening # Date 1584313098 0 # Node ID 0e3b611245f76a3285168010686c5d755e7f7e06 # Parent 1aa30b2c73c9e5351f12de3a2a05493be8322194 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 9c4d4fe09cbbd818532d793d01d1cb16edbd496b-dirty" diff -r 1aa30b2c73c9 -r 0e3b611245f7 awk.xml --- a/awk.xml Wed Apr 03 13:56:43 2019 -0400 +++ b/awk.xml Sun Mar 15 22:58:18 2020 +0000 @@ -15,9 +15,9 @@ -v FS=' ' -v OFS=' ' --re-interval - -f "$awk_script" - "$infile" - > "$outfile" + -f '$awk_script' + '$infile' + > '$outfile' ]]> diff -r 1aa30b2c73c9 -r 0e3b611245f7 easyjoin.xml --- a/easyjoin.xml Wed Apr 03 13:56:43 2019 -0400 +++ b/easyjoin.xml Sun Mar 15 22:58:18 2020 +0000 @@ -1,4 +1,4 @@ - + two files macros.xml @@ -13,7 +13,7 @@ chmod +x sort-header && perl $__tool_directory__/easyjoin $jointype - -t ' ' + -t $'\t' $header -e '$empty_string_filler' -o auto @@ -29,7 +29,7 @@ - + diff -r 1aa30b2c73c9 -r 0e3b611245f7 find_and_replace --- a/find_and_replace Wed Apr 03 13:56:43 2019 -0400 +++ b/find_and_replace Sun Mar 15 22:58:18 2020 +0000 @@ -65,7 +65,7 @@ $perl_program = < ) { chomp ; - my \@columns = split ; + my \@columns = split /\t/; #not enough columns in this line - skip it next if ( \@columns < $find_in_specific_column ) ; diff -r 1aa30b2c73c9 -r 0e3b611245f7 find_and_replace.xml --- a/find_and_replace.xml Wed Apr 03 13:56:43 2019 -0400 +++ b/find_and_replace.xml Sun Mar 15 22:58:18 2020 +0000 @@ -1,4 +1,4 @@ - + parts of text macros.xml @@ -80,6 +80,23 @@ + + + + + + + + + + + + + + +