Skip to content

wrapper for running multiple assembly polishing rounds with racon

Notifications You must be signed in to change notification settings

pmenzel/raconnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

raconnn

A wrapper script for polishing a genome assembly in mutiple iterations using racon.

Requires racon and minimap2 to be installed.

Usage

The required arguments are:

  • number of iteratons
  • fastq file with sequencing reads that were used to assemble the genome
  • fasta file with genome assembly

The polished assembly will be printed to STDOUT.

Example for two rounds of polishing:

raconnn 2 reads.fastq.gz assembly.fa > polished_assembly.fa

About

wrapper for running multiple assembly polishing rounds with racon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages