# HG changeset patch # User bgruening # Date 1378399368 14400 # Node ID fc862d5bccaf845875564d2be042721f6441748e # Parent a4ad586d1403797e6a848ae166878c0322042905 Uploaded diff -r a4ad586d1403 -r fc862d5bccaf awk.xml --- a/awk.xml Thu Sep 05 11:42:27 2013 -0400 +++ b/awk.xml Thu Sep 05 12:42:48 2013 -0400 @@ -1,5 +1,5 @@ - - (awk) + + with awk gnu_awk diff -r a4ad586d1403 -r fc862d5bccaf cut.xml --- a/cut.xml Thu Sep 05 11:42:27 2013 -0400 +++ b/cut.xml Thu Sep 05 12:42:48 2013 -0400 @@ -4,7 +4,11 @@ gnu_coreutils - cut -d"${delimiter}" ${complement} ${cut_element} '${list}' '${input}' > '${output}' + cut + #if str($delimiter) != '': + -d"${delimiter}" + #end if + ${complement} ${cut_element} '${list}' '${input}' > '${output}' diff -r a4ad586d1403 -r fc862d5bccaf find_and_replace.xml --- a/find_and_replace.xml Thu Sep 05 11:42:27 2013 -0400 +++ b/find_and_replace.xml Thu Sep 05 12:42:48 2013 -0400 @@ -1,5 +1,5 @@ - - text + + parts of text find_and_replace #if $searchwhere.choice == "column": diff -r a4ad586d1403 -r fc862d5bccaf grep.xml --- a/grep.xml Thu Sep 05 11:42:27 2013 -0400 +++ b/grep.xml Thu Sep 05 12:42:48 2013 -0400 @@ -5,8 +5,8 @@ gnu_grep UNIX_TOOLS_SCRIPT_PATH - - #if $color == "COLOR": + + #if str($color) == "COLOR": GREP_COLOR='1;34' grep --color=always -P "$@" -- "${url_paste}" '${input}' | \$UNIX_TOOLS_SCRIPT_PATH/ansi2html.sh > "${output}" #else: grep -P "$@" -- "${url_paste}" '${input}' | grep -v "^--$" > "${output}" diff -r a4ad586d1403 -r fc862d5bccaf multijoin.xml --- a/multijoin.xml Thu Sep 05 11:42:27 2013 -0400 +++ b/multijoin.xml Thu Sep 05 12:42:48 2013 -0400 @@ -7,6 +7,7 @@ $ignore_dups $output_header $input_header + $first_filename #for $file in $files '$file.filename' #end for @@ -14,21 +15,17 @@ - - + + + + - - - - - - - + diff -r a4ad586d1403 -r fc862d5bccaf readme.rst --- a/readme.rst Thu Sep 05 11:42:27 2013 -0400 +++ b/readme.rst Thu Sep 05 12:42:48 2013 -0400 @@ -81,6 +81,7 @@ - move some advanced settings under a conditional, for example the cut tools offers to cut bytes - cut wrapper has some output conditional magic for interval files, that needs to be checked - comm wrapper, see the Galaxy default one +- evaluate the join wrappers against the Galaxy ones, maybe we should drop them