Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bio::structure::structurei(3pm) [debian man page]

Bio::Structure::StructureI(3pm) 			User Contributed Perl Documentation			   Bio::Structure::StructureI(3pm)

NAME
Bio::Structure::StructureI - Abstract Interface for a Structure objects SYNOPSIS
Give standard usage here DESCRIPTION
Describe the interface here FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Kris Boulez Email kris.boulez@algonomics.com APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ perl v5.14.2 2012-03-02 Bio::Structure::StructureI(3pm)

Check Out this Related Man Page

Bio::Coordinate::Result::Match(3pm)			User Contributed Perl Documentation		       Bio::Coordinate::Result::Match(3pm)

NAME
Bio::Coordinate::Result::Match - Another name for Bio::Location::Simple SYNOPSIS
$loc = Bio::Coordinate::Result::Match->new(-start=>10, -end=>30, -strand=>+1); DESCRIPTION
This is a location class for coordinate mapping results. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to one of the Bioperl mailing lists. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Heikki Lehvaslaiho Email heikki-at-bioperl-dot-org APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ perl v5.14.2 2012-03-02 Bio::Coordinate::Result::Match(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Mailing list software?!?!?

HI all, I'm searching for mailing list software to install on my Linux RedHat 7.3 with Web interface if possible. Any suggestions??? Thank you all Regards. solvman (3 Replies)
Discussion started by: solvman
3 Replies

2. HP-UX

hp-ux ppts

anybody having hp-ux teaching ppts. help will be appreciated (0 Replies)
Discussion started by: Gods_help
0 Replies

3. Programming

Using General Data Structure Library (GDSL)

Dear All, I would appreciate if some one could please post a few examples using GDSL library. The library provides general data structure operations. I am having confusion using list data structure regarding arguments. Would appreciate your kind response. with regards, Usman (2 Replies)
Discussion started by: usman_minhas
2 Replies

4. Shell Programming and Scripting

mailing problem in unix

I have a mailing problem in UNIX.... MAILT="$1" MAILTO=`echo $MAILT | tr ';' ','` CONTENT="/var/www/html/notifier/mailnotify_ccdb.html" SUBJECT="$2" CC="man@abc.com" BCC="ant@abc.com" ( echo "To : ${MAILTO}" echo "Cc : ${CC}" echo "Subject: $SUBJECT" echo "MIME-Version: 1.0" ... (3 Replies)
Discussion started by: rdhanek
3 Replies