Mercurial > repos > iuc > bedtools
diff bedToBam.xml @ 4:607c0576c6ab draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6692e3a4fa1bf6e9a407735afdbb2454ed32b316
author | iuc |
---|---|
date | Wed, 27 Jan 2016 15:15:59 -0500 |
parents | 82aac94b06c3 |
children | 44867b59dbf2 |
line wrap: on
line diff
--- a/bedToBam.xml Wed May 27 12:54:35 2015 -0400 +++ b/bedToBam.xml Wed Jan 27 15:15:59 2016 -0500 @@ -1,5 +1,5 @@ -<tool id="bedtools_bedtobam" name="Convert from BED to BAM" version="@WRAPPER_VERSION@.0"> - <description></description> +<tool id="bedtools_bedtobam" name="BED to BAM" version="@WRAPPER_VERSION@.0"> + <description>converter</description> <macros> <import>macros.xml</import> </macros> @@ -31,7 +31,7 @@ <test> <param name="input" value="bedToBam1.bed" ftype="bed" /> <param name="genome" value="mm9_chr1.len" ftype="tabular" /> - <output name="output" file="bedToBam_result.bam" lines_diff="2" ftype="bam" /> + <output name="output" file="bedToBam_result.bam" lines_diff="4" ftype="bam" /> </test> </tests> <help>