# HG changeset patch # User scottx611x # Date 1507743181 14400 # Node ID 7432970f4f805e4f1b2426645cf0cb2cf4f066a5 planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 163187a32873a873de175fb50b5fbe595b456ffd diff -r 000000000000 -r 7432970f4f80 split_paired_collection.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/split_paired_collection.xml Wed Oct 11 13:33:01 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 7432970f4f80 test-data/forward.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/forward.txt Wed Oct 11 13:33:01 2017 -0400 @@ -0,0 +1,1 @@ +Forward Element diff -r 000000000000 -r 7432970f4f80 test-data/reverse.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/reverse.txt Wed Oct 11 13:33:01 2017 -0400 @@ -0,0 +1,1 @@ +Reverse Element