Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinggerm committed Jan 20, 2021
1 parent 7fd6d19 commit 94e96f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/slim_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def get_options(print_title):
sys.stdout.write(
"\n############################################################################"
"\nERROR: path " + _GO_PATH + " invalid!\n")
exit()

if options.organelle_types:

Expand Down
1 change: 1 addition & 0 deletions get_organelle_from_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def get_options(description, version):
else:
sys.stdout.write("\n############################################################################"
"\nERROR: path " + _GO_PATH + " invalid!\n")
exit()

def _check_default_db(this_sub_organelle, extra_type=""):
if not (os.path.isfile(os.path.join(_LBL_DB_PATH, this_sub_organelle + ".fasta")) or options.genes_fasta):
Expand Down
1 change: 1 addition & 0 deletions get_organelle_from_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ def get_options(description, version):
else:
sys.stdout.write("\n############################################################################"
"\nERROR: path " + _GO_PATH + " invalid!\n")
exit()

def _check_default_db(this_sub_organelle, extra_type=""):
if not ((os.path.isfile(os.path.join(_LBL_DB_PATH, this_sub_organelle + ".fasta")) or options.genes_fasta)
Expand Down

0 comments on commit 94e96f5

Please sign in to comment.