comparison slopBed.xml @ 64:f6c88d2e9ae5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 73ebd55430874a3c1483b6dd6cce0482175482f9
author iuc
date Fri, 21 Feb 2025 21:38:34 +0000
parents 9f6bd4c9479f
children
comparison
equal deleted inserted replaced
63:7411007544bf 64:f6c88d2e9ae5
1 <tool id="bedtools_slopbed" name="bedtools SlopBed" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> 1 <tool id="bedtools_slopbed" name="bedtools SlopBed" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
2 <description>adjust the size of intervals</description> 2 <description>adjust the size of intervals</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="bio_tools" /> 6 <expand macro="bio_tools" />
37 <data name="output" format="bed" /> 37 <data name="output" format="bed" />
38 </outputs> 38 </outputs>
39 <tests> 39 <tests>
40 <test> 40 <test>
41 <param name="inputA" value="a.bed" ftype="bed" /> 41 <param name="inputA" value="a.bed" ftype="bed" />
42 <param name="genome_file_opts_selector" value="hist" /> 42 <param name="genome_file_opts|genome_file_opts_selector" value="hist" />
43 <param name="genome" value="mm9_chr1.len" ftype="bed" /> 43 <param name="genome_file_opts|genome" value="mm9_chr1.len" ftype="bed" />
44 <param name="addition_select" value="b" /> 44 <param name="addition|addition_select" value="b" />
45 <param name="b" value="5" /> 45 <param name="addition|b" value="5" />
46 <output name="output" file="slopBed_result1.bed" ftype="bed" /> 46 <output name="output" file="slopBed_result1.bed" ftype="bed" />
47 </test> 47 </test>
48 <test> 48 <test>
49 <param name="inputA" value="a.bed" ftype="bed" /> 49 <param name="inputA" value="a.bed" ftype="bed" />
50 <param name="genome_file_opts_selector" value="hist" /> 50 <param name="genome_file_opts|genome_file_opts_selector" value="hist" />
51 <param name="genome" value="mm9_chr1.len" ftype="bed" /> 51 <param name="genome_file_opts|genome" value="mm9_chr1.len" ftype="bed" />
52 <param name="addition_select" value="lr" /> 52 <param name="addition|addition_select" value="lr" />
53 <param name="l" value="2" /> 53 <param name="addition|l" value="2" />
54 <param name="r" value="3" /> 54 <param name="addition|r" value="3" />
55 <output name="output" file="slopBed_result2.bed" ftype="bed" /> 55 <output name="output" file="slopBed_result2.bed" ftype="bed" />
56 </test> 56 </test>
57 </tests> 57 </tests>
58 <help><![CDATA[ 58 <help><![CDATA[
59 **What it does** 59 **What it does**