Skip to content

Commit

Permalink
Update usage text for createdb with more details
Browse files Browse the repository at this point in the history
Add explanation about generic dbs
  • Loading branch information
matchy233 committed Mar 16, 2022
1 parent cdb5c8a commit f9eb35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MMseqsBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ std::vector<Command> baseCommands = {
"mmseqs createdb file1.fa file2.fa.gz file3.fa sequenceDB\n\n"
"# Create a seqDB from stdin\n"
"cat seq.fasta | mmseqs createdb stdin sequenceDB\n\n"
"# Create a seqDB from another seqDB named inputDB\n"
"# Create a seqDB from generic DB created by tar2db or another seqDB\n"
"mmseqs createdb inputDB sequenceDB\n\n"
"# Create a seqDB by indexing existing FASTA/Q (for single line fasta entries only)\n"
"mmseqs createdb seq.fasta sequenceDB --createdb-mode 1\n",
Expand Down

0 comments on commit f9eb35d

Please sign in to comment.