bp_meta_gff(1p) debian man page | unix.com

Man Page: bp_meta_gff

Operating Environment: debian

Section: 1p

BP_META_GFF(1p) 					User Contributed Perl Documentation					   BP_META_GFF(1p)

NAME
bp_meta_gff.pl - Get/set Bio::DB::GFF meta-data
SYNOPSIS
# set the following meta data values % bp_meta_gff.pl -d testdb tag1=value1 tag2=value2 # get the indicated meta data value % bp_meta_gff.pl -d testdb tag1 tag2
DESCRIPTION
This script gets or sets metadata in a Bio::DB::GFF database. Not all adaptors support this operation! To set a series of tags, pass a set of tag=value pairs to the script. To get the contents of a series of tags, pass the bare tag names. The output from the get operation will be an easily parseable set of tag=value pairs, one per line. COMMAND-LINE OPTIONS Command-line options can be abbreviated to single-letter options. e.g. -d instead of --database. --database <dsn> Mysql database name (default dbi:mysql:test) --adaptor <adaptor> Mysql adaptor (default dbi::mysqlopt) --user <user> Username for mysql authentication --pass <password> Password for mysql authentication
SEE ALSO
Bio::DB::GFF
AUTHOR
Lincoln Stein, lstein@cshl.org Copyright (c) 2002 Cold Spring Harbor Laboratory This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See DISCLAIMER.txt for disclaimers of warranty. perl v5.14.2 2012-03-02 BP_META_GFF(1p)
Related Man Pages
bp_genbank2gff(1p) - debian
bp_load_gff(1p) - debian
bp_process_wormbase(1p) - debian
bio::graphics::glyph::three_letters(3pm) - debian
bio::graphics::glyph::track(3pm) - debian
Similar Topics in the Unix Linux Community
What script is the best to use
Mysql logging in Solaris
Help with mySQL database by perl script
Mysql GUI tool?
Mysql installation - Operation not permitted