Mercurial > repos > dereeper > admixture
comparison Admixture.pl @ 2:4937c115c2c1 draft default tip
planemo upload
| author | dereeper |
|---|---|
| date | Tue, 12 Apr 2016 09:16:26 -0400 |
| parents | bb126a88d0b3 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:bb126a88d0b3 | 2:4937c115c2c1 |
|---|---|
| 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)> |
