Skip to content

Commit

Permalink
added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiBytes authored and zcqian committed Oct 20, 2021
1 parent 0f7ac12 commit 8cad607
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/plugins/orthology_agr/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"version": "0.2",
"requires" : ["pandas"],
"__metadata__":{
"url": "https://www.alliancegenome.org/",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"license": "CC BY 4.0"
},
"dumper" : {
"data_url" : "https://fms.alliancegenome.org/download/ORTHOLOGY-ALLIANCE_COMBINED.tsv.gz",
"uncompress" : true,
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/orthology_agr/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
process_key = lambda k: k.replace(" ","_").lower()

def setup_release(self):
release="2021-09-19"
release="2019-06-23"
return release


Expand Down

0 comments on commit 8cad607

Please sign in to comment.