Skip to content

Commit

Permalink
Merge pull request #197 from gbouras13/v0.1.11
Browse files Browse the repository at this point in the history
fix wording install db
  • Loading branch information
gbouras13 authored Sep 12, 2022
2 parents 15f353a + bad4127 commit 36b7a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_phrog_annot_table(db_dir):
return 0

def get_vfdb(db_dir):
print("Getting VFDB Annotation Table")
print("Getting VFDB Database")
filepath = "http://www.mgc.ac.cn/VFs/Down/VFDB_setB_pro.fas.gz"
file = "VFDB_setB_pro.fas.gz"
#if the file already exists
Expand All @@ -72,7 +72,7 @@ def get_vfdb(db_dir):
return 0

def get_card(db_dir):
print("Getting CARD Database Annotation Table")
print("Getting CARD Database")
filepath = "https://card.mcmaster.ca/download/0/broadstreet-v3.2.4.tar.bz2"
file = "card.tar.bz2"
#if the file already exists
Expand Down

0 comments on commit 36b7a2e

Please sign in to comment.