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

Uploaded
author ldelisle
date Wed, 19 Oct 2022 08:30:26 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/revertR2orientationInBam/.shed.yml	Wed Oct 19 08:30:26 2022 +0000
@@ -0,0 +1,6 @@
+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.