comparison flankBed.xml @ 59:539958feb49c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 500a03281ea704abc7a16d9af63d67dbdcc5cd0b"
author iuc
date Thu, 04 Nov 2021 11:35:06 +0000
parents 1d0a0d6a78b1
children 9f6bd4c9479f
comparison
equal deleted inserted replaced
58:ed6f66aed1f9 59:539958feb49c
1 <tool id="bedtools_flankbed" name="bedtools FlankBed" version="@TOOL_VERSION@" profile="@PROFILE@"> 1 <tool id="bedtools_flankbed" name="bedtools FlankBed" version="@TOOL_VERSION@" profile="@PROFILE@">
2 <description>create new intervals from the flanks of existing intervals</description> 2 <description>create new intervals from the flanks of existing intervals</description>
3 <expand macro="bio_tools" />
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools" />
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
8 <expand macro="stdio" /> 8 <expand macro="stdio" />
9 <command><![CDATA[ 9 <command><![CDATA[
10 flankBed 10 flankBed
11 $pct 11 $pct
37 </outputs> 37 </outputs>
38 <tests> 38 <tests>
39 <test> 39 <test>
40 <param name="input" value="a.bed" ftype="bed" /> 40 <param name="input" value="a.bed" ftype="bed" />
41 <param name="genome_file_opts_selector" value="hist" /> 41 <param name="genome_file_opts_selector" value="hist" />
42 <param name="genome" value="mm9_chr1.len"/> 42 <param name="genome" value="mm9_chr1.len" ftype="tabular"/>
43 <param name="addition_select" value="b"/> 43 <param name="addition_select" value="b"/>
44 <param name="b" value="5"/> 44 <param name="b" value="5"/>
45 <output name="output" file="flankBed_result1.bed" ftype="bed" /> 45 <output name="output" file="flankBed_result1.bed" ftype="bed" />
46 </test> 46 </test>
47 <test> 47 <test>
48 <param name="input" value="a.bed" ftype="bed" /> 48 <param name="input" value="a.bed" ftype="bed" />
49 <param name="genome_file_opts_selector" value="hist" /> 49 <param name="genome_file_opts_selector" value="hist" />
50 <param name="genome" value="mm9_chr1.len"/> 50 <param name="genome" value="mm9_chr1.len" ftype="tabular"/>
51 <param name="addition_select" value="lr"/> 51 <param name="addition_select" value="lr"/>
52 <param name="l" value="2"/> 52 <param name="l" value="2"/>
53 <param name="r" value="3"/> 53 <param name="r" value="3"/>
54 <output name="output" file="flankBed_result2.bed" ftype="bed" /> 54 <output name="output" file="flankBed_result2.bed" ftype="bed" />
55 </test> 55 </test>