Mercurial > repos > refinery-platform > split_paired_collection
comparison split_paired_collection.xml @ 1:3a60513b51a2 draft default tip
planemo upload for repository https://github.com/scottx611x/split-paired-collection commit fdd6d6c25e53aff63401745a53f43b95b41e8845-dirty
author | refinery-platform |
---|---|
date | Tue, 17 Oct 2017 17:18:49 -0400 |
parents | cace0ed288ea |
children |
comparison
equal
deleted
inserted
replaced
0:cace0ed288ea | 1:3a60513b51a2 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
2 | 2 |
3 <tool id="split_paired_collection" name="Split Paired Collection" version="0.1"> | 3 <tool id="split_paired_collection" name="Split Paired Collection" version="0.2"> |
4 <description>To split the elements of a Paired Dataset Collection into two distinct outputs</description> | 4 <description>To split the elements of a Paired Dataset Collection into two distinct outputs</description> |
5 <command> | 5 <command> |
6 mv $input_collection.forward $forward_element; | 6 mv $input_collection.forward $forward_element; |
7 mv $input_collection.reverse $reverse_element; | 7 mv $input_collection.reverse $reverse_element; |
8 </command> | 8 </command> |