# HG changeset patch # User bgruening # Date 1440588726 14400 # Node ID 90b52d8d6f2cd8b51e080f356cb78f3afe405c9b # Parent 0ba6d09a71d6b899465b9456dc76ab068ff63952 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/split_file_on_column commit 36d05738e78c68091b45779624734e6a47829856-dirty diff -r 0ba6d09a71d6 -r 90b52d8d6f2c split_file_on_column.tar.gz Binary file split_file_on_column.tar.gz has changed diff -r 0ba6d09a71d6 -r 90b52d8d6f2c split_file_on_column.xml --- a/split_file_on_column.xml Wed Dec 18 10:57:09 2013 -0500 +++ b/split_file_on_column.xml Wed Aug 26 07:32:06 2015 -0400 @@ -1,38 +1,56 @@ - + according to the values of a column gnu_awk - awk -F'\t' '{print > "primary_${outfile.id}_" \$$column "_visible_${infile.ext}" }' $infile; - echo 'Created' `ls -l | wc -l` 'files:' > $outfile; - ls -1 --hide="*_stdout" --hide="*_stderr" >> $outfile; + \$$column ".$infile.ext" }' $infile +]]> - - + - + + + + + + + + + + + + + + + + + + + + diff -r 0ba6d09a71d6 -r 90b52d8d6f2c test-data/5cols.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/5cols.tabular Wed Aug 26 07:32:06 2015 -0400 @@ -0,0 +1,5 @@ +chr7 56632 56652 cluster 1 +chr7 56736 56756 cluster 1 +chr7 56761 56781 cluster 2 +chr7 56772 56792 cluster 2 +chr7 56775 56795 cluster 2 diff -r 0ba6d09a71d6 -r 90b52d8d6f2c tool_dependencies.xml --- a/tool_dependencies.xml Wed Dec 18 10:57:09 2013 -0500 +++ b/tool_dependencies.xml Wed Aug 26 07:32:06 2015 -0400 @@ -1,6 +1,6 @@ - +