kmer-ord bin
Launch the interactive binning interface (b2w) for manual exploration and binning. b2w is built using Dash.
- exploring embeddings interactively
- selecting reads using lasso tools
- creating bins
- exporting bins (both sequences and metadata)
Usage
Input / Output
| Parameter | Flag | Type | Default | Description |
|---|---|---|---|---|
| Database path | -d, --db |
path | — | SQLite/SpatiaLite database |
| Output directory | -o, --output |
path | bins |
Directory where bins are written |
Server configuration
| Parameter | Flag | Type | Default | Description |
|---|---|---|---|---|
| Host | --host |
str | 127.0.0.1 |
Address to bind the web server |
| Port | --port |
int | 8050 |
Port for the web application |
Example
then open in browser:
What happens
- A local
Dashserver is started - Serves the interactive interface in a browser
- Loads embeddings and features from the database
Output
Exported bins are written to:
Following files are generated for each bin:
<bin_name>.csv- table of selected reads and features<bin_name>.fastaor.fastq- sequences
See also: