0
|
1 <tool id="fimo_gff_to_gff" name="Fimo Gff to Gff" version="1.0.0">
|
|
2 <description></description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="5.18.1">perl</requirement>
|
|
5 </requirements>
|
|
6 <command>
|
|
7 <![CDATA[
|
|
8 mkdir -p output &&
|
|
9 perl $__tool_directory__/fimo_gff_to_gff.pl "$input" output
|
|
10 ]]>
|
|
11 </command>
|
|
12 <inputs>
|
|
13 <param name="input" type="data" format="tabular" label="FIMO (almost) Gff input" />
|
|
14 </inputs>
|
|
15 <outputs>
|
|
16 <collection name="motifs" type="list" label="Motifs: ${tool.name} on ${on_string}">
|
|
17 <discover_datasets pattern="(?P<designation>.*)" directory="output" ext="gff" visible="false" />
|
|
18 </collection>
|
|
19 </outputs>
|
|
20 <tests>
|
|
21 <test>
|
|
22 <param name="input" value="input.tabular" ftype="tabular" />
|
|
23 <output_collection name="motifs" type="list">
|
|
24 <element name="MOTIF1" file="motif1.gff" ftype="gff"/>
|
|
25 </output_collection>
|
|
26 </test>
|
|
27 </tests>
|
|
28 <help>
|
|
29
|
|
30 .. class:: warningmark
|
|
31
|
2
|
32 This tool requires 1-based input data, 0-based data will produce incorrect results.
|
|
33
|
|
34 .. class:: warningmark
|
|
35
|
0
|
36 This tool requires FASTA headers that use the default bedtools getfasta header format of
|
|
37 **chrom:start-stop(strand)** or **chrom:start-stop** in which case strand is set as '+'
|
|
38 per the bedtools standard.
|
|
39
|
|
40 **What it does**
|
|
41
|
|
42 Converts FIMO tabular (almost GFF) files to true genomic coordinates in valid GFF format. A
|
|
43 collection of datasets is produced consisting of one dataset per motif discovered in the input.
|
|
44
|
|
45 </help>
|
|
46 <citations>
|
|
47 <citation type="bibtex">
|
|
48 @unpublished{None,
|
|
49 author = {Lai, William},
|
|
50 title = {None},
|
|
51 year = {None},
|
|
52 eprint = {None},
|
|
53 url = {http://www.huck.psu.edu/content/research/independent-centers-excellence/center-for-eukaryotic-gene-regulation}
|
|
54 }</citation>
|
|
55 </citations>
|
|
56 </tool>
|