1BP_META_GFF(1)        User Contributed Perl Documentation       BP_META_GFF(1)
2
3
4

NAME

6       bp_meta_gff.pl - Get/set Bio::DB::GFF meta-data
7

SYNOPSIS

9         # set the following meta data values
10         % bp_meta_gff.pl -d testdb tag1=value1 tag2=value2
11
12         # get the indicated meta data value
13         % bp_meta_gff.pl -d testdb tag1 tag2
14

DESCRIPTION

16       This script gets or sets metadata in a Bio::DB::GFF database.  Not all
17       adaptors support this operation!  To set a series of tags, pass a set
18       of tag=value pairs to the script.  To get the contents of a series of
19       tags, pass the bare tag names.
20
21       The output from the get operation will be an easily parseable set of
22       tag=value pairs, one per line.
23

COMMAND-LINE OPTIONS

25       Command-line options can be abbreviated to single-letter options.  e.g.
26       -d instead of --database.
27
28          --database <dsn>      Mysql database name (default dbi:mysql:test)
29          --adaptor <adaptor>   Mysql adaptor (default dbi::mysqlopt)
30          --user    <user>      Username for mysql authentication
31          --pass    <password>  Password for mysql authentication
32

SEE ALSO

34       Bio::DB::GFF
35

AUTHOR

37       Lincoln Stein, lstein@cshl.org
38
39       Copyright (c) 2002 Cold Spring Harbor Laboratory
40
41       This library is free software; you can redistribute it and/or modify it
42       under the same terms as Perl itself.  See DISCLAIMER.txt for dis‐
43       claimers of warranty.
44
45
46
47perl v5.8.8                       2007-05-07                    BP_META_GFF(1)
Impressum