comparison Haplophyle.pl @ 1:8e248dc6ad56 draft

Uploaded
author dereeper
date Wed, 09 Jun 2021 16:43:38 +0000
parents 6f11162b6fa2
children
comparison
equal deleted inserted replaced
0:6f11162b6fa2 1:8e248dc6ad56
1 #!/usr/bin/perl 1 #!/usr/bin/perl
2 2
3 use strict; 3 use strict;
4 use Getopt::Long; 4 use Getopt::Long;
5 use Bio::SeqIO;
6 5
7 use Cwd; 6 use Cwd;
8 my $dir = getcwd; 7 my $dir = getcwd;
9 8
10 9