Skip to content

Commit

Permalink
add CIF to input description
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Nov 14, 2024
1 parent e8fd7a5 commit b1cbd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/DragUploadBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
data() {
return {
inFileDrag: false,
bodyText: "Drag & drop at least two PDB files here."
bodyText: "Drag & drop at least two PDB/CIF files here."
};
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion frontend/FoldMasonSearch.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 structures (PDB only) for MSTA
Input protein structures (PDB/CIF) for MSTA
</template>
<template slot="toolbar-extra">
<v-icon v-if="queries.length > 0" title="Clear" @click="queries = []" style="margin-right: 16px">{{ $MDI.Delete }}</v-icon>
Expand Down

0 comments on commit b1cbd08

Please sign in to comment.