Skip to content

Commit

Permalink
Add UNITE v10 DOIs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbrislawn committed Apr 7, 2024
1 parent a0df425 commit 82bcb35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion rescript/get_unite.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@

# Source: https://unite.ut.ee/repository.php
UNITE_DOIS = {
"10.0": {
"fungi": {
False: "10.15156/BIO/2959336",
True: "10.15156/BIO/2959337",
},
"eukaryotes": {
False: "10.15156/BIO/2959338",
True: "10.15156/BIO/2959339",
},
},
"9.0": {
"fungi": {
False: "10.15156/BIO/2938079",
Expand Down Expand Up @@ -145,7 +155,7 @@ def _unite_get_artifacts(


def get_unite_data(
version: str = "9.0",
version: str = "10.0",
taxon_group: str = "eukaryotes",
cluster_id: str = "99",
singletons: bool = False,
Expand Down
2 changes: 1 addition & 1 deletion rescript/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@
function=get_unite_data,
inputs={},
parameters={
'version': Str % Choices(['9.0', '8.3', '8.2']),
'version': Str % Choices(['10.0', '9.0', '8.3', '8.2']),
'taxon_group': Str % Choices(['fungi', 'eukaryotes']),
'cluster_id': Str % Choices(['99', '97', 'dynamic']),
'singletons': Bool,
Expand Down

0 comments on commit 82bcb35

Please sign in to comment.