Previous changeset 2:415fd81b85d3 (2018-07-10) Next changeset 4:7c82cb2a90c4 (2018-08-08) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit d4f5a03011790c36ffd0f698b1e75c80f87fd1bf |
modified:
fastp.xml macros.xml |
b |
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 |
b |
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 |
b |
@@ -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" |