File tree Expand file tree Collapse file tree 3 files changed +7
-19
lines changed
unipressed/dataset/generated_types Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ class UniparcQueryDict(TypedDict):
128128 "Feature ID\n e.g. IPR004251"
129129 proteomecomponent : NotRequired [str ]
130130 "Proteome Component\n e.g. chromosome"
131+ organism_id : NotRequired [int ]
132+ "Organism ID\n e.g. 10254"
131133
132134
133135UniparcQuery : TypeAlias = Union [UniparcQueryDict , str ]
Original file line number Diff line number Diff line change @@ -728,7 +728,6 @@ class UniprotkbQueryDict(TypedDict):
728728UniprotkbProteinFamilygroup : TypeAlias = Literal [
729729 "xref_allergome" ,
730730 "xref_cazy" ,
731- "xref_clae" ,
732731 "xref_esther" ,
733732 "xref_imgt_gene-db" ,
734733 "xref_merops" ,
@@ -755,19 +754,11 @@ class UniprotkbQueryDict(TypedDict):
755754 "xref_alzforum" , "xref_biomuta" , "xref_dmdm" , "xref_dbsnp"
756755]
757756UniprotkbTwodGel : TypeAlias = Literal [
758- "xref_compluyeast-2dpage" ,
759- "xref_dosac-cobs-2dpage" ,
760- "xref_ogp" ,
761- "xref_reproduction-2dpage" ,
762- "xref_swiss-2dpage" ,
763- "xref_ucd-2dpage" ,
764- "xref_world-2dpage" ,
757+ "xref_compluyeast-2dpage" , "xref_ogp" , "xref_reproduction-2dpage"
765758]
766759UniprotkbProteomic : TypeAlias = Literal [
767760 "xref_cptac" ,
768- "xref_epd" ,
769761 "xref_massive" ,
770- "xref_maxqb" ,
771762 "xref_pride" ,
772763 "xref_paxdb" ,
773764 "xref_peptideatlas" ,
@@ -841,7 +832,6 @@ class UniprotkbQueryDict(TypedDict):
841832 "xref_genetree" ,
842833 "xref_hogenom" ,
843834 "xref_inparanoid" ,
844- "xref_ko" ,
845835 "xref_oma" ,
846836 "xref_orthodb" ,
847837 "xref_phylomedb" ,
@@ -875,11 +865,7 @@ class UniprotkbQueryDict(TypedDict):
875865 "xref_emind" ,
876866]
877867UniprotkbGeneExpression : TypeAlias = Literal [
878- "xref_bgee" ,
879- "xref_cleanex" ,
880- "xref_collectf" ,
881- "xref_expressionatlas" ,
882- "xref_genevisible" ,
868+ "xref_bgee" , "xref_cleanex" , "xref_collectf" , "xref_expressionatlas"
883869]
884870UniprotkbFamilyAndDomain : TypeAlias = Literal [
885871 "xref_cdd" ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class UnirefQueryDict(TypedDict):
4747 ]
4848 ]
4949 "Sequence length\n e.g. [100 TO 300]"
50- created : NotRequired [
50+ date_modified : NotRequired [
5151 tuple [
5252 Union [
5353 date ,
@@ -59,7 +59,7 @@ class UnirefQueryDict(TypedDict):
5959 ],
6060 ]
6161 ]
62- "Date published \n e.g. [2011-10-10 TO 2019-10-10]"
62+ "Date of last modification \n e.g. [2011-10-10 TO 2019-10-10]"
6363 uniprot_id : NotRequired [str ]
6464 "UniProtKB ID/AC\n e.g. sample uniprot id"
6565 upi : NotRequired [str ]
@@ -78,7 +78,7 @@ class UnirefQueryDict(TypedDict):
7878]
7979UnirefSequences : TypeAlias = Literal ["identity" , "length" , "sequence" ]
8080UnirefMiscellaneous : TypeAlias = Literal ["types" , "members" , "count" ]
81- UnirefDateOf : TypeAlias = Literal ["created " ,]
81+ UnirefDateOf : TypeAlias = Literal ["date_modified " ,]
8282UnirefFields : TypeAlias = Literal [
8383 UnirefNamesTaxonomy , UnirefSequences , UnirefMiscellaneous , UnirefDateOf
8484]
You can’t perform that action at this time.
0 commit comments