Skip to content

Commit

Permalink
Make compressca an expert tool to hide it from the default view
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed May 9, 2023
1 parent 1b07b4b commit e4fe5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foldseek.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ std::vector<struct Command> commands = {
{"targetDB", DbType::ACCESS_MODE_INPUT, DbType::NEED_DATA|DbType::NEED_HEADER, &DbValidator::sequenceDb },
{"alignmentDB", DbType::ACCESS_MODE_INPUT, DbType::NEED_DATA, &DbValidator::alignmentDb },
{"alignmentFile", DbType::ACCESS_MODE_OUTPUT, DbType::NEED_DATA, &DbValidator::flatfile}}},
{"compressca", compressca, &localPar.onlythreads, COMMAND_FORMAT_CONVERSION,
{"compressca", compressca, &localPar.onlythreads, COMMAND_FORMAT_CONVERSION | COMMAND_EXPERT,
"Create a new compressed C-alpha DB with 16-bit diff encoding where possible from a sequence DB",
NULL,
"Milot Mirdita <milot@mirdita.de>",
Expand Down

0 comments on commit e4fe5be

Please sign in to comment.