CloneSet436


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.975stmt_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14178
Bio/SeqIO/FastaIO.py
24189
Bio/SeqIO/FastaIO.py
Clone Instance
1
Line Count
4
Source Line
178
Source File
Bio/SeqIO/FastaIO.py

        print "--------" 
        print "FastaIterator (single sequence)" 
        iterator = FastaIterator(open(fna_filename,"r"),alphabet = generic_nucleotide,title2ids = genbank_name_function) 
        count = 0 


Clone Instance
2
Line Count
4
Source Line
189
Source File
Bio/SeqIO/FastaIO.py

        print "--------" 
        print "FastaIterator (multiple sequences)" 
        iterator = FastaIterator(open(faa_filename,"r"),alphabet = generic_protein,title2ids = genbank_name_function) 
        count = 0 


Clone AbstractionParameter Count: 3Parameter Bindings

print "--------" 
print [[#variable78a215a0]]
iterator = FastaIterator(open( [[#variable5e2c7820]],"r"),alphabet = [[#variable5e2c7800]],title2ids = genbank_name_function) 
count = 0 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#78a215a0]]
"FastaIterator (single sequence)" 
12[[#78a215a0]]
"FastaIterator (multiple sequences)" 
21[[#5e2c7820]]
fna_filename 
22[[#5e2c7820]]
faa_filename 
31[[#5e2c7800]]
generic_nucleotide 
32[[#5e2c7800]]
generic_protein