File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
14
14
---
15
15
## :bulb : What is MetaTag?
16
- This repository contains tools to assign taxonomy and function annotations to short reads through pylogenetic tree evolutionary placement
16
+ This repository contains tools to assign taxonomy and function annotations to short reads through pylogenetic tree evolutionary placement.
17
17
18
18
## :wrench : Setup
19
19
The easiest way to use MetaTag is through the provided [ docker] ( https://www.docker.com/ ) container. To use it, pull the image:
@@ -51,6 +51,13 @@ To check that everything is working properly, you can run a test what will perfo
51
51
conda activate metatag
52
52
(metatag) bash tests/run_test.sh
53
53
```
54
+
55
+ or through Python's unittest module:
56
+ ``` bash
57
+ conda activate metatag
58
+ (metatag) python -m unittest tests/test_pipeline.py
59
+ ```
60
+
54
61
It should produce a final tree with query sequences placed on it, as well as a bunch of intermediary files without any errors.
55
62
56
63
## :rocket : Usage
You can’t perform that action at this time.
0 commit comments