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
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ CAT and BAT have been thoroughly tested on Linux systems, and should run on macO
31
31
No installation is required. You can run CAT and BAT by supplying the absolute path:
32
32
33
33
```
34
-
$ CAT_pack/CAT --help
34
+
$ ./CAT_pack/CAT --help
35
35
```
36
36
37
37
Alternatively, if you add the files in the CAT\_pack directory to your `$PATH` variable, you can run CAT and BAT from anywhere:
@@ -86,6 +86,17 @@ The taxonomy folder and database folder created by CAT prepare are needed in sub
86
86
87
87
To run CAT on a contig set, each header in the contig fasta file (the part after `>` and before the first space) needs to be unique. To run BAT on set of MAGs, each header in a MAG needs to be unique within that MAG. If you are unsure if this is the case, you can just run CAT or BAT, as the appropriate error messages are generated if formatting is incorrect.
88
88
89
+
### Getting help.
90
+
If you are unsure what options a program has, you can always add `--help` to a command. This is a great way to get you started with CAT and BAT.
91
+
92
+
```
93
+
$ CAT --help
94
+
95
+
$ CAT contigs --help
96
+
97
+
$ CAT summarise --help
98
+
```
99
+
89
100
## Usage
90
101
After you have got the database files on your system, you can run CAT to annotate your contig set:
0 commit comments