# HG changeset patch
# User jeltje
# Date 1421091902 18000
# Node ID b469f90740f8d6d59115a98c9dc6786e19de1bb4
# Parent a381e8c76e58991aae297b4b7220514c1dc7c29d
Uploaded
diff -r a381e8c76e58 -r b469f90740f8 samtools_flagstat.xml
--- a/samtools_flagstat.xml Fri Jan 09 18:40:34 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-
-
- samtools
-
- provides simple stats on BAM files
- samtools flagstat "$input1" > "$output1"
-
-
-
-
-
-
-
-
-
-
-This tool runs the flagstat command of samtools 0.1.18 to produce simple stats on a BAM file.
-
-
-
diff -r a381e8c76e58 -r b469f90740f8 samtools_mpileup.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/samtools_mpileup.xml Mon Jan 12 14:45:02 2015 -0500
@@ -0,0 +1,37 @@
+
+
+ samtools
+
+ runs basic mpileup on input control and tumor files
+ samtools mpileup "$bamc" "$bamt"> "$output1"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This tool runs the mpileup command of samtools 0.1.18
+with flags -q 1 -B
+
+
+