You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/nanoporetech/bonito.git # or fork first and clone that
22
+
$ cd bonito
23
+
$ python3 -m venv venv3
24
+
$ source venv3/bin/activate
25
+
(venv3) $ pip install --upgrade pip
26
+
(venv3) $ pip install -r requirements.txt
27
+
(venv3) $ python setup.py develop
28
+
(venv3) $ bonito download --models --latest
29
+
```
30
+
18
31
## Training your own model
19
32
20
33
To train a model using your own reads, first basecall the reads with the additional `--save-ctc` flag and use the output directory as the input directory for training.
@@ -64,19 +77,6 @@ The `pairs.csv` file is expected to contain pairs of read ids per line *(seperat
64
77
-`bonito download` - download pretrained models and training datasets.
0 commit comments