CloneSet133


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000stmt_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11245
Bio/AlignAce/Applications.py
21265
Bio/Motif/Applications/_AlignAce.py
Clone Instance
1
Line Count
12
Source Line
45
Source File
Bio/AlignAce/Applications.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) 


Clone Instance
2
Line Count
12
Source Line
65
Source File
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) 


Clone AbstractionParameter Count: 0Parameter Bindings

"""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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None