Menu

Tree [e47f0e] master /
 History

HTTPS access


File Date Author Commit
 example 2013-11-11 Edrisse Chermak Edrisse Chermak [d7a0f3] added trajectory example plus reference results
 reference 2014-05-06 Edrisse Chermak Edrisse Chermak [ce81af] right result
 scripts 2015-01-18 Edrisse Chermak Edrisse Chermak [e47f0e] Added white background instead of blue for more...
 INSTALL.txt 2013-11-10 Edrisse Chermak Edrisse Chermak [2a1b7e] sh instead of ./ because by default install.sh ...
 LICENSE.txt 2013-11-10 Edrisse Chermak Edrisse Chermak [c72d7d] added GNU GPL v2 License
 MDcons_manual.pdf 2015-01-12 Edrisse Chermak Edrisse Chermak [59e5ab] New compiled version of last tex
 MDcons_manual.tex 2015-01-12 Edrisse Chermak Edrisse Chermak [e64ce3] Updated with respect to new changes
 README.txt 2014-11-16 Edrisse Chermak Edrisse Chermak [63e573] Forgot a 'y' line
 addchainid.f 2015-01-13 Edrisse Chermak Edrisse Chermak [85fc71] Added clean end on pdb read loop
 consensus_table_and_scoring.irp.f 2015-01-12 Edrisse Chermak Edrisse Chermak [90fd7d] Added the npdb to ind.txt display conservation ...
 install.sh 2015-01-13 Edrisse Chermak Edrisse Chermak [922d60] Added handling of chain renaming not by script ...
 main.irp.f 2015-01-12 Edrisse Chermak Edrisse Chermak [219e4d] Added right reference of the BMC Bioinformatics...
 pdb_input.irp.f 2014-08-17 Edrisse Chermak Edrisse Chermak [d9bb95] Cleaned code and removed useless dummy variables

Read Me

================================================================
            ###  ### #####                           
            # #  # # #    # #### ##### ####  ####    
            # #  # # #    # #  # #   # #   # #       
            #  ##  # #    # #    #   # #   # ####    
            #      # #    # #  # #   # #   #    #    
            #      # #####  #### ##### #   # ####    
                                                                 
  S. Abdel-Azeim, E. Chermak, A. Vangone, R. Oliva & L. Cavallo, 
               BMC Supplement for BITS 2013
         
            KAUST -  University of Napoli "Parthenope"

website : https://www.molnac.unisa.it/BioTools/mdcons/index.php
================================================================
     
     ========  Informations ==========

MDcons allows to characterize the molecular dynamics of the interface
in Protein, RNA, DNA and ligand complexes. It is a complementary tool for the 
analysis of MD simulations of both experimental and predicted structures 
of Protein, RNA, DNA and ligand complexes.

MDcons consists of a collection of fortran code with python 
<http://www.python.org> and bash scripts. We have been running MDcons 
without problems on Linux and MacOSX systems. Note that MDcons is
not currently supported on Windows systems.

You can run MDcons either for a collection of single pdb files or 
a MD trajectory (e.g from GROMACS).
                        
     ========  How to run MDcons ==========

Just launch MDcons by typing after installation :

launch_mdcons.sh

Your input may be of two types :

     1) single trajectory pdb file without chain identifyer 
     2) set of snapshot pdb files with chain identifyer (in standard pdb format)

In case 1), you will be prompted to give the ATOM number where the second chain begins.
In case 2), you will be prompted to give the two chain names

        ====== Outputs generated =======

consensus_map.png       png picture of the consensus map which represents the 
                        frequency of inter-residue contacts for all the 
                        MD simulation

consensus_tableALL.txt  text file reporting a list of the inter-residue 
                        contacts with relative conservation rates during 
                        the MD simulations;

conservation_score.txt  text file with the C50, C70 and C90 coefficient, 
                        which represent the number of inter-residue contacts 
                        conserved for at least 50, 70 and 90% of the analyzed frames

        ======== Example =========

To run an example job:
- copy the scripts from scripts/ and the executable of mdcons to the example/ folder. 
- untar the trajectory example:

  tar -xvjf example_200Frames.tar.bz2
  launch_mdcons.sh 
  type "1"          
  type "y"          
  type "1373"       

  You should find the same results than the ones on the reference/ folder. 
  The 2nd chain of this protein-protein complex example starts from the
  residue number 88 located at the ATOM number 1373.
 
        ===== How to cite MDcons =====

S. Abdel-Azeim, E. Chermak, A. Vangone, R. Oliva & L. Cavallo, 
BMC Supplement for BITS 2013
                
        ======== Contact =========

oliva@uniparthenope.it, edrisse.chermak@kaust.edu.sa
            
        ======== Bugs =========

Please report any bug to : edrisse.chermak@kaust.edu.sa

        ======== FAQ =========
* Which type of input can MDcons handle ? 
 All files in standard pdb format, either Protein, DNA, RNA or Ligand. It is also compatible with GROMACS trajectories without chain identifyer.

* How can MDcons help me in my research ? 
 MDcons can provide additional informations to the RMSD evolution during the MD simulation, since it quantifies and provides a list and a map of the most conserved contacts occuring during the MD.

* How much time does it take to run Mdcons ? 
 MDcons runs 2000+ pdb files in less than 5 minutes on Intel Xeon processor with 4Gb of RAM machine. 

* Where can I get a version of MDcons, is MDcons free of charge ? 
 You can download it on SourceForge at:  \url{http://sourceforge.net/projects/mdcons/files/latest/download}. MDcons is under GPL license and free of charge. You can even have access to the source code, but if you modify it you have to publish it also under GPL.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.