Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138757 Details for
Bug 202602
>=sci-biology/biopython-1.43 require a patch to Bio.SeqUtils
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
biopython 1.43 Bio.SeqUtils patch
biopython-1.43-sequtils-complement.patch (text/plain), 584 bytes, created by
JTRiley
on 2007-12-17 18:31:20 UTC
(
hide
)
Description:
biopython 1.43 Bio.SeqUtils patch
Filename:
MIME Type:
Creator:
JTRiley
Created:
2007-12-17 18:31:20 UTC
Size:
584 bytes
patch
obsolete
>--- biopython-1.43/Bio/SeqUtils/__init__.py.old 2007-12-17 13:21:43.000000000 -0500 >+++ biopython-1.43/Bio/SeqUtils/__init__.py 2007-12-17 13:22:31.000000000 -0500 >@@ -272,6 +272,11 @@ > " just an alias for six_frame_translations " > return six_frame_translations(seq, genetic_code) > >+def complement(seq): >+ " returns the complementary sequence (NOT antiparallel) " >+ return ''.join([IUPACData.ambiguous_dna_complement[x] for x in seq]) >+ >+ > def six_frame_translations(seq, genetic_code = 1): > """ > nice looking 6 frame translation with GC content - code from xbbtools
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202602
:
138748
|
138754
| 138757