Mercurial > repos > sanbi-uwc > vcf_snps_utils
changeset 5:796bf12181f6 draft
planemo upload for repository https://github.com/COMBAT-TB/vcf_snps_utils commit 3ced0593184eef2efb0d9bb78d5caac1d5ebb37f
| author | sanbi-uwc |
|---|---|
| date | Thu, 16 Aug 2018 17:02:25 -0400 |
| parents | 9c39be76e559 |
| children | 51bc4a693493 |
| files | README.rst intersect.xml |
| diffstat | 2 files changed, 8 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Thu Aug 16 17:02:25 2018 -0400 @@ -0,0 +1,4 @@ +vcf_snps_utils +============== + +A collection of Galaxy wrapper for vcf_snps_utils (intersect) \ No newline at end of file
--- a/intersect.xml Thu Aug 16 09:13:40 2018 -0400 +++ b/intersect.xml Thu Aug 16 17:02:25 2018 -0400 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <tool id="vcf_snps_utils_intersect" name="IntersectSNPs" version="@TOOL_VERSION@+galaxy0"> <description>Intersect SNPs with a CSV file</description> <macros> @@ -32,8 +33,7 @@ <output name="output" compare="diff" lines_diff="2" file="sample1.html" ftype="html" /> </test> </tests> - - <help> + <help><![CDATA[ **What it does** @@ -68,6 +68,5 @@ vcf_snps_utils intersect example.vcf example.csv --out output/test - </help> - -</tool> + ]]></help> +</tool> \ No newline at end of file
