Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.996 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 43 | Bio/SeqIO/FastaIO.py |
2 | 11 | 1305 | Bio/SeqIO/QualityIO.py |
| ||||
if line[0]!=">": raise ValueError("Records in Fasta files should start with '>' character") if title2ids: id,name,descr = title2ids(line[1: ].rstrip( )) else: descr = line[1: ].rstrip( ) id = descr.split( )[0] name = id lines = [ ] line = handle.readline( ) |
| ||||
if line[0]!=">": raise ValueError("Records in Fasta files should start with '>' character") if title2ids: id,name,descr = title2ids(line[1: ].rstrip( )) else: descr = line[1: ].rstrip( ) id = descr.split( )[0] name = id qualities = [ ] line = handle.readline( ) |
| |||
if line[0]!=">": raise ValueError("Records in Fasta files should start with '>' character") if title2ids: id,name,descr = title2ids(line[1: ].rstrip( )) else: descr = line[1: ].rstrip( ) id = descr.split( )[0] name = id [[#variable6b26b600]]= [ ] line = handle.readline( ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6b26b600]] | qualities |
1 | 2 | [[#6b26b600]] | lines |