More work on the drugbank importer, got xpath figured out finally

This commit is contained in:
2013-12-09 21:06:10 -05:00
parent b20dc5acab
commit 00a6a4da74
5 changed files with 43 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
import sys
import mercy.importers.drugbank
sys.exit(mercy.importers.drugbank.DrugBankImporter().read(sys.argv[1]))