Difference between revisions of "QDD"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BioinformaticsCategory:Genomics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|qdd}} |{{#vardefine:url|http://net.imbe.fr/~emeglecz/q...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
+
[[Category:Software]][[Category:Biology]][[Category:Genomics]][[Category:NGS]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|qdd}}
 
|{{#vardefine:app|qdd}}
Line 31: Line 31:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_CFG - sample configuration file directory. Copy the '<code>set_qdd_default.ini</code>' sample configuration file to your working directory and adjust as needed.
+
* HPC_{{uc:{{#var:app}}}}_CFG - sample configuration file directory. Copy the '<code>set_qdd_default.ini</code>' sample configuration file to your working directory and adjust as needed.
* HPC_{{#uppercase:{{#var:app}}}}_EXE - sample and reference data directory
+
* HPC_{{uc:{{#var:app}}}}_EXE - sample and reference data directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 20:08, 21 August 2022

Description

qdd website  

QDD3 aims to improve primer design in the following ways

The current length of Illumina sequencing (100-250 bp) is still slightly short for microsatellite marker development. However, sequencing of hundreds of Gbases of DNA has become affordable and thus – at least for not too big and repetitive genomes - sequences can be assembled into contigs. QDD3 does NOT do de novo assembly, but can take contigs (scaffolds/chormosomes) as an input, and extracts microsatellites with their flanking regions for primer design.

Although the all-against-all comparison of the sequences in QDD versions 1 and 2 could pinpoint some of the putative interspersed or tandem repetitive regions, now a comparison to known repetitive elements via RepeatMasker is also available for the linux comand line version or in the virtual machine.

In previous versions an automatic selection of the 'best' primer-pair was based arbitrary on the penalty score of the primer pairs calculated by Primer3. However based on our wet lab results, this is not a good indicator of PCR success. The new choice of one primer pair per locus now depends on our wet lab tests, and provides more meaningful selection.

Multi-threading for BLAST and RepeatMasker is possible.

Fastq files can also be used as input file (the default option is the fasta format).

Environment Modules

Run module spider qdd to find out what environment modules are available for this application.

System Variables

  • HPC_QDD_DIR - installation directory
  • HPC_QDD_CFG - sample configuration file directory. Copy the 'set_qdd_default.ini' sample configuration file to your working directory and adjust as needed.
  • HPC_QDD_EXE - sample and reference data directory