QDD
for LINUX and Windows

This page is not updated any more.
The new web page of QDD is at
net.imbe.fr/~emeglecz/qdd

Version 2.1 (28 June 2011)


Emese Meglécz1 and Jean-François Martin2
1Aix-Marseille Université, CNRS, IRD, UMR 7263 – IIMBE, Equipe EGE Case 36, 3 Place Victor Hugo, 13331 Marseille Cedex 3, France
2Montpellier SupAgro, INRA, CIRAD, IRD, Centre de Biologie et de Gestion des Populations, Campus International de Baillarguet, CS30016, 34988 Montferrier-sur-Lez, France

emese.meglecz(at)imbe.fr

 http://www.univ-provence.fr/gsite/Local/egee/dir/meglecz/QDD.html

The original QDD (QDD1 hereafter) has been updated.
QDD2_beta is available in command line version both for Linux and Windows.
The GUI interface for windows is in preparation.
We strongly suggest that you use QDD2_beta. If you really insist on using QDD1, BEWARE, some of the target microsatellites might be redundant between the perfect and the compound microsatellite tables.

 

Reference:

Meglécz, E., Costedoat, C., Dubut, V., Gilles, A., Malausa, T., Pech, N., Martin, J.F. 2010. QDD: a user-friendly program to select microsatellite markers and design primers from large sequencing projects. Bioinformatics 2010; Vol. 26,3 : 403-404; doi: 10.1093/bioinformatics/btp670.  LINK

  

Overview:

Large scale sequencing has become affordable; therefore it is likely to replace rapidly microsatellite isolation involving cloning. Apart from cost- and labour-efficiency, access to a large number of sequences has two great advantages:
  1. Microsatellite selection can be more stringent. Using only microsatellites that are not compound or interrupted, thus likely to follow a simple mutation model, provide markers that are more easily interpretable.
  2. Microsatellite amplification by PCR can be seriously affected by microsatellite and mobile element associations. The detection of large sequence clusters can suggest the presence of mobile elements, and thus eliminating microsatellites that are found in these clusters can increase the proportion of working primers compared to the total number of primers tested.
The original version of QDD (QDD1) aimed to select markers that are the most likely to give a clearly interpretable pattern. However, in the meantime NGS sequencing arrived to its adolescence, and allowed scientist to work at a genomic level even for non-model organism. The use of 50+ microsatellites markers for a species became a reality, and now, researchers need the most and not only the best out of their NGS data. QDD2 intends to follow this trend and provide primers with less stringent design, but still giving information on the condition of the primer design.

QDD treats all bioinformatics steps from raw sequences until obtaining PCR primers: sorting sequences by tag, removing adapters/vectors, detection of microsatellites, detection of redundancy/possible mobile element association, selection of sequences with target microsatellites and primer design.
A user-friendly windows interface i-QDD2 is under development. The current version can be run both under Linux and Windows in an easy to use command line option.


QDD1 can be run both under Linux and Windows in an a easy to use command line option, the windows version is supported by a Graphical User Interface called iQDD, designed and programmed by Frédéric Calendini.
 

Changes between QDD1 and QDD2:

  • The minimum number of repetitions to define a microsatellite cannot be specified.  All microsatellites with at least 5 repetitions of 2-6 basepair motifs are considered as target microsatellites. All 2-6 bp motifs with 3-4 repetitions are considered as nanosatellites. Homopolymers are detected from 5 repetitions.

  • The output files of the pipe2 (detection and elimination of redundant sequences) are more informative than in QDD1: One file is produced per sequence type: consensus (xxx_consensus.fas), unique (xxx_unique.fas), multihit (xxx_multihit_css.fas; Cryptically Simple Sequences, possibly minisatellites), nohit (xxx_nohit_css.fas; Cryptically Simple Sequences), grouped (xxx_gr.fas; flanking regions similar to other loci but similarity is under the user defined threshold)) + one file with similar sequences aligned and their consensus (xxx_cons_subs.fas).

  • Pure micro- and nanosatellites are pooled into a compound microsatellite if the distance between them is equal or less than the longest of the two motifs. Homopolymers are never pooled with micro- or nanosatellites.

  • For reads that have more than one target microsatellites, all possible combinations of the target microsatellites are defined as target region. Therefore, QDD2 allows the design for one single target microsatellite or for more then one microsatellite in the target region.

  • For each target microsatellite (at least 5 uninterrupted repetitions) primer are designed with 7 different designs (see details in documentation).

  • On top of the information already given by QDD1, the primer table also contains

  •     Column marking polymorph target microsatellites (in consensus sequences)

  •     Column with the design type (A-G)

  •     Column with the best (lowest penalty for the best design type available) primer pair for each target region

  •     Column with the best (lowest penalty for the best design type available) primer pair for each sequence

  • A pipe4 using bioperl is available to BLAST sequences with primer against GenBank (nt). The primer table is completed with information on the best hit to Genbank (if any) and the lineage of the organism of the hit (the subject sequence). This step is not sufficient for genomic comparisons, but users can spot out a contamination. DO NOT run pipe4 abusively since it can overcharge NCBI BLAST services. A good internet connection is necessary for this step.

  •  Each pipeX.pl produces a log file with all input parameters and summary statistics on the results.  

  

