Great, that's what I wanted. Thanks,
• 0 views
•
link
Hello,
I want to do some analysis and my raw data is paired-end reads fastq files. So far:
I used BWA mem to convert them to Sam file
then used samtools to convert to BAM file.
My next step is to convert bam file to fastq file and for that, first I need to exclude the clipping (hard/soft clip bases). Is there any tool that does this while converting to fastq file?
So far, I looked into few tools below:
Hard clipped bases are not in the BAM file.
As for soft-clipped reads use the answers here: Remove Soft Clipped Bases
Great, that's what I wanted. Thanks,
Log in to answer this question.