Hi,

I am trying to access to the qualities created with the example:

FastqReader fastqReader = new SangerFastqReader();
List<DNASequence> sequences = new LinkedList<DNASequence>();
 for (Fastq fastq : fastqReader.read(new File
<http://www.google.com/search?hl=en&q=allinurl%3Afile+java.sun.com&btnI=I%27m%20Feeling%20Lucky>("sanger.fastq"))){
  sequences.add(FastqTools.createDNASequenceWithQualityScores(fastq));}
_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l

Reply via email to