annotate bed12ToBed6.xml @ 56:7a06bb42dbb1 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 07:45:56 +0000
parents df28283b3778
children 1d0a0d6a78b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
1 <tool id="bedtools_bed12tobed6" name="bedtools BED12 to BED6" version="@TOOL_VERSION@">
4
315929597efb Uploaded
iuc
parents:
diff changeset
2 <description>converter</description>
56
7a06bb42dbb1 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 50
diff changeset
3 <expand macro="bio_tools" />
4
315929597efb Uploaded
iuc
parents:
diff changeset
4 <macros>
315929597efb Uploaded
iuc
parents:
diff changeset
5 <import>macros.xml</import>
315929597efb Uploaded
iuc
parents:
diff changeset
6 </macros>
315929597efb Uploaded
iuc
parents:
diff changeset
7 <expand macro="requirements" />
315929597efb Uploaded
iuc
parents:
diff changeset
8 <expand macro="stdio" />
50
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
9 <command><![CDATA[
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
10 bed12ToBed6
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
11 -i '$input'
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
12 > '$output'
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
13 ]]></command>
4
315929597efb Uploaded
iuc
parents:
diff changeset
14 <inputs>
50
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
15 <param name="input" argument="-i" type="data" format="bed" label="Convert the following BED12 file to BED6"/>
4
315929597efb Uploaded
iuc
parents:
diff changeset
16 </inputs>
315929597efb Uploaded
iuc
parents:
diff changeset
17 <outputs>
50
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
18 <data name="output" format="bed" metadata_source="input" label="${input.name} (as BED6)"/>
4
315929597efb Uploaded
iuc
parents:
diff changeset
19 </outputs>
315929597efb Uploaded
iuc
parents:
diff changeset
20 <tests>
315929597efb Uploaded
iuc
parents:
diff changeset
21 <test>
315929597efb Uploaded
iuc
parents:
diff changeset
22 <param name="input" value="bed12.bed" ftype="bed" />
315929597efb Uploaded
iuc
parents:
diff changeset
23 <output name="output" file="bed12ToBed6_result1.bed" ftype="bed" />
315929597efb Uploaded
iuc
parents:
diff changeset
24 </test>
315929597efb Uploaded
iuc
parents:
diff changeset
25 </tests>
50
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
26 <help><![CDATA[
4
315929597efb Uploaded
iuc
parents:
diff changeset
27 **What it does**
315929597efb Uploaded
iuc
parents:
diff changeset
28
315929597efb Uploaded
iuc
parents:
diff changeset
29 bed12ToBed6 is a convenience tool that converts BED features in BED12 (a.k.a. “blocked” BED features such as genes) to discrete BED6 features. For example, in the case of a gene with six exons, bed12ToBed6 would create six separate BED6 features (i.e., one for each exon).
315929597efb Uploaded
iuc
parents:
diff changeset
30
315929597efb Uploaded
iuc
parents:
diff changeset
31 @REFERENCES@
50
df28283b3778 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b68002321ade5e160c556517a98ffb70f068be95
iuc
parents: 48
diff changeset
32 ]]></help>
4
315929597efb Uploaded
iuc
parents:
diff changeset
33 <expand macro="citations" />
315929597efb Uploaded
iuc
parents:
diff changeset
34 </tool>