Mercurial > repos > iuc > bcftools_stats
changeset 13:c636e58df612 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit d5a01866d60f9775392420988259f1e79c464163"
| author | iuc |
|---|---|
| date | Thu, 14 Oct 2021 10:03:31 +0000 |
| parents | b17394940c7a |
| children | 80844da35ed5 |
| files | bcftools_stats.xml macros.xml test-data/annotate4.vcf test-data/annots4.tab test-data/annots4.vcf test-data/concat.3.0.vcf test-data/concat.3.a.vcf test-data/concat.3.b.vcf test-data/concat.3.c.vcf test-data/concat.3.d.vcf test-data/concat.3.e.vcf test-data/concat.3.f.vcf test-data/consensus.1.chain test-data/consensus.1.out test-data/filter.4.vcf test-data/mpileup.4.bam test-data/mpileup.c.X.vcf test-data/mpileup.c.vcf test-data/mpileup.regions.bed test-data/mpileup.regions.tab test-data/mpileup.tab test-data/query.filter.vcf test-data/vcf2sex.vcf test-data/view.filter.vcf test-data/view.vcf_bgzip |
| diffstat | 25 files changed, 9 insertions(+), 8767 deletions(-) [+] |
line wrap: on
line diff
--- a/bcftools_stats.xml Fri Feb 05 19:31:02 2021 +0000 +++ b/bcftools_stats.xml Thu Oct 14 10:03:31 2021 +0000 @@ -1,6 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@" profile="18.01"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1" profile="18.01"> <description>Parses VCF or BCF and produces stats which can be plotted using plot-vcfstats</description> + <expand macro="bio_tools" /> <macros> <token name="@EXECUTABLE@">stats</token> <import>macros.xml</import> @@ -8,7 +9,7 @@ <expand macro="requirements"> <expand macro="samtools_requirement"/> <expand macro="matplotlib_requirement" /> - <requirement type="package" version="0.1.11">tectonic</requirement> + <requirement type="package" version="0.8.0">tectonic</requirement> </expand> <expand macro="version_command" /> <command detect_errors="aggressive"><