# HG changeset patch
# User jeltje
# Date 1421092100 18000
# Node ID a3cf6bfdd81dcd551790693b12b5a53e92c5436a
# Parent 862b189568c761d766ea684eed7ceb66a4384557
Uploaded
diff -r 862b189568c7 -r a3cf6bfdd81d samtools_flagstat.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/samtools_flagstat.xml Mon Jan 12 14:48:20 2015 -0500
@@ -0,0 +1,27 @@
+
+
+ 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 862b189568c7 -r a3cf6bfdd81d samtools_mpileup.xml
--- a/samtools_mpileup.xml Mon Jan 12 14:47:27 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-
-
- 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
-
-
-