Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.997 | stmt_list[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 825 | Bio/GenBank/Scanner.py |
2 | 13 | 894 | Bio/GenBank/Scanner.py |
| ||||
name_and_length_str = line[GENBANK_INDENT:29] while name_and_length_str.find(" ")!= -1: name_and_length_str = name_and_length_str.replace(" "," ") name_and_length = name_and_length_str.split(" ") assert len(name_and_length)<=2,"""Cannot parse the name and length in the LOCUS line: """ +line assert len(name_and_length)!=1,"""Name and length collide in the LOCUS line: """ +line #Should be possible to split them based on position, if #a clear definition of the standard exists THAT AGREES with #existing files. consumer.locus(name_and_length[0]) consumer.size(name_and_length[1]) |
| ||||
name_and_length_str = line[GENBANK_INDENT:40] while name_and_length_str.find(" ")!= -1: name_and_length_str = name_and_length_str.replace(" "," ") name_and_length = name_and_length_str.split(" ") assert len(name_and_length)<=2,"""Cannot parse the name and length in the LOCUS line: """ +line assert len(name_and_length)!=1,"""Name and length collide in the LOCUS line: """ +line #Should be possible to split them based on position, if #a clear definition of the stand exists THAT AGREES with #existing files. consumer.locus(name_and_length[0]) consumer.size(name_and_length[1]) |
| |||
name_and_length_str = line[GENBANK_INDENT: [[#variable76228140]]] while name_and_length_str.find(" ")!= -1: name_and_length_str = name_and_length_str.replace(" "," ") name_and_length = name_and_length_str.split(" ") assert len(name_and_length)<=2,"""Cannot parse the name and length in the LOCUS line: """ +line assert len(name_and_length)!=1,"""Name and length collide in the LOCUS line: """ +line #Should be possible to split them based on position, if #a clear definition of the stand exists THAT AGREES with #a clear definition of the standard exists THAT AGREES with #existing files. consumer.locus(name_and_length[0]) consumer.size(name_and_length[1]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76228140]] | 40 |
1 | 2 | [[#76228140]] | 29 |