Hi liartom2 ,
This reply is better suited as a comment on sacha's answer. Could you make the appropriate change please? That would involve the following steps:
- Copy the contents of your reply from this answer (you can edit this answer (Ctrl/Cmd+click link to open it in a new tab) and do a
Select All->Copy) - Click on
Add Commenton sacha's post here: A: Fastq files with integer instead of acii quality scores - Paste the copied text
- Click on the green
Add Commentbutton - Click on
moderateback in your answer here: A: Fastq files with integer instead of acii quality scores - Choose
Delete Post - Click on the blue
Submitbutton.
Thank you!

That file does not meet fastq format definition. Where did you get this data BTW? Do you know what technology is it from?
I have seen GAIIx data that was in separate sequence and score (as integers) files. Maybe somebody just mashed them together without knowing that they need to be encoded...
That could be it. I don't have any hard proof from what technology this data is from though. Does it still make sense to try and convert the scores manually?
If you have a clue which encoding/phred scale is used you could convert it to a sane fastq, using some scripting. Alternatively you could just convert it to a fasta file and forget about the quality scores...