Results for "Biggest%20Virus"

Blogs

News

Video

  • What is Health Informatics?

    What is health informatics? In the words of Dr. Noni MacDonald...: "Most of the way I've seen it defined is the intersection with health information, computer science and h...

    3708 days ago

Bio-Scripts

  • Perl script to merge LastZ overlaps

    #!/usr/bin/perl use strict; use warnings; use 5.010; # Filter out the exact/direct overlaps from tab seperated alignment file. (lastz format=general- ready) # Do not inclide header in lastz outfile # USAGE: perl filterOverlaps.pl infile > outfile open my $fh, '

    2127 days ago