# HG changeset patch # User nml # Date 1449768650 18000 # Node ID 49bd84e136c781fa9e9fd6f676e2b397b0cf7a4f planemo upload commit f3c3ccefd8615c32713e0b0e8d231ce5151b2714-dirty diff -r 000000000000 -r 49bd84e136c7 merge.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/merge.xml Thu Dec 10 12:30:50 2015 -0500 @@ -0,0 +1,30 @@ + + Collapse collection into single dataset in order of the collection + + cat + #for $f in $input_list# $f #end for# + > $output + + + + + + + + + + + + + + + + + + + + Single tool that combines a list collection into a single file + + + + diff -r 000000000000 -r 49bd84e136c7 test-data/answer.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/answer.txt Thu Dec 10 12:30:50 2015 -0500 @@ -0,0 +1,8 @@ +first file +second +third +fourth line +second file +second +third +fourth line diff -r 000000000000 -r 49bd84e136c7 test-data/input1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/input1 Thu Dec 10 12:30:50 2015 -0500 @@ -0,0 +1,4 @@ +first file +second +third +fourth line diff -r 000000000000 -r 49bd84e136c7 test-data/input2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/input2 Thu Dec 10 12:30:50 2015 -0500 @@ -0,0 +1,4 @@ +second file +second +third +fourth line