Skip to content

Commit

Permalink
Updated DEPRECATED file to reflect final name of Bio.SeqIO.index() fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
peterjc committed Sep 29, 2009
1 parent 3972bd6 commit 69f1dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPRECATED
Expand Up @@ -113,7 +113,7 @@ Bio.Fasta index_file and Dictionary
===================================
Deprecated in Release 1.44, removed in Biopython 1.46. For small to medium
sized files, use Bio.SeqIO.to_dict() to make an in memory dictionary of
SeqRecord objects. Biopython 1.52 onwards provides Bio.SeqIO.indexed_dict()
SeqRecord objects. Biopython 1.52 onwards provides Bio.SeqIO.index()
which is suitable even for very large files.

Bio.Fasta (including Bio.Fasta.FastaAlign)
Expand Down

0 comments on commit 69f1dcc

Please sign in to comment.