Mercurial > repos > iuc > obi_stat
changeset 1:65bb66b261e3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/obitools commit b3426aed6615742d96dfb8f7346a9e0d4e391a99
| author | iuc |
|---|---|
| date | Fri, 12 Oct 2018 06:25:41 -0400 |
| parents | ee9cd37c2f3d |
| children | 39320fee9d70 |
| files | macros.xml obistat.xml test-data/output_obiclean_advanced.fasta test-data/output_obiconvert.fasta test-data/output_obisort.fasta test-data/output_obisort.fastq test-data/output_obistat.txt test-data/output_obitab.txt test-data/output_obiuniq.fasta |
| diffstat | 9 files changed, 304 insertions(+), 305 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Apr 12 17:38:35 2017 -0400 +++ b/macros.xml Fri Oct 12 06:25:41 2018 -0400 @@ -2,11 +2,11 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="1.0.010">obitools</requirement> + <requirement type="package" version="@TOOL_VERSION@">obitools</requirement> </requirements> </xml> - <token name="@WRAPPER_VERSION@">1.0.010</token> + <token name="@TOOL_VERSION@">1.2.11</token> <xml name="stdio"> <stdio>
--- a/obistat.xml Wed Apr 12 17:38:35 2017 -0400 +++ b/obistat.xml Fri Oct 12 06:25:41 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="obi_stat" name="obistat" version="@WRAPPER_VERSION@"> +<tool id="obi_stat" name="obistat" version="@TOOL_VERSION@"> <description>computes basic statistics for attribute values</description> <macros> <import>macros.xml</import> @@ -106,8 +106,7 @@ <param name="options_attribute_selector" value="min" /> <param name="options_uniq_selector" value="seq_length" /> </conditional> - - <output name="output" file="output_obistat.txt" ftype="txt"/> + <output name="output" file="output_obistat.txt" ftype="txt" sort="True"/> </test> </tests> <help><