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 python3 | |
# Qt GUI application for encoding text in a Caesar cypher | |
# Form implementation generated from reading ui file 'cypherbox.ui' | |
# | |
# Created: Sun Aug 9 13:02:22 2015 | |
# by: PyQt5 UI code generator 5.2.1 | |
from PyQt5 import QtCore, QtGui, QtWidgets |
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 python3 | |
# Ricardo Avila | |
# Script for converting receptors to pdbqt using ODDT | |
import sys | |
import oddt | |
from oddt.docking.AutodockVina import write_vina_pdbqt | |
if len(sys.argv) != 4: |
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
# Ricardo Avila | |
# Script to use grid featurizer on the PDBbind dataset | |
import glob | |
import csv | |
import deepchem as dc | |
from deepchem.feat.rdkit_grid_featurizer import RdkitGridFeaturizer | |
receptors = glob.glob("./refined-set/*/*protein.pdb") | |
ligands = glob.glob("./refined-set/*/*ligand.sdf") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer