Difference between revisions of "ARC"

From UFRC
Jump to navigation Jump to search
Line 5: Line 5:
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:pbs|}}            <!--PBS SCRIPTS-->
 
|{{#vardefine:pbs|}}            <!--PBS SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 40: Line 40:
 
<!--Run-->
 
<!--Run-->
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
In preparing your ARC_config.txt file, be careful in how things are named. Do not start a non-numerical parameter with a number. ARC checks if the parameter starts with a number, and if it does, assumes the whole parameter is a number and tries to convert to integer.
 +
 
 +
For example a reference file that is named 5_genes.fasta would throw an error because ARC sees the 5, assumes the parameter is a number and tries to convert "5_genes.fata" into an integer.
 +
 
 
|}}
 
|}}
 
<!--PBS scripts-->
 
<!--PBS scripts-->

Revision as of 19:06, 27 August 2015

Description

arc website  

ARC is a pipeline which facilitates iterative, reference guided de novo assemblies with the intent of 1) reducing time in analysis and increasing accuracy of results by only considering those reads which should assemble together and 2) reduce reference bias as compared to mapping based approaches. The software is designed to work in situations where a whole-genome assembly is not the objective, but rather when the researcher wishes to assemble discreet 'targets' contained within next-generation shotgun sequence data. ARC decomplexifies the traditionally difficult problem of assembly by subsetting the reads into small, manageable pieces which can then be assembled quickly and efficiently. Applications include those in which the researcher wishes to de novo assemble specific content and a set of semi-similar reference targets is available to initialize the assembly process.

Required Modules

Serial

  • arc

System Variables

  • HPC_{{#uppercase:arc}}_DIR

Additional Information

In preparing your ARC_config.txt file, be careful in how things are named. Do not start a non-numerical parameter with a number. ARC checks if the parameter starts with a number, and if it does, assumes the whole parameter is a number and tries to convert to integer.

For example a reference file that is named 5_genes.fasta would throw an error because ARC sees the 5, assumes the parameter is a number and tries to convert "5_genes.fata" into an integer.