zanfona734 / zanfona

A genome assembly finishing tool
MIT License
4 stars 0 forks source link

Zanfona

A genome assembly finishing tool

Zanfona is a genome finishing tool used to make additional joins and calculate gaps and overlaps based on one or more reference genomes simultaneously. It uses an iterative pairing approach which does not assume that related species have identical sequence structure.

Zanfona also does not require a high-quality genome assembly to use a a reference. It can be used on a group of pre-assemblies of related species, each acting as a reference genome for the others. Getting Started: #determine order and orientation of preassembly contigs based on one or more reference genomes.

calculate_joins.pl #calculate gap lengths and overlaps based on one or more reference genomes.

calculate_gap_lengths.pl Dependencies: Trimmomatic:
https://github.com/timflutre/trimmomatic BBmap suite:
https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/bbmap-guide/ Blast suite:
https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download