Skip to content

Commit afec6f7

Browse files
TigerWindWoodmilot-mirdita
authored andcommitted
Update MMseqsBase.cpp
Improve prompt information.
1 parent f6f9e4b commit afec6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MMseqsBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ std::vector<Command> baseCommands = {
788788
// "If exist, the auxillary files: _mapping, source and lookup are also concatenated after IDs update of the 2nd DB",
789789
"# Download two sequences databases and concat them\n"
790790
"mmseqs databases PDB pdbDB tmp\n"
791-
"mmseqs UniProtKB/Swiss-Prot swissprotDB tmp\n"
791+
"mmseqs databases UniProtKB/Swiss-Prot swissprotDB tmp\n"
792792
"# Works only single threaded since seq. and header DB need the same ordering\n"
793793
"mmseqs concatdbs pdbDB swissprotDB pdbAndSwissprotDB --threads 1\n"
794794
"mmseqs concatdbs pdbDB_h swissprotDB_h pdbAndSwissprotDB_h --threads 1\n",

0 commit comments

Comments
 (0)