Skip to content

Commit 91f9390

Browse files
authored
Update README.md
1 parent ef6cc07 commit 91f9390

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,18 @@ conda activate metacerberus
185185
metacerberus.py --fraggenescan human.fna --hmm KOFam_eukaryote --dir_out human_ko-only_dir
186186
```
187187

188-
#### Only Viral/Phage databases
188+
#### Only Virus annotation
189189
```bash
190190
conda activate metacerberus
191-
metacerberus.py --prodigal lambda.fna --hmm VOG, PHROG --dir_out lambda_vir-only_dir
191+
metacerberus.py --prodigalgv sarscov2.fna --hmm ALL --dir_out sarscov2_vir-only_dir
192192
```
193+
194+
#### Only Phage annotation
195+
```bash
196+
conda activate metacerberus
197+
metacerberus.py --prodigalgv lambda.fna --hmm ALL --dir_out lambda_vir-only_dir
198+
```
199+
193200
- NOTE: You can pick any single database you want for your analysis including KOFam_all, COG, VOG, PHROG, CAZy or specific KO databases for eukaryotes and prokaryotes (KOFam_eukaryote or KOFam_prokaryote).
194201

195202
#### Custom HMM

0 commit comments

Comments
 (0)