示例#1
0
    def attribute(self):
        if len(self.bins) == 0:
            # No values? Probably should raise an exception?
            return 0.0

        return compute_n50_from_bins(self.bins)
示例#2
0
 def attribute(self):
     return compute_n50_from_bins(self.bins)
示例#3
0
 def attribute(self):
     return compute_n50_from_bins(self.bins)