-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final capture replace filtering #36
Merged
Merged
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe2eb2e - Browse repository at this point
Copy the full SHA fe2eb2eView commit details -
Add a command-line option to exclude "unknown protein" or "unknown sequence family" from results
Configuration menu - View commit details
-
Copy full SHA for 821ed00 - Browse repository at this point
Copy the full SHA 821ed00View commit details -
Currently, phrases, i.e. sub-sets of candidate descriptions, that only consist of non-informative words are still scored and might be assigned as the final annotation. This should be changed. If the set of informative words is empty, classify the protein or sequence family as "unknown".
Configuration menu - View commit details
-
Copy full SHA for dd968c5 - Browse repository at this point
Copy the full SHA dd968c5View commit details -
Updated the manual to include the new option
The new option is '-x'
Configuration menu - View commit details
-
Copy full SHA for 9ae6196 - Browse repository at this point
Copy the full SHA 9ae6196View commit details
Commits on Aug 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5aa49d2 - Browse repository at this point
Copy the full SHA 5aa49d2View commit details -
Improved filtering of Blast stitles
- Replaced standard Rust regex with fancy-regex in capture-replace-pairs, thus allowing for (named) backreferences. - Using named backreferences multiple occurrences of the same word are replaced with the first occurrence, i.e. any subsequent occurrence is deleted.
Configuration menu - View commit details
-
Copy full SHA for 4d0bebb - Browse repository at this point
Copy the full SHA 4d0bebbView commit details
Commits on Aug 5, 2022
-
- Polishing iteratively applies capture-replace-pairs (fancy-regex, replace instruction) to the human readable descriptions (HRDs) assigned to the queries (families or proteins) - This is used among others to remove terminal non-informative words like '[...] and', or [...] the', or '[...] or' etc. - The polishing step can be suppressed (skipped) by providing the new command line option --polish-capture-replace-pairs (-d) with "none". Use the same option to provide custom capture-replace-pairs.
Configuration menu - View commit details
-
Copy full SHA for a482951 - Browse repository at this point
Copy the full SHA a482951View commit details -
- problem was mutability and iteration over mutable references...
Configuration menu - View commit details
-
Copy full SHA for 1628f17 - Browse repository at this point
Copy the full SHA 1628f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64961fa - Browse repository at this point
Copy the full SHA 64961faView commit details
Commits on Aug 6, 2022
-
Updated README and included example
Example polish-capture-replace-pairs file in misc.
Configuration menu - View commit details
-
Copy full SHA for 5240052 - Browse repository at this point
Copy the full SHA 5240052View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.