File size: 142 Bytes
b140e2c
 
 
 
 
 
 
1
2
3
4
5
6
7
TMPDIR = "tmp/"

class PreprocessError(Exception):
	pass

from .process import process_pdb, mutate_seq
from .model import FoldX, get_PDB