Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 422 | Bio/AlignIO/__init__.py |
2 | 6 | 823 | Bio/SeqIO/__init__.py |
| ||||
#TODO - Add optimised versions of important conversions #For now just off load the work to SeqIO parse/write if isinstance(in_file,basestring): in_handle = open(in_file,"rU") in_close = True else: in_handle = in_file in_close = False #This will check the arguments and issue error messages, |
| ||||
#TODO - Add optimised versions of important conversions #For now just off load the work to SeqIO parse/write if isinstance(in_file,basestring): in_handle = open(in_file,"rU") in_close = True else: in_handle = in_file in_close = False #Don't open the output file until we've checked the input is OK? |
| |||
#TODO - Add optimised versions of important conversions #For now just off load the work to SeqIO parse/write if isinstance(in_file,basestring): in_handle = open(in_file,"rU") in_close = True else: in_handle = in_file in_close = False #This will check the arguments and issue error messages, #Don't open the output file until we've checked the input is OK? |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |