File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,21 @@ A modular command-line solution for visualisation, quality control and taxonomic
8
8
- Citation: [ Laetsch DR and Blaxter ML, 2017] ( https://f1000research.com/articles/6-1287/v1 )
9
9
10
10
11
- ** 0. Obtaining BlobTools**
11
+ Obtaining BlobTools
12
12
------------
13
13
- ** Option A** : Download latest [ release] ( https://github.com/DRL/blobtools/releases/latest )
14
14
- ** Option B** : Clone repository
15
15
```
16
16
git clone https://github.com/DRL/blobtools.git
17
17
```
18
18
19
- ** 1. Entering directory**
19
+ Entering directory
20
20
------------
21
21
```
22
22
cd blobtools
23
23
```
24
24
25
- ** 2. Install dependencies **
25
+ Install dependencies
26
26
------------
27
27
- ** Option A** : Create [ https://conda.io/en/latest/miniconda.html ] ( Conda ) environment
28
28
@@ -39,7 +39,7 @@ A modular command-line solution for visualisation, quality control and taxonomic
39
39
python setup.py install --user
40
40
```
41
41
42
- ** 3. Download NCBI taxdump and create nodesdb**
42
+ Download NCBI taxdump and create nodesdb
43
43
------------
44
44
```
45
45
wget ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz -P data/
You can’t perform that action at this time.
0 commit comments