changeset 3:e0b44bf2543e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit d4f5a03011790c36ffd0f698b1e75c80f87fd1bf
author iuc
date Sun, 05 Aug 2018 18:02:58 -0400
parents 415fd81b85d3
children 7c82cb2a90c4
files fastp.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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"