Skip to content

Commit

Permalink
[T-coffee] fixed Sara-coffee script
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Oct 22, 2013
1 parent c40c5b7 commit 244a4ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/extra/secondary_struc.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,6 @@ def ungap_seq(seq):
sec_file_out.close()

os.remove(pdb_file+"."+chain+'.pairs')
os.remove(pdb_file+"."+chain+'.ss')
if os.path.isfile(pdb_file+"."+chain+'.ss'):
os.remove(pdb_file+"."+chain+'.ss')

0 comments on commit 244a4ce

Please sign in to comment.