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
> The tool is currently in heavy development. We are testing new functionalities like spacer ordering, CAS gene detection and protospacer detection. PLEASE USE DOCKER: [https://hub.docker.com/r/feeka94/mcaat](https://hub.docker.com/r/feeka94/mcaat)
@@ -9,7 +9,7 @@
9
9
- MCAAT's assembly-free graph-based strategy outperforms assembly-based workflows and other assembly-free methods on synthetic and real metagenomes.
10
10
---
11
11
12
-
### 🥳 NEWS
12
+
### NEWS
13
13
- Docker container available under: https://hub.docker.com/r/feeka94/mcaat
14
14
- Version 0.3 makes use of following optimization techniques:
15
15
- Better data structures for preprocessing, `phmap::flat_hash_set`
@@ -60,7 +60,7 @@ docker rmi mcaat
60
60
61
61
### Compiling the project
62
62
63
-
#### 🔧 Build the Project
63
+
#### Build the Project
64
64
To allow ./install.sh make changes, we execute following command:
65
65
```bash
66
66
chmod +x ./install.sh
@@ -85,15 +85,15 @@ To clean up you can use --clean flag.
|`--input_files <file1> [file2]`| One or two input FASTA/FASTQ files. If one file is provided, it is treated as single-end data. If two files are provided, they are treated as paired-end reads. |
0 commit comments