Skip to content

Commit

Permalink
Remove duplicate --version in help, bump to v1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Mar 1, 2016
1 parent 1f7fbc0 commit 6c512bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bin/nullarbor.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# constants

my $EXE = "$FindBin::RealScript";
my $VERSION = '0.10-dev';
my $VERSION = '1.01';
my $AUTHOR = 'Torsten Seemann <[email protected]>';
my @CMDLINE = ($0, @ARGV);

Expand Down Expand Up @@ -561,18 +561,17 @@ sub write_makefile {
sub usage {
print "USAGE\n";
# print "(1) Analyse samples\n";
print " $EXE [options] --name NAME --mlst SCHEME --ref REF.FA --input SAMPLES.TAB --outdir DIR\n";
print " $EXE [options] --name NAME --mlst SCHEME --ref REF.FA/GBK --input INPUT.TAB --outdir DIR\n";
print " --check Check dependencies only\n";
print " --accurate Invest more effort in the de novo assembly\n";
print " --force Overwrite --outdir (useful for adding samples to existing analysis)\n";
print " --cpus Maximum number of CPUs to use in total ($cpus)\n";
print " --quiet No output\n";
print " --verbose More output\n";
print " --version Tool version\n";
print " --conf Config file ($conf_file)\n";
# print "(2) Generate report ** NOTE: done automatically by (1) - see report/ folder **\n";
# print " $EXE [options] --indir DIR --outdir WEBDIR --name JOBNAME\n";
print " --version Tool version\n";
print " --version Print version and exit\n";
exit;
}

Expand Down

0 comments on commit 6c512bc

Please sign in to comment.