Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 717 Bytes

Readme.md

File metadata and controls

24 lines (12 loc) · 717 Bytes

Diploid genome assembly

This directory includes the workflow and files refer to homozygous species assemble. An analysis pipeline in contig_Snakefile to streamline the processing of assembly.

snakemake -s contig_Snakefile -j 64 --stats snakejob.stats >&2 2>>snakejob.log

The following software are applied:

Flye , Hicanu and Hifiasm are used to assemble primary genome. GALA is used to fillter the potential miss-assembly regions WGS is manual software intergrated in pipeline (https://github.com/YaoZhou89/WGSc)

Workflow

1_2genome_assembly_scaffold

Figure1. Pipeline of genome assembly.