# HG changeset patch # User bgruening # Date 1481403115 18000 # Node ID bddc7c1070d2b2007a8cecd5fdc297598e8fc6b7 # Parent b1914e537f3ef480b0c68318a13ec2f6ffe52d09 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/split_file_on_column commit 62597aa4ecda3de4ebdf8794d83a494e32148b11 diff -r b1914e537f3e -r bddc7c1070d2 split_file_on_column.tar.gz Binary file split_file_on_column.tar.gz has changed diff -r b1914e537f3e -r bddc7c1070d2 split_file_on_column.xml --- a/split_file_on_column.xml Wed Dec 23 03:50:34 2015 -0500 +++ b/split_file_on_column.xml Sat Dec 10 15:51:55 2016 -0500 @@ -1,12 +1,12 @@ - + according to the values of a column - gnu_awk + gawk "tmp_out/"\$$column".$infile.ext" }' $infile + awk -F'\t' '{print > "tmp_out/"\$$column".$infile.ext" }' '$infile' ]]> @@ -69,4 +69,6 @@ ]]> + + diff -r b1914e537f3e -r bddc7c1070d2 tool_dependencies.xml --- a/tool_dependencies.xml Wed Dec 23 03:50:34 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -