Skip to content

Commit

Permalink
Mention mmCIF support
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed May 20, 2024
1 parent de53535 commit 0d6ce11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/MultimerSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<v-flex xs12>
<panel class="query-panel d-flex fill-height" fill-height>
<template slot="header">
Input protein multimer structure (PDB)
Input protein multimer structure (PDB/CIF)
</template>
<template slot="toolbar-extra">
<api-dialog
Expand Down
2 changes: 1 addition & 1 deletion frontend/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<template v-if="$APP == 'foldseek'">
Input protein
<template v-if="!$vuetify.breakpoint.smAndDown">
structure (PDB) or sequence (FASTA)
structure (PDB/CIF) or sequence (FASTA)
</template>
</template>
<template v-else>
Expand Down
4 changes: 2 additions & 2 deletions frontend/assets/foldseek.en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ msgid "NAV_URL_3"
msgstr "https://steineggerlab.com/"

msgid "QUERIES_HELP"
msgstr "Enter a protein structure in PDB format or upload a PDB file."
msgstr "Enter a protein structure in PDB or mmCIF format or upload a PDB or mmCIF file."

msgid "UPLOAD_LABEL"
msgstr "Upload PDB"

msgid "CURL_INTRO"
msgstr ""
" Use this command to get a submit a file in PDB format to the Foldseek "
" Use this command to get a submit a file in PDB or mmCIF format to the Foldseek "
"search server. Replace the ‘PATH_TO_FILE’ string with the path to the file."

msgid "MODE_HELP"
Expand Down

0 comments on commit 0d6ce11

Please sign in to comment.