MELTING is a software to compute, for a nucleic acid duplex, the enthalpy and the entropy of the helix coil transition and then the melting temperature. Four types of hybridization are possible : DNA/DNA, RNA/RNA, RNA/DNA and mRNA/RNA.
Compute protein graphs. Moved to https://github.com/MolBIFFM/PTGLtools
NOTE: Project moved to https://github.com/MolBIFFM/PTGLtools.
The Visualization of Protein-Ligand Graphs (VPLG) software package computes and visualizes protein graphs. It works on the super-secondary structure level and uses the atom coordinates from PDB files and the SSE assignments of the DSSP algorithm.
VPLG is command line software. If you do not like typing commands, try our PTGL web server: http://ptgl.uni-frankfurt.de/
NGS compute distro proloaded with pipeline analysis software
Forked Ubuntu 14.04 minimal install with XOrg and FluxBox desktop environment for web-based pipeline construction and job submission.
HOWTO:
1) Set VM network settings to a bridged adapter type.
2) Load VM to client
3) From host:
$ ssh -X ubuntu@<foobar> 'firefox && butterfly.server.py --unsecure'
--- passwd = 616287xx
5) or ssh into host with X forwarding, and type runme
This will launch an X-session of Firefox on the client, which will then be forwarded to the host. The...