Python Help!!!

James Stroud jstroud at mbi.ucla.edu
Mon Jun 11 20:30:00 EDT 2007


Elfine Peterson Tjio wrote:
> I'm trying to make a program that reads Fasta file and print it out. I used the SeqIO module and the results is:
> 
> 'ATGGTCAT....SingleAlphabet()'
> 
> For this purpose, should I use SeqIO or Fasta?
> 
> for example:
> 
> from Bio import SeqIO
> 
> or
> 
> from Bio import Fasta
> 
> I want it to print every letter. Can anyone point me to the right direction. The newest biopython tutorial or book recommendation will be appreciated, too.

This question is better for the biopython list. Also, your subject line 
should be more specific with respect to your actual question.



James



More information about the Python-list mailing list