# HG changeset patch # User refinery-platform # Date 1508273819 14400 # Node ID 55f8355f64c38b7a5f6a83018b7daeb21706e901 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit fdd6d6c25e53aff63401745a53f43b95b41e8845-dirty diff -r 000000000000 -r 55f8355f64c3 split_paired_collection.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/split_paired_collection.xml Tue Oct 17 16:56:59 2017 -0400 @@ -0,0 +1,53 @@ + + + + To split the elements of a Paired Dataset Collection into two distinct outputs + + mv $input_collection.forward $forward_element; + mv $input_collection.reverse $reverse_element; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +**Purpose** + +To split the elements of a Paired Dataset Collection into two distinct outputs + +----- + +.. class:: infomark + +**Inputs and outputs** + +Input: Paired Dataset Collection +Outputs: two files corresponding to the two elements of said collection + + + diff -r 000000000000 -r 55f8355f64c3 test-data/forward.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/forward.txt Tue Oct 17 16:56:59 2017 -0400 @@ -0,0 +1,1 @@ +Forward Element diff -r 000000000000 -r 55f8355f64c3 test-data/reverse.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/reverse.txt Tue Oct 17 16:56:59 2017 -0400 @@ -0,0 +1,1 @@ +Reverse Element