CloneSet369


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17169
Bio/Graphics/GenomeDiagram/_Feature.py
27177
Bio/Graphics/GenomeDiagram/_Feature.py
Clone Instance
1
Line Count
7
Source Line
169
Source File
Bio/Graphics/GenomeDiagram/_Feature.py

            start = self._feature.location.nofuzzy_start 
            end = self._feature.location.nofuzzy_end 
            #if start > end and self.strand == -1:
            #    start, end = end, start
            self.locations.append((start,end)) 
            bounds+=[start,end] 


Clone Instance
2
Line Count
7
Source Line
177
Source File
Bio/Graphics/GenomeDiagram/_Feature.py

                start = self._feature.location.nofuzzy_start 
                end = self._feature.location.nofuzzy_end 
                #if start > end and self.strand == -1:
                #    start, end = end, start
                self.locations.append((start,end)) 
                bounds+=[start,end] 


Clone AbstractionParameter Count: 0Parameter Bindings

  start = self._feature.location.nofuzzy_start 
  end = self._feature.location.nofuzzy_end 
  #if start > end and self.strand == -1:
  #    start, end = end, start
  self.locations.append((start,end)) 
  bounds+=[start,end] 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None