-
-
03 Feb 2021 05:15:14 UTC
- Distribution: BioPerl
- Module version: 1.7.8
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (358 / 30 / 0)
- Kwalitee
Bus factor: 2- License: perl_5
- Activity
24 month- Tools
- Download (7.18MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- See individual modules
- Dependencies
- AnyDBM_File
- Carp
- Cwd
- DB_File
- Data::Dumper
- Data::Stag
- Digest::MD5
- Dumpvalue
- Error
- Exporter
- Fcntl
- File::Basename
- File::Copy
- File::Path
- File::Spec
- File::Spec::Functions
- File::Temp
- FileHandle
- Getopt::Long
- Graph::Directed
- HTTP::Request::Common
- HTTP::Response
- IO::File
- IO::Handle
- IO::Pipe
- IO::Scalar
- IO::Socket
- IO::String
- IPC::Run
- LWP::UserAgent
- List::MoreUtils
- List::Util
- Math::BigFloat
- Module::Build
- POSIX
- Pod::Usage
- Scalar::Util
- Set::Scalar
- Storable
- Symbol
- Test::Builder
- Test::Builder::Module
- Test::Most
- Test::RequiresInternet
- Text::Balanced
- Text::Wrap
- Tie::Handle
- Tie::RefHash
- Time::HiRes
- UNIVERSAL
- URI
- XML::DOM
- XML::LibXML
- XML::LibXML::Reader
- XML::Parser::PerlSAX
- XML::SAX
- XML::SAX::Base
- XML::SAX::Writer
- XML::Twig
- XML::Writer
- YAML
- base
- constant
- integer
- overload
- parent
- strict
- utf8
- vars
- version
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Bio::AlignIO::prodom - prodom sequence input/output stream
SYNOPSIS
Do not use this module directly. Use it via the Bio::AlignIO class.
DESCRIPTION
This object can transform Bio::Align::AlignI objects to and from prodom flat file databases.
FEEDBACK
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://github.com/bioperl/bioperl-live/issues
AUTHORS - Peter Schattner
Email: schattner@alum.mit.edu
APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _
next_aln
Title : next_aln Usage : $aln = $stream->next_aln() Function: returns the next alignment in the stream. Returns : L<Bio::Align::AlignI> object Args : NONE
write_aln
Title : write_aln Usage : $stream->write_aln(@aln) Function: writes the $aln object into the stream in prodom format ###Not yet implemented!### Returns : 1 for success and 0 for error Args : L<Bio::Align::AlignI> object
Module Install Instructions
To install BioPerl, copy and paste the appropriate command in to your terminal.
cpanm BioPerl
perl -MCPAN -e shell install BioPerl
For more information on module installation, please visit the detailed CPAN module installation guide.