/
ONT de novo genome assembly

ONT de novo genome assembly

Aim:

Implement a de novo assembly pipeline for ONT data

Source:

https://nanoporetech.com/sites/default/files/s3/literature/Bacterial-assembly-workflow.pdf

https://github.com/fenderglass/Flye/blob/flye/docs/INSTALL.md

Methodology

a) create a conda environment with Flye and its dependencies

Prepare a file called ‘environment.yml’ that contains the following information:

name: flye channels: - defaults - anaconda - bioconda - conda-forge dependencies: - python=3.7 - flye=2.9.1 - seqkit=2.3.1 - blast=2.13.0 - nanoq=0.9.0 - minimap2 - samtools

Run the following command to generate the ‘flye’ conda environment:

conda env create -f environment.yml

Activate the environment to access the installed tools:

conda activate flye

merge FASTQ files

get path of merged file

modify launch*.pbs file

 

b) Run a de novo assembly and sequence comparison against a Reference genome

submit the job

 

monitor progress of the assembly:

 

Related content

nf-eresearch/ONTprocessing - NextFlow pipeline for Oxford Nanopore de novo assembly and ref guided consensus
nf-eresearch/ONTprocessing - NextFlow pipeline for Oxford Nanopore de novo assembly and ref guided consensus
More like this
Automatic Assembly For The Fungi (AAFTF) pipeline
Automatic Assembly For The Fungi (AAFTF) pipeline
More like this
Equus caballus Project
Equus caballus Project
Read with this
ConsGenome: A Virus Genome Assembly, Variant Calling and building a Consensus Genome workflow
ConsGenome: A Virus Genome Assembly, Variant Calling and building a Consensus Genome workflow
More like this
ONT Oxford Nanopore fast5 processing
ONT Oxford Nanopore fast5 processing
Read with this
DKE 121 genome assembly
DKE 121 genome assembly
More like this