Skip to main content

WeNMR suite for Structural Biology

EOSC-hub (European Open Science Cloud - hub) brings together multiple service providers to create the Hub: a single contact point for European researchers and innovators to discover, access, use and reuse a broad spectrum of resources for advanced data-driven research.
For researchers, this will mean a broader access to services supporting their scientific discovery and collaboration across disciplinary and geographical boundaries.
The project mobilises providers from the EGI Federation, EUDAT CDI, INDIGO-DataCloud and other major European research infrastructures to deliver a common catalogue of research data, services and software for research. 
EOSC-hub collaborates closely with GÉANT and the EOSCpilot and OpenAIRE-Advance projects to deliver a consistent service offer for research communities across Europe.
EOSC-hub is funded by the European Union’s Horizon 2020 research and innovation programme under grant agreement 777536. The generous EU funding received by the project is complemented with a contribution from the EGI Foundation and its participants, and in-kind contributions made available by service providers of the EGI Federation.

All the services are accessible @ https://www.eosc-hub.eu/catalogue

WeNMR is now part of the thematic services implemented in the EOSC-Hub project.

WeNMR suite for Structural Biology

A suite of computational tools for structural biology
The WeNMR suite of computational tools is composed of eight individual platforms:
  • DISVIS, to visualise and quantify the accessible interaction space in macromolecular complexes
  • POWERFIT, for rigid body fitting of atomic structures into cryo-EM density maps
  • HADDOCK, to model complexes of proteins and other biomolecules
  • GROMACS, to simulate the Newtonian equations of motion for systems with hundreds to millions of particles
  • AMPS-NMR, a web portal for Nuclear Magnetic Resonance (NMR) structures
  • CS-ROSETTA, to model the 3D structure of proteins
  • FANTEN, for multiple alignment of nucleic acid and protein sequences
  • SPOTON, to identify and classify interfacial residues as Hot-Spots (HS) in protein-protein complexes
  • 3D-DART, a DNA structure modelling server
  • ARIA, a web portal for automated NOE assignment and NMR structure calculations
  • FANDAS, a tool to predict peaks for multidimensional NMR experiments on proteins
  • MAXOCC, a method for making rigorous numerical assessments about the maximum percent of time that a conformer of a flexible macromolecule can exist and still be compatible with the experimental data
  • MetalPDB, a database that collects and allows easy access to the knowledge on metal sites in biological macromolecules, starting from the structural information contained in the Protein Data Bank (PDB)
  • SEDNMR, web tool for simple calculation of the relevant parameters for the success of the sedimentation NMR experiments, either in a rotor or with ultracentrifugal devices
  • XPLOR-NIH, a generalized software for biomolecular structure determination from experimental NMR data combined with geometric data

Comments

Most Viewed Post

How to keep chain ID / IDs in GROMACS?

In GROMACS , while converting pdb file (monomer or multimer) into .gro file, it do not preserve the chain ID information. Due to the lack of chain ID information, pdb file retrieved from .gro file at any stage of the simulation has missing chain IDs and pdb file can not be visualized properly in PYMOL / RASMOL . There are two ways to convert .gro file into .pdb Lets say your protein name is xyz.pdb 1] gmx editconf -f xyz.gro -o xyz.pdb 2] gmx trjconv -f  xyz.gro -o xyz.pdb -s xyz.tpr Only ' trjconv ' will retrieve the chain ID information for all the chains. and not ' editconf '. If you have monomer protein and wish to assign any chain ID then following command will be of your interest: gmx editconf -f xyz.gro -o xyz.pdb -label [ chain-ID ]

GNUPLOT: How to draw trend line?

How to draw trend line in the GNUPLOT? If you like to plot graphs in gnuplot and dont know how to plot trendline then here you are. Follow the steps mentioned below... 1. You should have a files with X and Y values 2. Open GNUPLOT (Operating system dosen't change anything here. It works on all systems) 3. Type the command in the gnuplot terminal Lets say I have a file for eg. '1.txt' p '1.txt' u 1:2 w d title '', '1.txt' u 1:2 smooth acsplines title '1.txt' OR p '1.txt' u 1:2 w d title '', '1.txt' u 1:2 smooth bezier title '1.txt' It will plot as below...

Python : Turtle tree

Turtle module can be used to draw some very nice patterns in Python. Following are some examples with code. ==================== import turtle import random t = turtle.Turtle( shape = "circle" ) t.lt( 90 ) lv = 14 l = 120 s = 30 t.color( 'indigo' ) t.width(lv) t.penup() t.bk(l) t.pendown() t.fd(l) def draw_tree ( l , level ): width = t.width() # save the current pen width t.width(width * 3.0 / 4.0 ) # narrow the pen width l = 3.0 / 4.0 * l #t.color(R,G,B) #provide the RGB numbers t.color(random.random(), random.random(), random.random()) t.lt(s) t.fd(l) if level < lv: draw_tree(l, level + 1 ) t.color(random.random(), random.random(), random.random()) t.bk(l) t.rt( 2 * s) t.fd(l) if level < lv: draw_tree(l, level + 1 ) t.color(random.random(), random.random(), random.random()) t.bk(l) t.lt(s) t.width(width) # restore the previous pen width t.speed( "fastest" ) draw_tree(l, 5 ) turtle.done() ===========

MD convert (xtc to dcd)

CATDCD program can be used to convert one file format to another file format. For example: How to convert trajectory output of GROMACS .xtc format into NAMD .dcd format ==== /path/to/catdcd -o /path/to/save/file/abc.dcd -xtc /input/path/to/save/file/abc.xtc ==== How to install CATDCD? Follow the link-   https://www.ks.uiuc.edu/Development/MDTools/catdcd/ Download the catdcd-X.Xx.tar.gz Extract all files from the tar. Locate the catdcd file. It should be in directory :  catdcd-4.0b/LINUXAMD64/bin/catdcd4.0/ Source the catdcd in your bashrc: export PATH="/path/to/catdcd/directory/:$PATH"

USA COVID Tracking state-level COVID-19 case testing data

 

Science News

Enter your email address:

PhD Vacancy Bioinformatics

PhD Vacancy Chemoinformatics