comparison VCFToolsSlidingWindow/VCFToolsSlidingWindow.pl @ 4:3ae4c598ac08 draft default tip

Uploaded
author dereeper
date Sun, 04 Feb 2024 14:42:45 +0000
parents 7130bd0d2a83
children
comparison
equal deleted inserted replaced
3:151a9aec4607 4:3ae4c598ac08
1 1
2 #!/usr/bin/perl 2 #!/usr/bin/perl
3 3
4 use strict; 4 use strict;
5 use Getopt::Long; 5 use Getopt::Long;
6 use Bio::SeqIO;
7 6
8 my $usage = qq~Usage:$0 <args> [<opts>] 7 my $usage = qq~Usage:$0 <args> [<opts>]
9 8
10 where <args> are: 9 where <args> are:
11 10