1 Oct 2005 01:16
RE: How to read in FASTA formatted sequence without fastaheader?
Ryan Golhar <golharam <at> umdnj.edu>
2005-09-30 23:16:42 GMT
2005-09-30 23:16:42 GMT
True. Ok, so I have a raw sequence instead of fasta...when I try to read in the sequence using raw format, it only reads in the first line. I'm thinking of modifying the raw module and making a multilineraw module that will stop reading on a newline or EOF. I don't want to modify the actual files because they might screw up all my other scripts. I could write one to insert the fasta header in a tmp file then concatente the sequence to the file, but it just doesn't seem like a clean solution to me. -----Original Message----- From: bioperl-l-bounces <at> portal.open-bio.org [mailto:bioperl-l-bounces <at> portal.open-bio.org] On Behalf Of Richard Sucgang, PhD Sent: Friday, September 30, 2005 5:59 PM To: golharam <at> umdnj.edu Cc: 'Bioperl List' Subject: Re: [Bioperl-l] How to read in FASTA formatted sequence without fastaheader? Well, maybe I am mistaken, but isn't the header line the item that makes a FASTA file a FASTA file? As in, now you have a raw sequence. On Sep 30, 2005, at 3:43 PM, Ryan Golhar wrote: > I'm looking for the easier way to read in a fasta file that doesn't > contain the fasta header, ie the ">..." line. >(Continue reading)
RSS Feed