Subject: | add qstring routine to Alignment.pm |
Hi Lincoln,
There are many instances where generating the standard quality string is necessary (e.g. generation of selected fastq records). It would be great if function used in the AlignWrapper->tam_line method was provided as a sub for use in Alignment:
sub qstring {
return join('',map{chr($_+33)} shift->qscore);
}
Thanks,
Keiran
(P.S. any plans to move Bio::DB::Sam to GitHub?)