This r226_mockup is a minimal, fake GTDB-Tk database intended for testing and continuous integration. It allows GTDB-Tk to run without requiring the full database. This mockup includes only a few genomes and the minimal required files. It is intended to verify that GTDB-Tk can start, run, and complete without errors. The results are not meaningful and should not be used for real biological analysis. Usage: - Set the GTDB-Tk database path: export GTDBTK_DATA_PATH=/path/to/r226_mockup - Run GTDB-Tk using the test genome: gtdbtk classify_wf --genome_dir genomes/ -x gz --skip_ani_screen -f --out_dir results The genomes/ folder must contain the test genome file: test_genome_G021783475.fna.gz Notes: - The output will show that the pipeline completes successfully, but the classification is dummy data. - This setup is useful for development and testing environments with limited disk space.