Skip to content

Instantly share code, notes, and snippets.

View shrikantcombio's full-sized avatar
💭
Happy coding...!!!

Shri Kant Kaushik shrikantcombio

💭
Happy coding...!!!
View GitHub Profile
@jrjhealey
jrjhealey / structfit.py
Created December 4, 2017 14:32
Connecting HHSuite to Chimera for visualitations of how similar 2 HMM PDBs are.
"""
This script pulls in homologs of proteins from PDB
as determined by HHSuite. It then employs pychimera and
UCSF Chimera to structurally match them and get an
indication of how well they score (RMSD) in order
to pick the best simulation.
"""
import os
import subprocess
import sys
@lennax
lennax / get_torsion.py
Last active December 6, 2024 07:42
Script to calculate side-chain torsion angles from PDB files
#!/usr/bin/env python
# Copyright (c) 2014 Lenna X. Peterson, all rights reserved
# [email protected]
import argparse
import csv
import glob
import logging
import math
import os
@fonnesbeck
fonnesbeck / GPTutorial.ipynb
Created April 10, 2012 16:46
An iPython notebook containing a short PyMC tutorial on Gaussian Processes. Requires PyMC and iPython (>=0.12) to be installed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.