view revertR2orientationInBam/.shed.yml @ 0:07695b197e6c draft

Uploaded
author ldelisle
date Wed, 19 Oct 2022 08:30:26 +0000
parents
children
line wrap: on
line source

categories:
   - SAM
description: Revert the mapped orientation of R2 mates in a bam.
name: revertr2orientationinbam
owner: lldelisle
long_description: This tool is very useful when you have paired-end stranded RNA-seq. Using this tool prior to a bedtools genome coverage allow to have strand specific coverage using both mates. It uses samtools to convert input to sam format and then awk to modify the flag "reverse strand" for the second mate of pairs.