lindenb / jvarkit

Java utilities for Bioinformatics
https://jvarkit.readthedocs.io/
Other
482 stars 133 forks source link

Can sam4weblogo output the read quality in the aligned fastq file, instead of a fasta file. #109

Closed y9c closed 6 years ago

y9c commented 6 years ago

sam4weblogo is a powerful tool for generate msa file from bam file.

Sometime, I need to filter the msa file with phread quality of each base. Can sam4 weblogo generate a fastq file with read quality as output?

lindenb commented 6 years ago

I added a new option '-q' to genrate fastq format. Can you tell me if it's working ?

y9c commented 6 years ago

Thank you @lindenb ! It work pretty well.


https://github.com/lindenb/jvarkit/blob/61fe1e1c8c035fafc011b5441fa68a7c7c83edba/src/main/java/com/github/lindenb/jvarkit/tools/sam4weblogo/SAM4WebLogo.java#L189

y9c commented 6 years ago

https://github.com/lindenb/jvarkit/pull/110