Difference between revisions of "ContaVect"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|contavect}} |{{#vardefine:url|https://github.com/a-slide...")
 
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:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 22: Line 22:
 
<!--Modules-->
 
<!--Modules-->
 
==Required Modules==
 
==Required Modules==
<!--
 
 
===Serial===
 
===Serial===
 
* gcc/5.2.0
 
* gcc/5.2.0
Line 44: Line 43:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
The sample config file can be copied from the $HPC_CONTAVECT_CONF
 +
 
 +
$ cp $HPC_CONTAVECT_CONF .
  
 
|}}
 
|}}

Revision as of 16:17, 23 November 2016

Description

contavect website  

Contavect is a python2.7 object oriented script, developed to quantify and characterize DNA contaminants from gene therapy vector production after NGS sequencing. This automated pipeline can however be used for wider purpose requiring to identify map NGS datasets consisting of a mix of DNA sequences on multiple references. It combine several features such as reference homologies masking, fastq filtering/adapter trimming, short read alignments, SAM file splitting and generating human readable output.

Required Modules

Serial

  • gcc/5.2.0
  • contavect

System Variables

  • HPC_{{#uppercase:contavect}}_DIR - installation directory

Additional Information

The sample config file can be copied from the $HPC_CONTAVECT_CONF

$ cp $HPC_CONTAVECT_CONF .