CloneSet375


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1418
Doc/examples/fasta_dictionary.py
2452
Doc/examples/fasta_dictionary.py
Clone Instance
1
Line Count
4
Source Line
18
Source File
Doc/examples/fasta_dictionary.py

for id_num in orchid_dict.keys( ):
                                 
    print "id number:",id_num 
    print "description:",orchid_dict[id_num].description 
    print "sequence:",orchid_dict[id_num].seq 

# The Old Way
# ===========
# This next bit of code still works fine. It uses Bio.Fasta instead,
# and builds an index as a set of files on disc in the sub-directory
# my_orchid_dict.idx
# Note that the alphabet is explicitly defined for the sequences.


Clone Instance
2
Line Count
4
Source Line
52
Source File
Doc/examples/fasta_dictionary.py

for id_num in orchid_dict.keys( ):
                                 
    print "id number:",id_num 
    print "description:",orchid_dict[id_num].description 
    print "sequence:",orchid_dict[id_num].seq 


Clone AbstractionParameter Count: 0Parameter Bindings

for id_num in orchid_dict.keys( ):
  print "id number:",id_num 
  print "description:",orchid_dict[id_num].description 
  print "sequence:",orchid_dict[id_num].seq 
  # The Old Way
  # ===========
  # This next bit of code still works fine. It uses Bio.Fasta instead,
  # and builds an index as a set of files on disc in the sub-directory
  # my_orchid_dict.idx
  # Note that the alphabet is explicitly defined for the sequences.
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None