comparison interpro/paso4.xml @ 0:c342ebb50f0b draft default tip

Uploaded
author fernando
date Thu, 22 May 2014 05:09:07 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c342ebb50f0b
1 <tool id="DLaGiFer_3" name="Common attributes selection" version="1.0.0">
2 <description>Extraction of common sequences attributes</description>
3 <command interpreter="perl">
4 paso4.pl "$infile" "$outfile"
5 </command>
6
7 <inputs>
8 <param name="infile" type="data" format="gff" label="Sequence in Fasta File"/>
9
10
11 </inputs>
12 <outputs><data format="txt" name="outfile"/>
13 </outputs>
14
15 <stdio><exit_code range="1:" level="fatal" description="Error" /></stdio>
16 <help>
17
18
19 **What it does**
20
21 This tool obtains certain common attributes of the sequences contained in a gff3 format file.
22
23
24 **Dependencies**
25
26 Perl is required for running this tool.
27
28
29
30 #####
31 Input
32 #####
33
34 A gff3 file with protein attributes is required.
35
36 Generic Feature Format Version 3 (GFF3)
37
38 The GFF3 format is a flat tab-delimited file, which is much richer then the TSV output format. It allows you to trace back from matches to predicted proteins and to nucleic acid sequences. It also contains a FASTA format representation of the predicted protein sequences and their matches. You will find a documentation of all the columns and attributes used on [http://www.sequenceontology.org/gff3.shtml].
39
40
41 ######
42 Output
43 ######
44
45
46 A text file is generated by this tool.
47
48 Example Output
49 --------------
50
51 The common atributes of the sequences Q0KIY3 P02185 P02178 Q0KIY5 Q0KIY1 are:
52
53 For Name atribute: SSF46458 PF00042 PR00613 G3DSA:1.10.490.10 PS01033
54
55 For Ontology_term atribute: "GO:0005506" "GO:0020037" "GO:0015671" "GO:0019825"
56
57 For Dbxref atribute: "InterPro:IPR009050" "InterPro:IPR000971" "InterPro:IPR002335" "InterPro:IPR012292"
58
59
60
61 **Galaxy Wrapper Authors**::
62
63 * Laura Entrambasaguas
64 * Ginés Almagro
65 * Fernando Pérez
66
67 </help>
68 </tool>