Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 45 | Bio/AlignAce/Applications.py |
2 | 12 | 65 | Bio/Motif/Applications/_AlignAce.py |
| ||||
"""Create a commandline for the CompareAce program. XXX This could use more checking for valid paramters to the program. """ def __init__(self,cmd = "CompareACE", **kwargs): import os.path self.parameters = [_Argument(["motif1"],["input","file"],os.path.exists,1,"name of file containing motif 1"),_Argument(["motif2"],["input","file"],os.path.exists,1,"name of file containing motif 2"), ] AbstractCommandline.__init__(self,cmd, **kwargs) |
| ||||
"""Create a commandline for the CompareAce program. XXX This could use more checking for valid paramters to the program. """ def __init__(self,cmd = "CompareACE", **kwargs): import os.path self.parameters = [_Argument(["motif1"],["input","file"],os.path.exists,1,"name of file containing motif 1"),_Argument(["motif2"],["input","file"],os.path.exists,1,"name of file containing motif 2"), ] AbstractCommandline.__init__(self,cmd, **kwargs) |
| |||
"""Create a commandline for the CompareAce program. XXX This could use more checking for valid paramters to the program. """ def __init__(self,cmd = "CompareACE", **kwargs): import os.path self.parameters = [_Argument(["motif1"],["input","file"],os.path.exists,1,"name of file containing motif 1"),_Argument(["motif2"],["input","file"],os.path.exists,1,"name of file containing motif 2"), ] AbstractCommandline.__init__(self,cmd, **kwargs) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |