Skip to content
Snippets Groups Projects
Commit 20cbda9e authored by Vermaat's avatar Vermaat
Browse files

Fix bugs due to implicit config refactoring

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@416 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 1a6251c8
No related branches found
No related tags found
No related merge requests found
......@@ -365,7 +365,7 @@ Mutalyzer batch checker.""" % url)
if not skip :
#Run mutalyzer and get values from Output Object 'O'
try :
variantchecker.check_variant(cmd, C, O)
variantchecker.check_variant(cmd, O)
except Exception:
#Catch all exceptions related to the processing of cmd
O.addMessage(__file__, 4, "EBATCHU",
......@@ -499,7 +499,7 @@ Mutalyzer batch checker.""" % url)
if not skip :
try :
#process
converter = Converter(build, C, O)
converter = Converter(build, O)
#Also accept chr accNo
variant = converter.correctChrVariant(variant)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment