I use bbsplit.sh to run my analysis as following:
I want to know the mapping quality of the result. How can I access it?
Simon
Code:
./bbmap/bbsplit.sh in1=R1_001_bc_prefix.fastq.gz in2=R2_001_bc_prefix.fastq.gz ref=hg19.fa,mm10.fa basename=out_%.bam threads=4 ambig2=best
Simon
Comment