Mercurial > repos > dereeper > admixture
comparison Admixture.pl @ 7:c3ebf600f975 draft default tip
planemo upload
author | dereeper |
---|---|
date | Wed, 13 Apr 2016 08:07:24 -0400 |
parents | 3f66f32dc5d9 |
children |
comparison
equal
deleted
inserted
replaced
6:3f66f32dc5d9 | 7:c3ebf600f975 |
---|---|
1 #!/usr/bin/perl | 1 #!/usr/bin/perl |
2 | 2 |
3 use strict; | 3 use strict; |
4 use Switch; | |
5 use Getopt::Long; | 4 use Getopt::Long; |
6 use Bio::SeqIO; | |
7 use File::Basename; | 5 use File::Basename; |
8 | 6 |
9 my $usage = qq~Usage:$0 <args> [<opts>] | 7 my $usage = qq~Usage:$0 <args> [<opts>] |
10 where <args> are: | 8 where <args> are: |
11 -i, --input <input basename (for PED, FAM, BIM)> | 9 -i, --input <input basename (for PED, FAM, BIM)> |