diff fastx_renamer.xml @ 4:b29d37ca9e41 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_renamer commit 4c002e52261da2e7609735883d91fa1610ce6ce7"
author iuc
date Thu, 30 Jan 2020 13:30:44 -0500
parents 3599f5451ee2
children f984bb114520
line wrap: on
line diff
--- a/fastx_renamer.xml	Wed Aug 22 11:05:29 2018 -0400
+++ b/fastx_renamer.xml	Thu Jan 30 13:30:44 2020 -0500
@@ -1,16 +1,17 @@
-<tool id="cshl_fastx_renamer" name="Rename sequences" version="@VERSION@+galaxy0" >
+<tool id="cshl_fastx_renamer" name="Rename sequences" version="@VERSION@+galaxy1" >
     <description></description>
     <macros>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements" />
+    <expand macro="requirements">
+        <requirement type="package" version="1.0.8">bzip2</requirement>
+    </expand>
     <command detect_errors="exit_code"><![CDATA[
 @CATS@ fastx_renamer
 -n $TYPE
--o '$output'
 -v
 @FQQUAL@
-@GZIP@
+@GZIP@ > '$output'
     ]]></command>
 
     <inputs>