Skip to content

Commit

Permalink
Mon Jul 21 14:13:03 EDT 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitj committed Jul 21, 2014
1 parent da8a367 commit 6d99388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esomWrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ =head1 Suggestions/Corrections/Feedback/Beer
#use POSIX ":sys_wait_h";

my $scripts;
my $version="esomWrapper.pl\tv0.2.9\t";
my $version="esomWrapper.pl\tv0.2.91\t";
my $path; # Fasta Folder path
my $ext="fasta";
my $prefix="esom";
Expand Down Expand Up @@ -86,6 +86,7 @@ =head1 Suggestions/Corrections/Feedback/Beer
'info:s'=>\$info,
'scripts:s'=>\$scripts,
'h|help'=>sub{print "#".$version."\n"; system("perldoc $0 \| cat"); exit;},
'v|verison'=>\sub{print "#".$version."\n"; exit;}
);

print "## $version ##\n";
Expand Down

0 comments on commit 6d99388

Please sign in to comment.