-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathParameters.pir
More file actions
29 lines (22 loc) · 926 Bytes
/
Parameters.pir
File metadata and controls
29 lines (22 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# A simple container for XML Blast Output; based on NCBI's DTD.
#
- PerlClass PirObject::BlastOutput::Parameter
- InheritsFrom PirObject
- FieldsTable
# Field name Struct Type Comments
#---------------------- --------------- --------------- -----------------------
Parameters_matrix single string
Parameters_expect single string
Parameters_include single string
Parameters_sc-match single int8
Parameters_sc-mismatch single int8
Parameters_gap-open single int8
Parameters_gap-extend single int8
Parameters_filter single string
Parameters_pattern single string
Parameters_entrez-query single string
- EndFieldsTable
- Methods
our $RCS_VERSION='$Id: Parameters.pir,v 1.2 2008/08/20 19:43:23 riouxp Exp $';
our ($VERSION) = ($RCS_VERSION =~ m#,v ([\w\.]+)#);