<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.8.5">
</HEAD>
<BODY>
Hi guys, how can I read a sequence from a .txt file which contains only a string of letters (nucleotides)? I tried `SeqIO.read("my/file","...")` but if my second value is fasta or genbank, it complains about missing handles, and nothing like "plain", "string", or "str" worked... What can I do? It would be nice if I can do this via a one-liner rather than just read it explicitly with python and then explicitly parse it.<BR>
<BR>
Cheers,
</BODY>
</HTML>