Get it directly

The quarTeT toolkit is freely available under the MIT license, and is provided without warranty.

For details on usage, please refer to the Tutorial section. If you have any questions, feel free to contact us.

Download quarTeT

Alternative installation methods

In addition to the standalone tarball, quarTeT is also available via Conda, Docker, and Singularity:

Conda

conda install --channel conda-forge --channel bioconda quartet-bio
mamba install --channel conda-forge --channel bioconda quartet-bio

Docker

docker pull quay.io/biocontainers/quartet-bio:<version>--<hash>

Singularity

singularity pull docker://quay.io/biocontainers/quartet-bio:<version>--<hash>

Note: Replace <version>--<hash> with the actual version tag (e.g., 1.3.1--abc123). Check the Quay.io repository for available tags.

Test Data

FileDescription
contig.fasta.gzPhased contig level assembly. Used in AssemblyMapper.
reference_genome.fasta.gzClose related reference genome sequence. Used in AssemblyMapper.
draft_genome.fasta.gzDraft chromosome level assembly generated by AssemblyMapper. Used in GapFiller.
gap_closer_sequence.fasta.gzLong sequence from other sequencing platform. Used in GapFiller.
final_genome.fasta.gzFinal genome generated by GapFiller. Used in TeloExplorer and CentroMiner.
TE_annotation.gff3.gzTE annotation of the final genome above. Optionally used in CentroMiner.