Skip to content
Snippets Groups Projects
Commit c4200396 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add foldseek file name to ms index

parent f20e42a9
No related branches found
No related tags found
No related merge requests found
Pipeline #119177 passed with stages
in 8 minutes and 21 seconds
...@@ -61,6 +61,7 @@ class StrucutreStatistics(BaseModel): ...@@ -61,6 +61,7 @@ class StrucutreStatistics(BaseModel):
iptm_ptm: NaFloat = Field(..., alias="iptm+ptm") iptm_ptm: NaFloat = Field(..., alias="iptm+ptm")
pDockQ: Optional[NaFloat] pDockQ: Optional[NaFloat]
plddts: Optional[NaFloat] plddts: Optional[NaFloat]
Foldseek_name: Optional[str]
def update_refseq( def update_refseq(
...@@ -193,7 +194,7 @@ def update_systems( ...@@ -193,7 +194,7 @@ def update_systems(
) )
print(pagination_settings_task) print(pagination_settings_task)
attr_task = index.update_filterable_attributes( attr_task = index.update_filterable_attributes(
body=["title", "Sensor", "Activator", "Effector", "PFAM.AC" , "PFAM.DE"] body=["title", "Sensor", "Activator", "Effector", "PFAM.AC", "PFAM.DE"]
) )
params = { params = {
"maxValuesPerFacet": 1000000, "maxValuesPerFacet": 1000000,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment