Entering edit mode
                    5.1 years ago
        irfanwustl
        
    
        ▴
    
    90
    We know sometimes paired reads can align at the same position. In such a case, is there any simple command to remove one of the paired reads from the bam file?
Actually, I want to count how many reads aligned to a specific position (like depth) from a python code. That's why I was trying to remove one read.