comparison complementBed.xml @ 41:7ab85ac5f64b 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:36:55 +0000
parents 3e38c9b3214f
children 07e8b80f278c
comparison
equal deleted inserted replaced
40:a68aa6c1204a 41:7ab85ac5f64b
1 <tool id="bedtools_complementbed" name="bedtools ComplementBed" version="@TOOL_VERSION@" profile="@PROFILE@"> 1 <tool id="bedtools_complementbed" name="bedtools ComplementBed" version="@TOOL_VERSION@" profile="@PROFILE@">
2 <description>Extract intervals not represented by an interval file</description> 2 <description>Extract intervals not represented by an interval file</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 complementBed 10 complementBed
11 -i '$input' 11 -i '$input'
21 </outputs> 21 </outputs>
22 <tests> 22 <tests>
23 <test> 23 <test>
24 <param name="input" value="a.bed" ftype="bed" /> 24 <param name="input" value="a.bed" ftype="bed" />
25 <param name="genome_file_opts_selector" value="hist" /> 25 <param name="genome_file_opts_selector" value="hist" />
26 <param name="genome" value="mm9_chr1.len" /> 26 <param name="genome" value="mm9_chr1.len" ftype="tabular" />
27 <output name="output" file="complementBed_result1.bed" ftype="bed" /> 27 <output name="output" file="complementBed_result1.bed" ftype="bed" />
28 </test> 28 </test>
29 </tests> 29 </tests>
30 <help><![CDATA[ 30 <help><![CDATA[
31 **What it does** 31 **What it does**