Skip to content

Commit

Permalink
esthetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Feb 27, 2020
1 parent a0b0909 commit e2d3826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions annotation/Tools/NCBI/ncbi_get_reference_data.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"l|list" => \$list,
"outdir=s" => \$outdir,
"f|format=s" => \$format,
"o|organisms=s" => \$organisms,
"organisms=s" => \$organisms,
"db|dbs=s" => \$dbs,
"o|output|outfile=s" => \$outfile))
{
Expand All @@ -61,7 +61,7 @@
if (! defined($organisms) ){
pod2usage( {
-message => "$header\nAt least 1 parameter is mandatory:\nInput organisms (-o species1:species2:species3).\n\n".
"Ouptut is optional. Look at the help documentation to know more.\n",
"Output is optional. Look at the help documentation to know more.\n",
-verbose => 0,
-exitval => 1 } );
}
Expand Down Expand Up @@ -180,7 +180,7 @@ =head1 OPTIONS
List of all available databases
=item B<-o> or B<--organisms>
=item B<--organisms>
The names of the species to query data from. Species name format: Genus_species (e.g. Gallus_gallus). When querying several organisms please follow this nomenclature: species1:species2:species3
Expand Down

0 comments on commit e2d3826

Please sign in to comment.