Skip to content

Commit

Permalink
Fixe issue tariqdaouda#17
Browse files Browse the repository at this point in the history
  • Loading branch information
ericloud committed Mar 22, 2017
1 parent bd07a71 commit cdf2f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyGeno/importation/SNPs.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def importSNPs(packageFile) :
return _importSNPs_CasavaSNP(setName, species, genomeSource, snpsFile)
elif typ.lower() == 'dbsnpsnp' :
return _importSNPs_dbSNPSNP(setName, species, genomeSource, snpsFile)
elif typ.lower() == 'dbsnp' :
return _importSNPs_dbSNPSNP(setName, species, genomeSource, snpsFile)
elif typ.lower() == 'tophatsnp' :
return _importSNPs_TopHatSNP(setName, species, genomeSource, snpsFile)
elif typ.lower() == 'agnosticsnp' :
Expand Down

0 comments on commit cdf2f13

Please sign in to comment.