CloneSet252


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.982stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16143
Bio/AlignIO/FastaIO.py
26170
Bio/AlignIO/FastaIO.py
Clone Instance
1
Line Count
6
Source Line
143
Source File
Bio/AlignIO/FastaIO.py

        assert self._query_descr.startswith(line[1: ].split(None,1)[0]) 

        #Handle the following "query alignment" tagged data
        line = handle.readline( ) 
        line = self._parse_tag_section(line,query_annotation) 
        assert not line[0:2]=="; " 


Clone Instance
2
Line Count
6
Source Line
170
Source File
Bio/AlignIO/FastaIO.py

        assert match_descr.startswith(line[1: ].split(None,1)[0]) 

        #Tagged data,
        line = handle.readline( ) 
        line = self._parse_tag_section(line,match_annotation) 
        assert not line[0:2]=="; " 


Clone AbstractionParameter Count: 2Parameter Bindings

assert [[#variable1740b6c0]].startswith(line[1: ].split(None,1)[0]) 
#Handle the following "query alignment" tagged data
#Tagged data,
line = handle.readline( ) 
line = self._parse_tag_section(line, [[#variable1740afe0]]) 
assert not line[0:2]=="; " 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1740b6c0]]
self._query_descr 
12[[#1740b6c0]]
match_descr 
21[[#1740afe0]]
query_annotation 
22[[#1740afe0]]
match_annotation