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

Update README.md #257

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,17 @@ quite light and usually start running as soon as they are scheduled.
### 5e) Known limitations

* **Swapping if the number of queries too high.** If the number of queries is
too high, the auxiliary Python scripts start to use too much memory, which
too high (e.g., 10M Illumina reads),
the auxiliary Python scripts start to use too much memory, which
may result in swapping. Try to keep the number of queries moderate and
ideally their names short.
* **No support for ambiguous characters in queries.** As the tools used
internally by MOF-Search support only the nucleotide alphabet, all non-ACGT
characters in queries are first converted to A.
* **Too many reported hits.** When queries have too many equally good hits in
the database, even if the threshold on the maximum number of hits is chosen
low – for instance 10 – the program will take top 10 + ties, which can be a
huge number (especially for short sequences).


## 6. License
Expand Down
Loading