Skip to content

Commit

Permalink
Fixed filename error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavkhade committed Jun 6, 2019
1 parent 61f773f commit 129c005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PACKMAN.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def cross(a, b):
PredictedHinges.append(SortedHingeResidues[HingeResiduesID.index(Hinge[0]):HingeResiduesID.index(Hinge[-1])+1])

#Print part
sys.stdout.write('Filename= '+str(filename[0])+'\t| AlphaValue= '+str(Alpha)+'\t| MinimumHingeLength= '+str(MinimumHingeLength)+'\t| EccentricityClusters= '+str(nclusters)+ '\n')
sys.stdout.write('Filename= '+str(filename)+'\t| AlphaValue= '+str(Alpha)+'\t| MinimumHingeLength= '+str(MinimumHingeLength)+'\t| EccentricityClusters= '+str(nclusters)+ '\n')
sys.stdout.write('Hindge Residues(Predicted):\n')
for numi,i in enumerate(PredictedHinges):
#sys.stdout.write('\nHinge #'+str(numi+1)+'\nResidues: '+','.join([j.get_name()+'-'+str(j.get_id()) for j in i])+'\n')
Expand Down

0 comments on commit 129c005

Please sign in to comment.