Skip to content

Commit 2eb6c15

Browse files
committed
combine gtdb and user data
1 parent 67028f1 commit 2eb6c15

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ Benchmarking results comparing the default --no-reassembly and --sensitive modes
4242
## Generate a custom species-level database
4343
MAGmax provides a `customdb` subcommand to build a species-level non-redundant genome database by combining GTDB-Tk taxonomic classification with ANI-based dereplication. Bins confidently assigned to a known GTDB-Tk species are grouped by species and one representative is selected per species. Remaining unclassified bins are dereplicated by ANI clustering, enabling discovery of novel species. Isolate genomes can be prioritized as representatives using `--isolate-genomes`.
4444

45-
For a step-by-step guide, see the [tutorial](https://github.com/soedinglab/MAGmax/blob/main/generate_customdatabase.md).
46-
4745
magmax customdb -g gtdbtk.summary.tsv -b <binsdir> -q quality_report.tsv -t 24
4846

47+
> [!NOTE]
48+
> For a step-by-step guide, see the [tutorial](https://github.com/soedinglab/MAGmax/blob/main/generate_customdatabase.md).
49+
4950
## Installation
5051
### Prerequisites
5152

generate_customdatabase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ The script takes three inputs in this specific order:
243243
38222_27_bin.4 38354_3_bin.7,38354_18_bin.10,38510_115_bin.7,38510_4_bin.3
244244
```
245245
246+
⚠️ **Make sure that the same GTDB release was used for GTDBTk taxonomy classfication of your data and the GTDB taxonomy table supplied to the `unifygtdb.sh` script.**
247+
246248
### Output
247249
248250
A tab-separated file with two columns:

0 commit comments

Comments
 (0)