Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seqtk hpc input.fq ignores the quality and converts to .fa #205

Open
aafshinfard opened this issue Jan 15, 2024 · 0 comments
Open

seqtk hpc input.fq ignores the quality and converts to .fa #205

aafshinfard opened this issue Jan 15, 2024 · 0 comments

Comments

@aafshinfard
Copy link

By default, seqtk hpc input.fq will homopolymer compress the input fastq file and also convert it into a fasta file and drop the quality scores. I understand that keeping scores would be complicated as it is not obvious what quality score to keep for the identical consecutive bases being represented with 1, but was wondering if there is any work or ideas around that being done. In my case, keeping the highest quality score in the stretch would make sense.

I know people can use seqtk hpc x.fq | seqtk seq -F '@' to get a fastq file with some fake quality scores, but I was wondering if I can keep the quality scores somehow related to the sequence with the seqtk hpc command.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant