Repository 'pirna_pipeline'
hg clone https://toolshed.g2.bx.psu.edu/repos/romaingred/pirna_pipeline

Changeset 10:42bc59c7db3a (2017-10-13)
Previous changeset 9:0ee4dadfdca3 (2017-10-13) Next changeset 11:ee6b4b2072a9 (2017-10-13)
Commit message:
Uploaded
modified:
bin/align.pm
b
diff -r 0ee4dadfdca3 -r 42bc59c7db3a bin/align.pm
--- a/bin/align.pm Fri Oct 13 03:17:10 2017 -0400
+++ b/bin/align.pm Fri Oct 13 04:20:17 2017 -0400
b
@@ -310,8 +310,8 @@
  $bedgraphM = $1.'_minus.bedgraph';
  }
  `samtools view -Shb   --threads $number_of_cpus $sam | samtools sort  -O BAM --threads $number_of_cpus  /dev/stdin  > $bam_sorted`;
- `bedtools genomecov -scale $scale -strand + -bg -ibam $bam_sorted > $bedgraphP`;
- `bedtools genomecov -scale $scale -strand - -bg -ibam $bam_sorted > $bedgraphM`;
+ `bedtools genomecov -scale $scale -strand + -bga -ibam $bam_sorted > $bedgraphP`;
+ `bedtools genomecov -scale $scale -strand - -bga -ibam $bam_sorted > $bedgraphM`;
 }
 
 sub sam_sorted_bam