This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.