[BioPython] Bug in SeqUtils.quicker_apply_on_multi_fasta()

Frank Kauff fkauff at duke.edu
Fri Oct 24 15:30:31 EDT 2003


Hi there,

there seems to be a bug in
SeqUtils.quicker_apply_on_multi_fasta()

Instead of 

if result:
     results.append('>%s\n%s' % (record.title, result))

it should be

if result:
     results.append('>%s\n%s' % (name, result))
 
Probably a copy-paste error from apply_on_multi_fasta()

Frank

-- 
Frank Kauff
Dept. of Biology
Duke University
Box 90338
Durham, NC 27708
USA

Phone 919-660-7382
Fax 919-660-7293



More information about the BioPython mailing list