comparison fisherBed.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_fisher" name="bedtools FisherBed" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> 1 <tool id="bedtools_fisher" name="bedtools FisherBed" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
2 <description>calculate Fisher statistic between two feature files</description> 2 <description>calculate Fisher statistic between two feature files</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" />
34 </outputs> 34 </outputs>
35 <tests> 35 <tests>
36 <test> 36 <test>
37 <param name="inputA" value="fisherBed1.bed" ftype="bed" /> 37 <param name="inputA" value="fisherBed1.bed" ftype="bed" />
38 <param name="inputB" value="fisherBed2.bed" ftype="bed" /> 38 <param name="inputB" value="fisherBed2.bed" ftype="bed" />
39 <param name="genome_file_opts_selector" value="hist" /> 39 <param name="genome_file_opts|genome_file_opts_selector" value="hist" />
40 <param name="genome" value="fisherBed.len" ftype="tabular" /> 40 <param name="genome_file_opts|genome" value="fisherBed.len" ftype="tabular" />
41 <output name="output" file="fisherBed_result1.bed" ftype="bed" /> 41 <output name="output" file="fisherBed_result1.bed" ftype="bed" />
42 </test> 42 </test>
43 </tests> 43 </tests>
44 <help><![CDATA[ 44 <help><![CDATA[
45 **What it does** 45 **What it does**