Mercurial > repos > iuc > bedtools
comparison bedToBam.xml @ 17:a2d4c30ba2f9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
author | iuc |
---|---|
date | Sun, 21 Jun 2015 22:49:46 -0400 |
parents | 315929597efb |
children | b0d5e752c0c5 |
comparison
equal
deleted
inserted
replaced
16:e30113df8cf6 | 17:a2d4c30ba2f9 |
---|---|
1 <tool id="bedtools_bedtobam" name="Convert from BED to BAM" version="@WRAPPER_VERSION@.0"> | 1 <tool id="bedtools_bedtobam" name="BED to BAM" version="@WRAPPER_VERSION@.0"> |
2 <description></description> | 2 <description>converter</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
7 <expand macro="stdio" /> | 7 <expand macro="stdio" /> |
29 </outputs> | 29 </outputs> |
30 <tests> | 30 <tests> |
31 <test> | 31 <test> |
32 <param name="input" value="bedToBam1.bed" ftype="bed" /> | 32 <param name="input" value="bedToBam1.bed" ftype="bed" /> |
33 <param name="genome" value="mm9_chr1.len" ftype="tabular" /> | 33 <param name="genome" value="mm9_chr1.len" ftype="tabular" /> |
34 <output name="output" file="bedToBam_result.bam" lines_diff="2" ftype="bam" /> | 34 <output name="output" file="bedToBam_result.bam" lines_diff="4" ftype="bam" /> |
35 </test> | 35 </test> |
36 </tests> | 36 </tests> |
37 <help> | 37 <help> |
38 <![CDATA[ | 38 <![CDATA[ |
39 **What it does** | 39 **What it does** |