Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
c4200396
Commit
c4200396
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/df-wiki-cli/df_wiki_cli/meilisearch/__init__.py
+2
-1
2 additions, 1 deletion
packages/df-wiki-cli/df_wiki_cli/meilisearch/__init__.py
with
2 additions
and
1 deletion
packages/df-wiki-cli/df_wiki_cli/meilisearch/__init__.py
+
2
−
1
View file @
c4200396
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment