Skip to content

Instantly share code, notes, and snippets.

View andrewjpage's full-sized avatar

andrewjpage andrewjpage

  • Theiagen Genomics
  • Cambridge, UK
View GitHub Profile
#!/usr/bin/env perl
use strict;
use warnings;
use Bio::SeqIO;
no warnings 'uninitialized';
my $in = Bio::SeqIO->new(-file => $ARGV[0] , '-format' => 'Fasta');
my $first_size = 0;
my $counter = 0;