Skip to content

Commit

Permalink
update RVDB-prot to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jan 16, 2020
1 parent 619c4b1 commit 1691f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/kaiju-makedb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ index_only=0
usage() {
echo
echo kaiju-makedb
echo Copyright 2015-2019 Peter Menzel, Anders Krogh
echo Copyright 2015-2020 Peter Menzel, Anders Krogh
echo License GPLv3+: GNU GPL version 3 or later, http://gnu.org/licenses/gpl.html
echo
echo This program creates a protein reference database and index for Kaiju.
Expand Down Expand Up @@ -397,7 +397,7 @@ then
mkdir -p $DB
if [ $index_only -eq 0 ]
then
fname="U-RVDBv16.0-prot.fasta.bz2"
fname="U-RVDBv17.0-prot.fasta.bz2"
if [ $DL -eq 1 ]
then
echo Downloading RVDB
Expand Down

0 comments on commit 1691f09

Please sign in to comment.