Skip to content

Commit

Permalink
Add license in metadata for exac datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Nov 17, 2019
1 parent 970d438 commit 60d3d9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/hub/dataload/sources/exac/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ class ExacUploader(uploader.MergerSourceUploader):

name = "broadinstitute_exac"
main_source = "exac"
__metadata__ = {
"src_meta": {
"license": "ODbL",
"license_url": "http://exac.broadinstitute.org/terms",
"license_url_short": "http://bit.ly/2H9c4hg",
}
}

def load_data(self, data_folder):
genedoc_d = load_broadinstitute_exac(data_folder)
Expand Down

0 comments on commit 60d3d9b

Please sign in to comment.