Skip to content

Commit

Permalink
Merge pull request #23 from deNBI/feat/uniprot
Browse files Browse the repository at this point in the history
Create uniprot.json
  • Loading branch information
dweinholz authored Dec 19, 2023
2 parents 218d3e1 + 261d9af commit 2a46d9f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions databases/uniprot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "uniprot",
"path": "uniref",
"versions": [
{
"name": "2023-11-08",
"path": "uniref90",
"files": [
{
"source" : "https://ftp.uniprot.org/pub/databases/uniprot/uniref/uniref90/" ,
"directory" : true,
"allow_filter" : ["\\.gz(\\.md5)?$"]
}
]
}
]
}

0 comments on commit 2a46d9f

Please sign in to comment.