-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow subprojects to build their own precomputed indices
- Loading branch information
1 parent
75af0c8
commit a506d67
Showing
4 changed files
with
42 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ const char* tool_introduction = "MMseqs2 (Many against Many sequence searching) | |
const char* main_author = "Martin Steinegger ([email protected])"; | ||
const char* show_extended_help = "1"; | ||
const char* show_bash_info = "1"; | ||
extern const char* MMSEQS_CURRENT_INDEX_VERSION; | ||
const char* index_version_compatible = MMSEQS_CURRENT_INDEX_VERSION; | ||
bool hide_base_commands = false; | ||
void (*validatorUpdate)(void) = 0; | ||
std::vector<Command> commands = {}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters