Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 7 | 5 | 0.952 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 356 | Bio/GenBank/Record.py |
2 | 9 | 389 | Bio/GenBank/Record.py |
3 | 8 | 547 | Bio/GenBank/Record.py |
4 | 8 | 556 | Bio/GenBank/Record.py |
5 | 8 | 565 | Bio/GenBank/Record.py |
6 | 8 | 574 | Bio/GenBank/Record.py |
7 | 8 | 601 | Bio/GenBank/Record.py |
| ||||
"""Output for the SEGMENT line. """ output = "" if self.segment: output+=Record.BASE_FORMAT%"SEGMENT" output+=_wrapped_genbank(self.segment,Record.GB_BASE_INDENT) return output |
| ||||
"""Output for the COMMENT lines. """ output = "" if self.comment: output+=Record.BASE_FORMAT%"COMMENT" output+=_indent_genbank(self.comment,Record.GB_BASE_INDENT) return output |
| ||||
"""Output for AUTHORS information. """ output = "" if self.authors: output+=Record.INTERNAL_FORMAT%"AUTHORS" output+=_wrapped_genbank(self.authors,Record.GB_BASE_INDENT) return output |
| ||||
"""Output for CONSRTM information. """ output = "" if self.consrtm: output+=Record.INTERNAL_FORMAT%"CONSRTM" output+=_wrapped_genbank(self.consrtm,Record.GB_BASE_INDENT) return output |
| ||||
"""Output for TITLE information. """ output = "" if self.title: output+=Record.INTERNAL_FORMAT%"TITLE" output+=_wrapped_genbank(self.title,Record.GB_BASE_INDENT) return output |
| ||||
"""Output for JOURNAL information. """ output = "" if self.journal: output+=Record.INTERNAL_FORMAT%"JOURNAL" output+=_wrapped_genbank(self.journal,Record.GB_BASE_INDENT) return output |
| ||||
"""Output for REMARK information. """ output = "" if self.remark: output+=Record.INTERNAL_FORMAT%"REMARK" output+=_wrapped_genbank(self.remark,Record.GB_BASE_INDENT) return output |
| |||
[[#variable60803740]] output = "" if self. [[#variable60803700]]: output+=Record. [[#variable608036c0]]% [[#variable1a6dd3e0]] output+= [[#variable60803660]](self. [[#variable60803700]],Record.GB_BASE_INDENT) return output |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60803740]] | """Output for the SEGMENT line. """ |
1 | 2 | [[#60803740]] | """Output for the COMMENT lines. """ |
1 | 3 | [[#60803740]] | """Output for AUTHORS information. """ |
1 | 4 | [[#60803740]] | """Output for CONSRTM information. """ |
1 | 5 | [[#60803740]] | """Output for TITLE information. """ |
1 | 6 | [[#60803740]] | """Output for JOURNAL information. """ |
1 | 7 | [[#60803740]] | """Output for REMARK information. """ |
2 | 1 | [[#60803700]] | segment |
2 | 2 | [[#60803700]] | comment |
2 | 3 | [[#60803700]] | authors |
2 | 4 | [[#60803700]] | consrtm |
2 | 5 | [[#60803700]] | title |
2 | 6 | [[#60803700]] | journal |
2 | 7 | [[#60803700]] | remark |
3 | 1 | [[#608036c0]] | BASE_FORMAT |
3 | 2 | [[#608036c0]] | BASE_FORMAT |
3 | 3 | [[#608036c0]] | INTERNAL_FORMAT |
3 | 4 | [[#608036c0]] | INTERNAL_FORMAT |
3 | 5 | [[#608036c0]] | INTERNAL_FORMAT |
3 | 6 | [[#608036c0]] | INTERNAL_FORMAT |
3 | 7 | [[#608036c0]] | INTERNAL_FORMAT |
4 | 1 | [[#1a6dd3e0]] | "SEGMENT" |
4 | 2 | [[#1a6dd3e0]] | "COMMENT" |
4 | 3 | [[#1a6dd3e0]] | "AUTHORS" |
4 | 4 | [[#1a6dd3e0]] | "CONSRTM" |
4 | 5 | [[#1a6dd3e0]] | "TITLE" |
4 | 6 | [[#1a6dd3e0]] | "JOURNAL" |
4 | 7 | [[#1a6dd3e0]] | "REMARK" |
5 | 1 | [[#60803660]] | _wrapped_genbank |
5 | 2 | [[#60803660]] | _indent_genbank |
5 | 3 | [[#60803660]] | _wrapped_genbank |
5 | 4 | [[#60803660]] | _wrapped_genbank |
5 | 5 | [[#60803660]] | _wrapped_genbank |
5 | 6 | [[#60803660]] | _wrapped_genbank |
5 | 7 | [[#60803660]] | _wrapped_genbank |