Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bp_meta_gff(1p) [debian man page]

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)

Check Out this Related Man Page

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

NAME
generate_histogram.pl -- Generate a histogram of Bio::DB::GFF features SYNOPSIS
generate_histogram.pl -d gadfly variation gene:curated DESCRIPTION
Use this utility to generate feature density histograms from Bio::DB::GFF databases. The result is a GFF data file that is suitable for loading with load_gff.pl. OPTIONS The following options are recognized: Option Description ------ ----------- --dsn <dsn> Data source (default dbi:mysql:test) --adaptor <adaptor> Schema adaptor (default dbi::mysqlopt) --user <user> Username for mysql authentication --pass <password> Password for mysql authentication --aggregator <list> Comma-separated list of aggregators BUGS
Please report them. SEE ALSO
Bio::DB::GFF AUTHOR
Lincoln Stein <lstein@cshl.org> Copyright (c) 2001 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_GENERATE_HISTOGRAM(1p)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What script is the best to use

I am trying to set up a server to for a database. I have apache running, php, https and mysql...but am a little at a lost from here. I want to be able to have a login/pass page and provide the data to separate department(according to their login) and have them be able to enter the data into... (3 Replies)
Discussion started by: macdonto
3 Replies

2. UNIX for Advanced & Expert Users

Mysql

Is it my opinion, or Unix & Linux systems dislike me???? :) New problem I want to mysqldump a database from a Red Hat 9 mysql server, to a Solaris 7 mysql server. the problem is : Mysql server in Red Hat 9 is up and running. (Its the production server). I'm trying to mysqldump a... (3 Replies)
Discussion started by: kisoun
3 Replies

3. UNIX for Dummies Questions & Answers

Mysql logging in Solaris

Folks; i have mysql installed on Solaris box (sparc). The problem is under /opt/mysql/data directory, there's a log file that grows very fast & becomes a huge size. Is there a way to stop the logging under the data directory so i don't have the issue of running out of space? Your help will... (6 Replies)
Discussion started by: moe2266
6 Replies

4. Shell Programming and Scripting

using perl in a shell script

my database deepak 23/12 43536 deepika 23/12 675858 my program echo "Enter your friend's name" read FRIEND found=no cat database | while read LINE do if ;then candidate=$(echo $LINE | cut -d ' '... (5 Replies)
Discussion started by: mobydick
5 Replies

5. Programming

declare a variable in mysql

i have created a script to insert 100K rows into mysql db. But the forst line where i declare the variable is giving error. I am new to mysql. Can anyone help me in this? the script is ====================================== DECLARE c INT(10) := 54; BEGIN WHILE c <... (4 Replies)
Discussion started by: amitranjansahu
4 Replies

6. Solaris

Mysql query reading a text file.

Hi, Is there any way that mysql query reads the content from a text file which has data in the below format: 1,2,3,4,5 and selects matched data from another table. ie I have a table named xyz which has same ids as in that file. I want this query to get count of the ids from xyz file by... (6 Replies)
Discussion started by: jyothi_wipro
6 Replies

7. UNIX for Dummies Questions & Answers

replace multiple patterns in a string/filename

This should be somewhat simple, but I need some help with this one. I have a bunch of files with tags on the end like so... Filename {tag1}.ext Filename2 {tag1} {tag2}.ext I want to hold in a variable just the filename with all the " {tag}" removed. The tag can be anything so I'm looking... (4 Replies)
Discussion started by: kerppz
4 Replies

8. Shell Programming and Scripting

download an html file via wget and pass it to mysql and update a database

CAN I download an html file via wget and pass it to mysql and update a database field? (8 Replies)
Discussion started by: mapasainfo
8 Replies

9. Programming

[ critical ] Migration from Shellscript to Perl or Python ?

Hello all, I'm having some doubts about which language to choose to migrate some shell scripts that I have. All scripts work the same way: 1) access the database Pgsql / Mysql 2) HTTP request to extract data 3) Extract data fields through regular expressions 4) Parallel processing As an... (6 Replies)
Discussion started by: thales.pereira
6 Replies

10. Linux

Mysql Migrate

Hi , I would like to (MYSQL) migrate the all the data from solari's to linux box. I have checked whether mysql is installed or not. rpm -qa | grep -i mysql I confirmed !!!! I want to know the following points. 1) How can get to know what are mysql data files and location as well.... (4 Replies)
Discussion started by: Mani_apr08
4 Replies

11. Shell Programming and Scripting

Extracting specific rows

Hi all..... I have a file which contains large data...like I want to print the rows starting from "pixel" till the file read the letter "TER" into a new output file.... can anyone plz help in doing this ?? (5 Replies)
Discussion started by: CAch
5 Replies

12. Linux

PHP is not execute the query from mysql in Linux

Hi , I have ran the php script from Linux box. It is running, But I can able to see any html content. There is no mysql data on that page. I have checked . 1) Mysql and data bases are connected successfully. Please help and guild me If I missed any think during the configuration. ... (13 Replies)
Discussion started by: Mani_apr08
13 Replies

13. Programming

Help with mySQL database by perl script

Hello; I was trying to set up a mysql database using following script, but never went through. The code seems fine without any syntax error as I tested it: perl -c Brapa0101-db.pl Brapa0101-db.pl syntax OKHowever, whenever I run it, an error message was tossed out: DBD::mysql::st execute... (7 Replies)
Discussion started by: yifangt
7 Replies

14. UNIX for Dummies Questions & Answers

Mysql GUI tool?

Hi, I am looking for GUI based tool for Mysql. I found few but I need to pay for them to get the license. Since I work for mom & pop company, they don't have any money. :-( I was wondering if you guys know any good GNU tool out there? I get the data on the email, I was wondering if I... (3 Replies)
Discussion started by: samnyc
3 Replies

15. UNIX for Beginners Questions & Answers

Mysql installation - Operation not permitted

Hello, Since over one week, I have been consistently searching for a solution to my mysql installation errors. I surfed many sites on google to get rid of the issue. Now google gives me all the same results, I tested many of those solutions provided by... Now I am pulling hair I am under... (12 Replies)
Discussion started by: baris35
12 Replies