Commit a17bf7f
add: search multi omics (#140)
* refactor: reconstruct examples/search file
* feat: enhance BaseSearcher
* feat: enhance searchers with multi-threading and improved error handling
* add: add searched example input files for DNA, protein, and RNA
* refactor: replace search_all with SearchService
* fix: update search operator init to use SearchService
* fix: upgrade run_concurrent to be compactible with SearchService
* fix: add undefined functions in DNA db building script
* perf: perf search_service
* wip: add pipeline annotations
* refactor: update multi-omcis eg. input to use specific data types
* refactor: update input format in README files and base_reader
* chore: add kv_backend and graph_backend params to search config files
* refactor: implement lazy imports in BaseOperator to avoid circular dependencies
* refactor: remove unnecessary asyncio locks and thread pool in searchers
* refactor: update SearchService to use specific search classes, implement async search wrapper and remove unnecessary search output keys
* style: fix pylint problems
* fix: change async BaseSearcher to sync to match DNA, RNA and protein searchers
* fix: pass threshold in searcher config
* fix: delete duplicate logger
* perf: perf search service
* Merge branch 'main' of https://github.com/open-sciencelab/GraphGen into search-multi-omics
* fix: fix pylint problems (extract sequence parsing and local search logic of RNA and prot search)
---------
Co-authored-by: chenzihong-gavin <[email protected]>
Co-authored-by: chenzihong <[email protected]>1 parent 60f4d1b commit a17bf7f
File tree
38 files changed
+1750
-731
lines changed- examples
- input_examples
- search
- build_db
- search_dna
- search_protein
- search_rna
- graphgen
- bases
- models/searcher
- db
- web
- operators
- search
38 files changed
+1750
-731
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments