CloneSet329


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000stmt_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16182
Bio/PDB/PDBParser.py
26189
Bio/PDB/PDBParser.py
Clone Instance
1
Line Count
6
Source Line
182
Source File
Bio/PDB/PDBParser.py

                    current_residue_id = residue_id 
                    current_resname = resname 
                    try :
                        
                        structure_builder.init_residue(resname,hetero_flag,resseq,icode) 
                    except PDBConstructionException,message: 
                        self._handle_PDB_exception(message,global_line_counter) 


Clone Instance
2
Line Count
6
Source Line
189
Source File
Bio/PDB/PDBParser.py

                    current_residue_id = residue_id 
                    current_resname = resname 
                    try :
                        
                        structure_builder.init_residue(resname,hetero_flag,resseq,icode) 
                    except PDBConstructionException,message: 
                        self._handle_PDB_exception(message,global_line_counter) 
                # init atom


Clone AbstractionParameter Count: 0Parameter Bindings

current_residue_id = residue_id 
current_resname = resname 
try :
  structure_builder.init_residue(resname,hetero_flag,resseq,icode) 
except PDBConstructionException,message:
  self._handle_PDB_exception(message,global_line_counter) 
  # init atom
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None