Mercurial > repos > dereeper > pgap
comparison PGAP_wrapper2.pl @ 11:e0c913351502 draft default tip
Uploaded
| author | dereeper |
|---|---|
| date | Thu, 01 Jul 2021 12:22:53 +0000 |
| parents | 1085c917d850 |
| children |
comparison
equal
deleted
inserted
replaced
| 10:f33df1459a4b | 11:e0c913351502 |
|---|---|
| 3 use strict; | 3 use strict; |
| 4 use Getopt::Long; | 4 use Getopt::Long; |
| 5 use Bio::SeqIO; | 5 use Bio::SeqIO; |
| 6 use File::Basename; | 6 use File::Basename; |
| 7 my $dirname = dirname(__FILE__); | 7 my $dirname = dirname(__FILE__); |
| 8 use Cwd qw(cwd); | |
| 9 my $dir = cwd; | |
| 10 | 8 |
| 11 my $usage = qq~Usage:$0 <args> [<opts>] | 9 my $usage = qq~Usage:$0 <args> [<opts>] |
| 12 | 10 |
| 13 where <args> are: | 11 where <args> are: |
| 14 | 12 |
