Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Check if your coputer ready to use BioPerl

  • Public
By Nishi Singh 2879 days ago
#!/usr/bin/perl use strict; use warnings; #bioperl example code use strict; use warnings; #make the bioperl module (class) accessible to your program use Bio::Seq; print"ok - ready to use Bio::Seq";