Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 5 | 0.956 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1309 | Bio/Blast/NCBIStandalone.py |
2 | 4 | 1314 | Bio/Blast/NCBIStandalone.py |
3 | 5 | 1331 | Bio/Blast/NCBIStandalone.py |
| ||||
def query_length(self,line): self._params.query_length, = _get_cols(line.lower( ),( -1, ),ncols = 4,expected = {0:"length",2:"query:"}) self._params.query_length = _safe_int(self._params.query_length) |
| ||||
def database_length(self,line): self._params.database_length, = _get_cols(line.lower( ),( -1, ),ncols = 4,expected = {0:"length",2:"database:"}) self._params.database_length = _safe_int(self._params.database_length) |
| ||||
def effective_database_length(self,line): self._params.effective_database_length, = _get_cols(line.lower( ),( -1, ),ncols = 5,expected = {1:"length",3:"database:"}) self._params.effective_database_length = _safe_int(self._params.effective_database_length) |
| |||
def [[#variable1705c720]](self,line): self._params. [[#variable1705c720]], = _get_cols(line.lower( ),( -1, ),ncols = [[#variable1705c6a0]],expected = { [[#variable1705c640]]:"length", [[#variable1705c5c0]]: [[#variable1705c520]]}) self._params. [[#variable1705c720]]= _safe_int(self._params. [[#variable1705c720]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1705c720]] | effective_database_length |
1 | 2 | [[#1705c720]] | database_length |
1 | 3 | [[#1705c720]] | query_length |
2 | 1 | [[#1705c6a0]] | 5 |
2 | 2 | [[#1705c6a0]] | 4 |
2 | 3 | [[#1705c6a0]] | 4 |
3 | 1 | [[#1705c640]] | 1 |
3 | 2 | [[#1705c640]] | 0 |
3 | 3 | [[#1705c640]] | 0 |
4 | 1 | [[#1705c5c0]] | 3 |
4 | 2 | [[#1705c5c0]] | 2 |
4 | 3 | [[#1705c5c0]] | 2 |
5 | 1 | [[#1705c520]] | "database:" |
5 | 2 | [[#1705c520]] | "database:" |
5 | 3 | [[#1705c520]] | "query:" |