-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update EasyComplexSearch; improve expandcomplex stability
- Loading branch information
1 parent
258be0f
commit 799d42c
Showing
4 changed files
with
19 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -274,7 +274,7 @@ std::vector<Command> foldseekCommands = { | |
"# Skip prefilter and perform an exhaustive alignment (slower but more sensitive)\n" | ||
"foldseek complexsearch queryDB targetDB result tmp --exhaustive-search 1\n\n", | ||
"Woosub Kim <[email protected]>", | ||
"<i:queryDB> <i:targetDB> <o:outputFileName> <tmpDir>", | ||
"<i:queryDB> <i:targetDB> <o:alignmentDB> <tmpDir>", | ||
CITATION_FOLDSEEK, { | ||
{"queryDB", DbType::ACCESS_MODE_INPUT, DbType::NEED_DATA | DbType::NEED_HEADER, &DbValidator::sequenceDb}, | ||
{"targetDB", DbType::ACCESS_MODE_INPUT, DbType::NEED_DATA | DbType::NEED_HEADER, &DbValidator::sequenceDb}, | ||
|
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