Skip to content

Commit

Permalink
rename the parser script
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyao committed Oct 16, 2023
1 parent 349c002 commit 5770ad5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/dbnsfp/dbnsfp_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import glob

from .dbnsfp_mapping import mapping
from .dbnsfp_parser import load_file
from .dbnsfp_parser_44a_v1 import load_file
import biothings.hub.dataload.uploader as uploader
from hub.dataload.uploader import SnpeffPostUpdateUploader
from hub.dataload.storage import MyVariantIgnoreDuplicatedStorage
Expand Down

0 comments on commit 5770ad5

Please sign in to comment.