Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 6 | 0.973 | elif_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 190 | Bio/SwissProt/__init__.py |
2 | 8 | 201 | Bio/SwissProt/__init__.py |
| ||||
elif key=="RL": assert record.references,"RL: missing RN" reference = record.references[ -1] reference.location.append(value) # In UniProt release 1.12 of 6/21/04, there is a new RG # (Reference Group) line, which references a group instead of # an author. Each block must have at least 1 RA or RG line. elif key=="RA": assert record.references,"RA: missing RN" reference = record.references[ -1] reference.authors.append(value) |
| ||||
elif key=="RG": assert record.references,"RG: missing RN" reference = record.references[ -1] reference.authors.append(value) elif key=="RT": assert record.references,"RT: missing RN" reference = record.references[ -1] reference.title.append(value) |
| |||
elif key== [[#variable2d23f980]]: assert record.references, [[#variable2d23f940]] reference = record.references[ -1] reference. [[#variable2d23f900]].append(value) # In UniProt release 1.12 of 6/21/04, there is a new RG # (Reference Group) line, which references a group instead of # an author. Each block must have at least 1 RA or RG line. elif key== [[#variable2d23f820]]: assert record.references, [[#variable5ec61a20]] reference = record.references[ -1] reference. [[#variable2d23f8a0]].append(value) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d23f980]] | "RL" |
1 | 2 | [[#2d23f980]] | "RG" |
2 | 1 | [[#2d23f940]] | "RL: missing RN" |
2 | 2 | [[#2d23f940]] | "RG: missing RN" |
3 | 1 | [[#2d23f900]] | location |
3 | 2 | [[#2d23f900]] | authors |
4 | 1 | [[#2d23f820]] | "RA" |
4 | 2 | [[#2d23f820]] | "RT" |
5 | 1 | [[#5ec61a20]] | "RA: missing RN" |
5 | 2 | [[#5ec61a20]] | "RT: missing RN" |
6 | 1 | [[#2d23f8a0]] | authors |
6 | 2 | [[#2d23f8a0]] | title |