Entering edit mode
7.7 years ago
BioGeek
▴
170
How to extract all - strand mapped reads location of reference genome using BAM file and save in a tab file?
How to extract all - strand mapped reads location of reference genome using BAM file and save in a tab file?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
What exactly would you like in the "tab" file? The answer to this, btw, is to write a little script with pysam (or perhaps jvarkit).
Can you please give me some hints, to achieve it. I want to print the followings Scaffold \tStart \tEnd \tStrand
Something along the following lines is a start for you: