Skip to content

Commit

Permalink
cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pombert-JF committed Mar 3, 2021
1 parent 096da97 commit ba57b43
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Function_prediction/get_UniProt.pl
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
#!/usr/bin/perl
## Pombert Lab, 2020
my $name = 'get_UniProt.pl';
my $version = '0.2b';
my $version = '0.2c';
my $updated = '03/03/2021';

use strict; use warnings; use Getopt::Long qw(GetOptions);

my $usage = <<"OPTIONS";
NAME $name
VERSION $version
NAME ${name}
VERSION ${version}
UPDATED ${updated}
SYNOPSIS Downloads the SwissProt and/or trEMBL databases from UniProt
EXAMPLE get_UniProt.pl -s -t -f ./ -n 20 -l download.log
EXAMPLE ${name} -s -t -f ./ -n 20 -l download.log
OPTIONS:
-s (--swiss) Download Swiss-Prot
Expand Down

0 comments on commit ba57b43

Please sign in to comment.