Skip to content
This repository was archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
raylim committed Sep 8, 2016
1 parent b20d465 commit 33cb1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-bin/fathmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def Process(Protein, Substitution, Weights=None, Cutoff=None, Phenotype=None):
); Arg = parser.parse_args()

Config = ConfigParser.ConfigParser()
Config.read("./config.ini")
Config.read(Arg.config)

dbCursor = MySQLdb.connect(
host = str(Config.get("DATABASE", "HOST")),
Expand Down

0 comments on commit 33cb1cc

Please sign in to comment.