Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bio::root::test::warn(3pm) [debian man page]

Bio::Root::Test::Warn(3pm)				User Contributed Perl Documentation				Bio::Root::Test::Warn(3pm)

NAME
Bio::Root::Test::Warn - Perl extension to test Bioperl methods for warnings SYNOPSIS
use Bio::Root::Test::Warn; warning_is {$bio_object->method()} 'Must supply a parameter', "a missing parameter test"; warning_like {$bio_object->method()} qr/Must supply a parameter/i, "a missing parameter test"; DESCRIPTION
This module provides a few convenience methods for testing warning based code. See Test::Warn for details. You will normally not use this module directly, but have it auto-loaded for you by Bio::Root::Test. 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 - Sendu Bala Email bix@sendu.me.uk 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::Root::Test::Warn(3pm)

Check Out this Related Man Page

Bio::FeatureIO::gtf(3pm)				User Contributed Perl Documentation				  Bio::FeatureIO::gtf(3pm)

NAME
Bio::FeatureIO::gtf - read write features in GTF format SYNOPSIS
Bio::FeatureIO::gff DESCRIPTION
GTF, is also known as GFF v2.5. This class is simply a subclass of Bio::FeatureIO::gff that initializes with -version => 2.5. 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 - Allen Day Email allenday@ucla.edu 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::FeatureIO::gtf(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. HP-UX

Root

I am having some trouble with a system on my ship. A person created an account to do some things. The problem is is that he doesn't have the correct permission settings to do what he wants to do. That's fine I can fix that. But when I try to logon as Root it says that the password is incorrect. We... (5 Replies)
Discussion started by: navman
5 Replies

2. UNIX for Dummies Questions & Answers

Test Help!!!!!!

I have a test due in like 2 hours and I am totally stuck on a few questions, if any can help, it would be grately appreciated. 1. What command would you type to add a serial port? 2. What file specifies whether a filesystem should be mounted at boot time or not? 3. Write the command which... (1 Reply)
Discussion started by: Xskwizitboi
1 Replies

3. SCO

Non-Root Users Unable to Print

UnixWare 7, Release 7.1.3 We have a customer that has frequent issues with Non-Root users being unable to print. They are able to print w/o issues, but all of the sudden it stops working. The only workaround we have at this point is to reboot the server. It is happening weekly according to... (1 Reply)
Discussion started by: cfshd
1 Replies

4. SuSE

Resize Root Filesystem in SUSE Linux

Hello Experts, I am very new to unix environment. Root filesystem in one of our Linux boxes has almost reached 100%. is there a procedure/ way to resize the root filesystem. ****************************************************** ld8331:/ # df -h|more Filesystem Size Used... (2 Replies)
Discussion started by: ashok1784
2 Replies

5. Shell Programming and Scripting

Need help with make file for etags to use it with xemacs

I am trying to generate tags for .cpp & .h source code. Here is the structure of the codes Root/X/src/ Root/X/include/ Root/Y/src/ Root/Y/include/ How do I generate TAGs from ROOT directory such that, when I am working on code under X/src I can access function defined in Y/src/ area? ... (0 Replies)
Discussion started by: sofiandros
0 Replies

6. AIX

how to find whats filling up Root Directory

Hi guys I am running AIX 5.3 and a newbie to it. And I am getting reports telling me that the Root Directory is reaching almost max capacity, can someone give m some advice to find out what files are causing it to grow? , or how I can identify the growing files? Thanks (6 Replies)
Discussion started by: ryanbsc@gmail.c
6 Replies

7. Red Hat

Root Access not working as FileSystem in ReadOnly Mode

Hi Experts I am facing a problem wherein Root Access not working as FileSystem in ReadOnly Mode. Due to a Disk failure, my Filesystem went into Read-Only mode: report@xx> grep root /proc/mounts /dev/root / ext3 ro,data=ordered 0 0 Now, I am not able to login using root user on the... (5 Replies)
Discussion started by: navkanwal
5 Replies

8. Shell Programming and Scripting

How to delete a character using sed and or awk?

Hi, 1/ i have file test.txt 1 Jul 28 08:35:29 2014-07-28 Root::UserA 1 Jul 28 08:36:44 2014-07-28 Root::UserB i want to delete the seconds of the file, and the Root:: and the output will be: 1 Jul 28 08:35 2014-07-28 UserA 1 Jul 28 08:36 2014-07-28 UserB 2/i have another file test2.txt:... (8 Replies)
Discussion started by: fxsme
8 Replies

9. UNIX for Dummies Questions & Answers

UNIX command to display Owner,Group,Root and Subdirectories list

(6 Replies)
Discussion started by: vasuvv
6 Replies