Skip to content
Permalink
5ab4ed8e4a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (6 sloc) 208 Bytes
from util import *
import sys
direct = sys.argv[1]
pdb_files = [ direct + f for f in listdir(direct) if f.endswith('.pdb')]
outf = find_medoid_structure(pdb_files)
print("medoid experimental file = " + outf)