PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Public Pastes
Untitled
0 sec ago
Untitled
0 sec ago
Untitled
2 sec ago
Untitled
10 sec ago
Untitled
5 sec ago
Untitled
7 sec ago
Untitled
10 sec ago
Untitled
10 sec ago
JoaoRodrigues
By: a guest on Dec 8th, 2008 | syntax:
Python
| size: 0.14 KB | hits: 55 | expires: Never
download
|
raw
|
embed
|
report abuse
This paste has a previous version,
view the difference
.
Copied
#!/usr/bin/python
from
Bio
import
AlignIO
alignments = AlignIO.
read
(
open
(
'alignment2.needle'
)
,
"emboss"
)
print
alignments.
format
(
"fasta"
)
create a
new version
of this paste
RAW Paste Data
#!/usr/bin/python from Bio import AlignIO alignments = AlignIO.read(open('alignment2.needle'), "emboss") print alignments.format("fasta")