diff split_paired_collection.xml @ 2:429cae20b148 draft default tip

planemo upload for repository https://github.com/scottx611x/split-paired-collection commit 9de3db3eb4f04256cfc11a8943a29a5efea6f9aa
author scottx611x
date Wed, 20 Sep 2017 10:42:18 -0400
parents f1062db30d92
children
line wrap: on
line diff
--- a/split_paired_collection.xml	Tue Sep 19 10:59:14 2017 -0400
+++ b/split_paired_collection.xml	Wed Sep 20 10:42:18 2017 -0400
@@ -3,8 +3,8 @@
 <tool id="split_paired_collection" name="Split Paired Collection" version="0.1">
     <description>To split the elements of a Paired Dataset Collection into two distinct outputs</description>
       <command>
-        cp $input_collection.forward $forward_element;
-        cp $input_collection.reverse $reverse_element;
+        mv $input_collection.forward $forward_element;
+        mv $input_collection.reverse $reverse_element;
       </command>
     <inputs>
         <param name="input_collection" type="data_collection" collection_type="paired" label="Input Paired Collection"/>