Mercurial > repos > iuc > bedtools
comparison complementBed.xml @ 46:64e2edfe7a2c draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 3e7bf5ae62de3520635d75e3825701960b9722e4
author | iuc |
---|---|
date | Sat, 18 May 2024 23:28:38 +0000 |
parents | 07e8b80f278c |
children |
comparison
equal
deleted
inserted
replaced
45:a1a923cd89e8 | 46:64e2edfe7a2c |
---|---|
1 <tool id="bedtools_complementbed" name="bedtools ComplementBed" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> | 1 <tool id="bedtools_complementbed" name="bedtools ComplementBed" version="@TOOL_VERSION@+galaxy0" 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 <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"/> |
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' |
12 @GENOME_FILE@ | 12 @GENOME_FILE@ |
13 > '$output' | 13 > '$output' |
14 ]]></command> | 14 ]]></command> |
15 <inputs> | 15 <inputs> |
16 <param name="input" argument="-i" type="data" format="@STD_BEDTOOLS_INPUTS@" label="@STD_BEDTOOLS_INPUT_LABEL@ file"/> | 16 <param name="input" argument="-i" type="data" format="@STD_BEDTOOLS_INPUTS@" label="@STD_BEDTOOLS_INPUT_LABEL@ file"/> |
17 <expand macro="input_conditional_genome_file" /> | 17 <expand macro="input_conditional_genome_file"/> |
18 </inputs> | 18 </inputs> |
19 <outputs> | 19 <outputs> |
20 <data name="output" format_source="input" metadata_source="input" label="Complement of ${input.name}"/> | 20 <data name="output" format_source="input" metadata_source="input" label="Complement of ${input.name}"/> |
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" ftype="tabular" /> | 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** |
32 | 32 |
34 | 34 |
35 .. image:: $PATH_TO_IMAGES/complement-glyph.png | 35 .. image:: $PATH_TO_IMAGES/complement-glyph.png |
36 | 36 |
37 @REFERENCES@ | 37 @REFERENCES@ |
38 ]]></help> | 38 ]]></help> |
39 <expand macro="citations" /> | 39 <expand macro="citations"/> |
40 </tool> | 40 </tool> |