# HG changeset patch
# User iuc
# Date 1533506578 14400
# Node ID e0b44bf2543ee960fcfb4fc69b8af224052f27eb
# Parent  415fd81b85d332528275828cc5d42e9b19c60652
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit d4f5a03011790c36ffd0f698b1e75c80f87fd1bf

diff -r 415fd81b85d3 -r e0b44bf2543e fastp.xml
--- a/fastp.xml	Tue Jul 10 04:38:27 2018 -0400
+++ b/fastp.xml	Sun Aug 05 18:02:58 2018 -0400
@@ -6,7 +6,7 @@
     <requirements>
         <requirement type="package" version="@WRAPPER_VERSION@">fastp</requirement>
     </requirements>
-    <version_command>fastp --version | tail -n 1</version_command>
+    <version_command>fastp -v</version_command>
     <command detect_errors="exit_code"><![CDATA[
 ## Link input files
 
diff -r 415fd81b85d3 -r e0b44bf2543e macros.xml
--- a/macros.xml	Tue Jul 10 04:38:27 2018 -0400
+++ b/macros.xml	Sun Aug 05 18:02:58 2018 -0400
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@WRAPPER_VERSION@">0.18.0</token>
+    <token name="@WRAPPER_VERSION@">0.19.3</token>
 
     <xml name="adapter_sequence1">
         <param name="adapter_sequence1" argument="--adapter_sequence" type="text" optional="true" label="Adapter sequence for input 1"