Mercurial > repos > mahtabm > ensembl
view variant_effect_predictor/Bio/LiveSeq/IO/README @ 3:d30fa12e4cc5 default tip
Merge heads 2:a5976b2dce6f and 1:09613ce8151e which were created as a result of a recently fixed bug.
author | devteam <devteam@galaxyproject.org> |
---|---|
date | Mon, 13 Jan 2014 10:38:30 -0500 |
parents | 1f6dce3d34e0 |
children |
line wrap: on
line source
# $Id: README,v 1.3 2002/03/15 12:46:43 heikki Exp $ README for Bio::LiveSeq::IO LiveSeq objects representing known gene structures and their sequences have to be created from nucleotide sequence files. The current IO files do it by reading in EMBL entries and parsing out sequences as well as CDS, exon and primary_transcript features from the feature table. Bio::LiveSeq::IO::Loader is a superclass holding methods common to other methods. Bio::LiveSeq::IO::BioPerl is the preferred method which uses Bio::DB::EMBL to retrive sequences over the Web by accession number. Bio::LiveSeq::IO::SRS retrieves sequences from a local installation of SRS. It needs srsperl.pm which is part of SRS. SRS is short for Sequence Retrieval System, a comprehensive program suite for indexing and serving biological databases. SRS is a product of Lion BioSciences (http://www.lionbio.co.uk/). The license for academic users is free.