diff fastx_artifacts_filter.xml @ 5:84d56dd32719 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_artifacts_filter commit 4c002e52261da2e7609735883d91fa1610ce6ce7"
author iuc
date Thu, 30 Jan 2020 18:26:39 +0000
parents d8c0849cd623
children 902e2ff81393
line wrap: on
line diff
--- a/fastx_artifacts_filter.xml	Wed Aug 22 11:02:45 2018 -0400
+++ b/fastx_artifacts_filter.xml	Thu Jan 30 18:26:39 2020 +0000
@@ -1,15 +1,16 @@
-<tool id="cshl_fastx_artifacts_filter" version="1.0.1" name="Remove sequencing artifacts">
+<tool id="cshl_fastx_artifacts_filter" version="1.0.1+galaxy0" name="Remove sequencing artifacts">
     <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_artifacts_filter
 -v
--o '$output'
 @FQQUAL@
-@GZIP@
+@GZIP@ > '$output'
     ]]></command>
 
     <inputs>