<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000">Dear Ismail,<br>
<br>
I am not sure if I fully understand your question, but are you maybe 
looking at something like this:<br>
 for record in SeqIO.parse(fastafile, "fasta"):<br>
        (header, seq) = record.id, record.seq<br>
        kogrecord[(seq)] = header<br>
?<br>
<br>
Kind regards<br>
<br>
Philipp<br>
<blockquote style="border: 0px none;" 
cite="mid:CAGsETTTABPBpY+JjqXvxY4h=hnzu=o-n-BTCQkfao5hzdX3qbQ@mail.gmail.com"
 type="cite">
  <div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div 
style="display:table;width:100%;border-top:1px solid 
#EDEEF0;padding-top:5px">         <div 
style="display:table-cell;vertical-align:middle;padding-right:6px;"><img
 photoaddress="ismail.sameeuddin@gmail.com" photoname="Ismail Uddin" 
src="cid:part1.04060002.00050401@googlemail.com" 
name="compose-unknown-contact.jpg" height="25px" width="25px"></div>   <div
 
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
           <a moz-do-not-send="true" href="mailto:ismail.sameeuddin@gmail.com" 
style="color:#737F92 
!important;padding-right:6px;font-weight:bold;text-decoration:none 
!important;">Ismail Uddin</a></div>   <div 
style="display:table-cell;white-space:nowrap;vertical-align:middle;">   
  <font color="#9FA2A5"><span style="padding-left:6px">29 June 2014 
12:43</span></font></div></div></div>
  <div style="color:#888888;margin-left:24px;margin-right:24px;" 
__pbrmquotes="true" class="__pbConvBody"><div dir="ltr"><div 
style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(51,51,51)"
 class="gmail_default"><div class="gmail_default">Dear Sir or Madam,</div><div
 class="gmail_default"><br></div><div class="gmail_default">

I would like to post a question regarding FASTA file parsing using the 
BioPython module. The current tutorial online indicates how to parse a 
FASTA file, but the output is in the format Seq('&lt;&lt;sequence 
here&gt;&gt;', SingleLetterAlphabet())</div>

<div class="gmail_default"><br></div><div class="gmail_default">I would 
like to know how one may simply print out the entire sequence without 
any adjoining text i.e. 'ACTACGGCGAT'</div><div class="gmail_default">
<br>
</div><div class="gmail_default">I ask this question, as I am trying to 
write a script that will read each entry in the FASTA file and produce a
 dictionary of key being the ID and the value being the raw sequence.</div><div
 class="gmail_default">

<br></div><div 
style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><div
 dir="ltr"><div><font color="#999999" face="arial, helvetica, 
sans-serif"><div 
style="font-size:small;color:rgb(51,51,51);display:inline" 
class="gmail_default">

​Thank you in advance for your help and cooperation,<br></div></font></div><div><font
 color="#999999" face="arial, helvetica, sans-serif"><div 
style="font-size:small;color:rgb(51,51,51);display:inline" 
class="gmail_default">

Ismail Uddin</div></font></div></div></div></div>
</div>

<div>_______________________________________________<br>Biopython 
mailing list  -  <a class="moz-txt-link-abbreviated" href="mailto:Biopython@mailman.open-bio.org">Biopython@mailman.open-bio.org</a><br><a class="moz-txt-link-freetext" href="http://mailman.open-bio.org/mailman/listinfo/biopython">http://mailman.open-bio.org/mailman/listinfo/biopython</a></div></div>
</blockquote>
</body></html>