Skip to content
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

Add additional program mode: Filter #39

Open
mvences opened this issue May 26, 2022 · 0 comments
Open

Add additional program mode: Filter #39

mvences opened this issue May 26, 2022 · 0 comments
Assignees

Comments

@mvences
Copy link
Contributor

mvences commented May 26, 2022

This is not really a priority, but I am writing it down here as it came to my mind today. If it is easy to address it can as well be implemented quickly.

After today's work with different sequence formats, I realized that it really would be great to have one more program mode for the program which we could call FILTER. I will create a new issue on Githib for that. Basically it would be about manipulating and filtering sequences. For now it would be enough to include the following filters (some of them are indeed included in FASTMERGE and FASTSPLIT, so perhaps Vladimir can easily add them to the backend ... or maybe they are so trivial that Stefanos can just quickly program them himself:

  • Remove sequences that are below or above a certain length
  • Remove sequences that contain a certain search term in the sequence name (and alternatively, remove sequences that do NOT contain the search term)
  • Remove sequences that contain a certain sequence motif (something like "AAACGCAA") in their sequence (and alternatively, remove sequences that do NOT contain this motif).
  • Perform simple search/replace operations either only in the sequences, or only in the sequence names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants