Skip to content

Commit

Permalink
Changed version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink committed Sep 17, 2019
1 parent aee54d4 commit 241c10a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ Keep posted about new developments by following me on
![image](https://anaconda.org/bioconda/diamond/badges/platforms.svg)
[![image](https://anaconda.org/bioconda/diamond/badges/downloads.svg)](https://anaconda.org/bioconda/diamond)

Support
=======

The preferred support channel is the [Diamond community website](http://www.diamondsearch.org/). It provides a platform for users to exchange their experiences and get support directly from the developer. You may also use the GitHub issue tracker or send inquiries by email.

Quick start guide
=================

Expand All @@ -37,7 +32,7 @@ quick example for setting up and using the program on Linux.
Installing the software on your system may be done by downloading it in
binary format for immediate use:

wget http://github.com/bbuchfink/diamond/releases/download/v0.9.25/diamond-linux64.tar.gz
wget http://github.com/bbuchfink/diamond/releases/download/v0.9.26/diamond-linux64.tar.gz
tar xzf diamond-linux64.tar.gz

The extracted `diamond` binary file should be moved to a directory
Expand Down Expand Up @@ -78,6 +73,11 @@ The output file here is specified with the `–o` option and named
- The default e-value cutoff of DIAMOND is 0.001 while that of
BLAST is 10, so by default the program will search a lot more
stringently than BLAST and not report weak hits.

Support
=======

The preferred support channel is the [Diamond community website](http://www.diamondsearch.org/). It provides a platform for users to exchange their experiences and get support directly from the developer. You may also use the GitHub issue tracker or send inquiries by email.

About
=====
Expand Down
2 changes: 1 addition & 1 deletion src/util/command_line_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void Command_line_parser::store(int count, const char ** str, unsigned &command)

void Command_line_parser::print_help()
{
static const size_t col1_width = 23;
static const size_t col1_width = 25;
cout << "Syntax: diamond COMMAND [OPTIONS]" << endl << endl;
cout << "Commands:" << endl;
for (vector<pair<string, string> >::const_iterator i = commands_.begin(); i != commands_.end(); ++i)
Expand Down

0 comments on commit 241c10a

Please sign in to comment.