Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 758 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 758 Bytes

Nanopore_sv_two_assemblies

This is a snakemake pipeline for aligning cattle Oxford Nanopore data to two cattle genome assembiles (ARS-UCD1.2 and UOA_Angus) using minimap2 and ngmlr and calling structural variants using different sv callers. The output is the high confidance sv set.

Dependencies

aligners: ngmlr minimap2

sv callers: svim pbsv sniffles

others: survivor bcftools samtools vep

Conda environment files containing the some dependencies can be found in the envs directory. These can be automatically installed and managed by providing the --use-conda argument to snakemake: snakemake --use-conda ....

The overview of the pipeline

Image of graph