0
|
1 <tool id="GFFToBed" name="GFFToBed" version="1.0">
|
|
2 <description>GFFToBed can convert a result GTF file of Cufflinks into a bed file.</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.0">TEiso_Tools</requirement>
|
|
5 </requirements>
|
|
6 <version_command>
|
|
7 GFFToBed.py --version
|
|
8 </version_command>
|
|
9 <command interpreter="python">
|
|
10 GFFToBedWrapper_Wrapper.py -i $inputFile -o $outputFile
|
|
11 </command>
|
|
12 <inputs>
|
|
13 <param name="inputFile" type="data" format="gff" label="indicate a transcript GTF file of cufflinks."/>
|
|
14 </inputs>
|
|
15 <outputs>
|
|
16 <data name="outputFile" format="bed" label="${tool.name} on ${on_string} (BED)"/>
|
|
17 </outputs>
|
|
18 <help><![CDATA[
|
|
19
|
|
20 **GFFToBed_wrapper converts a result GTF file of Cufflinks into a bed file.**
|
|
21
|
|
22
|
|
23 **what it does :**
|
|
24
|
|
25 converts a result GTF file of Cufflinks into a bed file.
|
|
26
|
|
27 It can take: Chromosome, Start, End, ID, Target, strand
|
|
28
|
|
29 -----
|
|
30
|
|
31 **input format :**
|
|
32
|
|
33 .. class:: infomark
|
|
34
|
|
35 2L DmelCaf1_2_2_REPET_TEs match 47519 52563 0.0 + . ID=ms1_dmel_chr2L_RIX-comp_DmelCaf1_2_2-B-P58.20-Map11;Target=RIX-comp_DmelCaf1_2_2-B-P58.20-Map11 6 5050;Identity=99.8
|
|
36
|
|
37
|
|
38 -----
|
|
39
|
|
40 **output format :**
|
|
41
|
|
42 2L 47519 52563 ms1_dmel_chr2L_RIX-comp_DmelCaf1_2_2-B-P58.20-Map11 RIX-comp_DmelCaf1_2_2-B-P58.20-Map11 6 5050 +
|
|
43
|
|
44 -----
|
|
45
|
|
46
|
|
47 -----
|
|
48
|
|
49 **reference :**
|
|
50
|
|
51 ]]>
|
|
52 </help>
|
|
53 </tool>
|