Skip to content

Commit

Permalink
Modify pdb_rslice.py to NOT print PDB headers (haddocking#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng authored and JoaoRodrigues committed Jun 22, 2016
1 parent 43820d8 commit e8c2d9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pdb_rslice.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def _slice_pdb(fhandle, rslice):
if line.startswith(('ATOM', 'HETATM', 'TER')):
if st_slice <= int(line[22:26]) <= en_slice:
yield line
else:
yield line

if __name__ == '__main__':

Expand Down

0 comments on commit e8c2d9e

Please sign in to comment.