Installation:

QDD is written in Perl and can be run as a standalone application on Windows or Linux systems.
For both versions the following freely available programs should be installed in order to be able to run QDD:
ActivePerl (http://www.activestate.com/activeperl/)
BLAST (ftp://ftp.ncbi.nih.gov/blast/executables/)
Use BLAST programs for QDD1 and BLAST+ for QDD2
ClustalW (Higgins et al., 1991, Larkin et al. 2007; ftp://ftp.ebi.ac.uk/pub/software/clustalw2/)
Primer3 (Rozen, 2000; http://primer3.sourceforge.net/) Use version 1 (Primer3-1.1.4 for example)

QDD1 users only :
For Windows users, the above three programs can be downloaded directly from  :
http://www1.montpellier.inra.fr/CBGP/NGS/Files/softwares/blast-2.2.18-ia32-win32.exe
http://www1.montpellier.inra.fr/CBGP/NGS/Files/softwares/clustalw-2.0.12-win.msi
http://www1.montpellier.inra.fr/CBGP/NGS/Files/softwares/primer3-1.1.4-WINXP.zip
Our program has been tested thoroughly with these versions.

QDD2 users :
Install Bioperl ( http://www.bioperl.org/ )
It is only necessary for the last step of BLASTing sequences to Benank (pipe4)
Help for windows installation http://www.bioperl.org/wiki/Installing_Bioperl_on_Windows )

For the command line installation of QDD see the documentation.

The installation of the Windows version (iQDD) is straightforward but requires that the Microsoft® .NET 3.5 Framework is installed on your computer. This is usually the case when Windows updates are done regularly but it may be absent from older systems. The .NET framework 3.5 package is available for free here and should be installed prior to iQDD installation.

When first launched, iQDD will ask you to enter the full path of the external applications used (Clustalw2, Blast and primer3) on your hard drive.

  
 

 

Higgins DG, Bleasby AJ, Fuchs R (1991) CLUSTAL V: improved software for multiple sequence alignment. Cabios, 8, 189-191.

Larkin,M.A., Blackshields,G., Brown,N.P., Chenna,R., McGettigan,P.A., McWilliam H., Valentin,F., Wallace,I.M., Wilm,A., Lopez,R., Thompson,J.D., Gibson,T.J. and Higgins,D.G. (2007) ClustalW and ClustalX version 2. Bioinformatics 23(21) 2947-2948.

Rozen,S. and Skaletsky,H. (2000) Primer3 on the WWW for general users and for biologist programmers. Methods Mol. Biol., 132, 365–386.


 

Quick start guide:

The use of the command-line version is both available for LINUX and Windows operating systems and is fully detailed in the manual found here.

The Graphical user interface is available for Windows and we detail here the first critical steps to get started with QDD with this solution in mind.
After installation, which should be straigthforward, the user needs to define the paths for external applications such as Clustalw2, Blast and Primer3. Those external applications should already be installed on your system and are freely available (see installation section for URLs).

When first running the iQDD Graphical Interface (Launch iQDD from the Start menu), the application will open the « Options » window (you can access this dialog later by going to the « Options » menu and select « Preferences »). This window will allow you to define the paths for external applications through a folder browser (see screenshot below).



Note: The executables for Blast and Primer are found in their « bin » folders, while the executable for Clustalw2 is directly located at the root of its installation folder.


The second step is to define the analysis options. It is done by selecting the corresponding button on the main window. The « Analysis settings » window opens and you can redefine the parameters that best fit your needs. The only obligatory field is the path to the data (see screenshot below).


Once the settings are defined, the « Launch Analysis » button is made available and you can run the three steps (searching motifs, checking similarity and redundancy, and primer design). These steps can be run altogether or independently. At the end of the analysis you are proposed to check the results. If you run the whole process, the results (perfect motifs and compound motifs, if selected) are found in the folder yourdataname_pipe3.

Download QDD1:

 
Windows
Linux
 
TAR QDD_windows (+ iQDD GUI for QDD) (587 ko) TAR QDD_Linux (2.46 Mo)
PDF Documentation (2271 ko) PDF Documentation (2271 ko)
TAR Sample file for Windows (1167 ko) TAR Sample file for Linux (1209 ko)

Download QDD2:

Windows and Linux (Command line only)
QDD2QDD 2.2 Beta
QDD2QDD 2.1 Beta
pdf Documentation QDD2
tar Sample files


External ressources:

The compression format used for packaging the Windows version was the RAR file format, most commonly used on DOS/Windows machines.
  • WinRAR is a popular software package used for making RAR and ZIP files.
  • Several packages can unpack (but not pack/create) RAR and ZIP files, including PowerArchiver.


Disclaimer: The software on this page is free to download and use, and thus comes with no warranty of any kind. While it hasn't caused us any problem, the current version of QDD2 is still considered as a beta version and you are responsible for any damages or loss of data you may sustain while using this software.

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Correspondence, comments and bug reports about this program should be addressed to Emese Meglécz



BACK TO TOP

Back to Emese Meglécz's MAIN PAGE

Last updated at 16 July 2013