Difference between revisions of "Nov 8-14"

From Earlham CS Department
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
I spent this week browsing the BioPerl tutorial. I attempted to install and use the Bio::Perl module. I also learned about @INC and its use.
 
I spent this week browsing the BioPerl tutorial. I attempted to install and use the Bio::Perl module. I also learned about @INC and its use.
 +
 +
 +
From the command line, check contents of @INC by typing: perl -le 'print for @INC'

Latest revision as of 23:58, 16 November 2009

Return to Bioinformatics

Summary for Week 12

I spent this week browsing the BioPerl tutorial. I attempted to install and use the Bio::Perl module. I also learned about @INC and its use.


From the command line, check contents of @INC by typing: perl -le 'print for @INC'