60 likes | 234 Views
Intro to Bioperl. allenday@ucla.edu 2005.09.06. Resources. There is already a lot of documentation available online. I’ll be using the online docs, because that’s what you’ll need to do when you get stuck. http://www.bioperl.org Bioperl tutorial Bioperl module documentation
E N D
Intro to Bioperl allenday@ucla.edu 2005.09.06
Resources • There is already a lot of documentation available online. • I’ll be using the online docs, because that’s what you’ll need to do when you get stuck.
http://www.bioperl.org • Bioperl tutorial • Bioperl module documentation • Bioperl CVS access
Bioperl tutorial • I.2 • III.2 - III.10
Bioperl scripts • In a CVS or tar.gz download, in the “scripts/” directory. • Scripts are installed to /usr/bin • /usr/bin/bp_seqconvert.pl • /usr/bin/perl -MBio::Perl -e1 • /usr/bin/bp_search2gff.pl • /usr/bin/bp_feature_draw.pl
Module Internals • Bio::SeqIO • Bio::DB::Biblio::eutils