Difference between revisions of "Racon"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:Sequencing {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|racon}} |{{#vardefine:url|https://github.com/isovic/racon}}...")
 
m (Text replacement - "#uppercase" to "uc")
Line 41: Line 41:
 
-->
 
-->
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:24, 6 December 2019

Description

racon website  

Racon is intended as a standalone consensus module to correct raw contigs generated by rapid assembly methods which do not include a consensus step, such as Miniasm. The goal of Racon is to generate genomic consensus which is of similar or better quality compared to the output generated by assembly methods which employ both error correction and consensus steps, while providing a speedup of several times compared to those methods.

Racon takes as input only three files: the raw contig FASTA, the original raw reads in FASTQ format and an overlap file in PAF or MHAP format containing overlaps between the reads and the contigs. Overlaps can be generated quickly using Minimap and piped through to Racon (see example usage below). Racon then reads the overlaps, filters them, and aligns the region defined by each overlap.

Required Modules

Serial

  • gcc/5.2.0
  • racon

System Variables

  • HPC_RACON_DIR - installation directory