Skip to content

Commit

Permalink
Deprecate CRH's --apply-cath-rules option
Browse files Browse the repository at this point in the history
Jon has found this doesn't help things and we don't anticipate that this
option is used by other people.
  • Loading branch information
tonyelewis committed Sep 8, 2017
1 parent d92ad05 commit 948ca16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion source/resolve_hits/options/crh_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ str_str_str_pair_map crh_options::detail_help_spec() {
{
"cath-rules-help",
{
"Show help on the rules activated by the --"
"Show help on the rules activated by the (DEPRECATED) --"
+ crh_score_options_block::PO_APPLY_CATH_RULES
+ " option",
get_crh_cath_rules_help_string()
Expand Down Expand Up @@ -303,6 +303,10 @@ string cath::rslv::get_crh_cath_rules_help_string() {
+ R"(]
------------------------------------
[*DEPRECATED*] (please raise a GitHub issue if you want --)"
+ crh_score_options_block::PO_APPLY_CATH_RULES
+ R"( to be kept)
The --)"
+ crh_score_options_block::PO_APPLY_CATH_RULES
+ R"( option applies the following CATH-Gene3D specific rules when parsing from )"
Expand All @@ -318,5 +322,9 @@ If hit's match ID is like "dc_72a964d791dea7a3dd35a8bbf49385b8" (matches /^dc_\w
+ R"(file (ie keep the hit as one continuous segment)
If the conditional-evalue is <= 0.001 but the independent-value is > 0.001, then quarter the bitscore when parsing the hit.
[*DEPRECATED*] (please raise a GitHub issue if you want --)"
+ crh_score_options_block::PO_APPLY_CATH_RULES
+ R"( to be kept)
)";
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void crh_score_options_block::do_add_visible_options_to_description(options_desc
bool_switch()
->notifier ( apply_cath_rules_notifier )
->default_value( crh_score_spec::DEFAULT_APPLY_CATH_RULES ),
"Apply rules specific to CATH-Gene3D during the parsing and processing"
"[DEPRECATED] Apply rules specific to CATH-Gene3D during the parsing and processing"
)
(
( PO_NAIVE_GREEDY ).c_str(),
Expand Down

0 comments on commit 948ca16

Please sign in to comment.