Skip to content

Commit 0d6ce11

Browse files
committed
Mention mmCIF support
1 parent de53535 commit 0d6ce11

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/MultimerSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<v-flex xs12>
55
<panel class="query-panel d-flex fill-height" fill-height>
66
<template slot="header">
7-
Input protein multimer structure (PDB)
7+
Input protein multimer structure (PDB/CIF)
88
</template>
99
<template slot="toolbar-extra">
1010
<api-dialog

frontend/Search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<template v-if="$APP == 'foldseek'">
88
Input protein
99
<template v-if="!$vuetify.breakpoint.smAndDown">
10-
structure (PDB) or sequence (FASTA)
10+
structure (PDB/CIF) or sequence (FASTA)
1111
</template>
1212
</template>
1313
<template v-else>

frontend/assets/foldseek.en_US.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ msgid "NAV_URL_3"
5656
msgstr "https://steineggerlab.com/"
5757

5858
msgid "QUERIES_HELP"
59-
msgstr "Enter a protein structure in PDB format or upload a PDB file."
59+
msgstr "Enter a protein structure in PDB or mmCIF format or upload a PDB or mmCIF file."
6060

6161
msgid "UPLOAD_LABEL"
6262
msgstr "Upload PDB"
6363

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

6969
msgid "MODE_HELP"

0 commit comments

Comments
 (0)