[Biopython-dev] Merging Bio.SeqIO SFF support?
Kevin Jacobs <jacobs@bioinformed.com>
bioinformed at gmail.com
Tue Mar 2 12:29:38 UTC 2010
On Tue, Mar 2, 2010 at 7:02 AM, Peter <biopython at maubp.freeserve.co.uk>wrote:
> On Tue, Mar 2, 2010 at 10:08 AM, Peter wrote:
> > On Mon, Mar 1, 2010 at 11:22 PM, Kevin Jacobs wrote:
> >> The only glitch so far is that the indexed access mode yields sequences
> >> with no alphabet assigned. The solution is to add the following to the
> >> beginning of SffDict.__init__:
> >> if alphabet is None:
> >> alphabet = Alphabet.generic_dna
> >
> > Thanks - I'll look at that.
>
> Yes, that looks sensible - change commited. Would you like to be credited
> in our NEWS and CONTRIB file for this little bug fix?
>
>
I'm happy to contribute and be listed in the credits.
Thanks,
-Kevin
More information about the Biopython-dev
mailing list