[Biopython-dev] Bio.SeqIO

Michiel de Hoon mdehoon at c2b2.columbia.edu
Sun Feb 25 11:52:18 UTC 2007


Peter wrote:
> SequenceIterator(handle, format)
> SequencesToDict(sequences, key_function=None)
> SequencesToAlignment(sequences, ...)
> WriteSequences(sequences, handle, format)
>
...
> Do you think the argument order is sensible for WriteSequences?
> 
Yes. For one thing, it is consistent with the pickle function dump:

pickle.dump(object, file, protocol=None).

--Michiel.





More information about the Biopython-dev mailing list