Previous changeset 3:95a7ddf617e7 (2018-09-27) Next changeset 5:5a08c09b9311 (2019-07-29) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_stats commit 0754f54191ca11b8524266eabe5e0feb95195759 |
modified:
samtools_stats.xml |
b |
diff -r 95a7ddf617e7 -r 793ad847121d samtools_stats.xml --- a/samtools_stats.xml Thu Sep 27 09:05:10 2018 -0400 +++ b/samtools_stats.xml Fri Jan 04 17:04:09 2019 -0500 |
b |
@@ -1,10 +1,11 @@ -<tool id="samtools_stats" name="Samtools stats" version="2.0.2"> +<tool id="samtools_stats" name="Samtools stats" version="2.0.2+galaxy1"> <description>generate statistics for BAM dataset</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"> - <requirement type="package" version="5.0.4">gnuplot</requirement> + <requirement type="package" version="5.2.3">gnuplot</requirement> + <requirement type="package" version="5.26">perl</requirement> </expand> <expand macro="stdio"/> <expand macro="version_command"/> |