Skip to content

Commit

Permalink
fix #12, major changes. introduced classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Aug 14, 2018
1 parent 425eaaf commit 96b4c5d
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 444 deletions.
2 changes: 1 addition & 1 deletion snpmatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def snpmatch_parser(args):
if os.path.isfile(args['inFile'] + ".snpmatch.npz"):
os.remove(args['inFile'] + ".snpmatch.npz")
from snpmatch.core import parsers
parsers.parseInput(inFile = args['inFile'], logDebug = args['logDebug'], outFile = args['outFile'])
parsers.potatoParser(inFile = args['inFile'], logDebug = args['logDebug'], outFile = args['outFile'])

def genotype_cross(args):
#checkARGs(args)
Expand Down
Loading

0 comments on commit 96b4c5d

Please sign in to comment.