Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 4 | 0.954 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1281 | Bio/Blast/NCBIStandalone.py |
2 | 4 | 1304 | Bio/Blast/NCBIStandalone.py |
3 | 5 | 1337 | Bio/Blast/NCBIStandalone.py |
| ||||
def num_seqs_better_e(self,line): self._params.num_seqs_better_e, = _get_cols(line,( -1, ),ncols = 7,expected = {2:"sequences"}) self._params.num_seqs_better_e = _safe_int(self._params.num_seqs_better_e) |
| ||||
def hsps_gapped(self,line): self._params.hsps_gapped, = _get_cols(line,( -1, ),ncols = 6,expected = {3:"gapped"}) self._params.hsps_gapped = _safe_int(self._params.hsps_gapped) |
| ||||
def effective_search_space(self,line): self._params.effective_search_space, = _get_cols(line,( -1, ),ncols = 4,expected = {1:"search"}) self._params.effective_search_space = _safe_int(self._params.effective_search_space) |
| |||
def [[#variable780b9340]](self,line): self._params. [[#variable780b9340]], = _get_cols(line,( -1, ),ncols = [[#variable6083ea40]],expected = { [[#variable762832c0]]: [[#variable19c2e320]]}) self._params. [[#variable780b9340]]= _safe_int(self._params. [[#variable780b9340]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#780b9340]] | effective_search_space |
1 | 2 | [[#780b9340]] | hsps_gapped |
1 | 3 | [[#780b9340]] | num_seqs_better_e |
2 | 1 | [[#6083ea40]] | 4 |
2 | 2 | [[#6083ea40]] | 6 |
2 | 3 | [[#6083ea40]] | 7 |
3 | 1 | [[#762832c0]] | 1 |
3 | 2 | [[#762832c0]] | 3 |
3 | 3 | [[#762832c0]] | 2 |
4 | 1 | [[#19c2e320]] | "search" |
4 | 2 | [[#19c2e320]] | "gapped" |
4 | 3 | [[#19c2e320]] | "sequences" |