Skip to content

Commit

Permalink
individual db input files fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedmagds authored May 17, 2020
1 parent d80e6a6 commit 9072d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/WhatsGNU_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@
FILE_COUNTER = 0
if ARGS.mkdatabase:
SEQUENCES_DICT_DB = defaultdict(list)
DB_SEQUENCE_STRING = ""
DB_SEQUENCE_INFO = ""
for DATABASE_FILE in DATABASE_FILES_LIST:
DB_SEQUENCE_STRING = ""
DB_SEQUENCE_INFO = ""
if DATABASE_FILE.endswith(".faa"):
DATABASEFILE_OBJECT = open(DATABASE_FILE, "r")
DB_LINE_CHECK = DATABASEFILE_OBJECT.readline()
Expand Down

0 comments on commit 9072d71

Please sign in to comment.