# HG changeset patch # User jeltje # Date 1421092662 18000 # Node ID 48161d4bd7629efe6a5727a7f8c36ed89e41ecc1 # Parent 0af969737b283cd7858939cdb34256b59f3f63ea Uploaded diff -r 0af969737b28 -r 48161d4bd762 samtools_flagstat.xml --- a/samtools_flagstat.xml Mon Jan 12 14:55:50 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ - - - samtools - - creates mpileup for VarScan2 - samtools mpileup -q 1 "$input1" "$input2" > "$output1" - - - - - - - - - - - -This tool runs the mpileup command of samtools 0.1.18 -with flags -q 1 -B - - - diff -r 0af969737b28 -r 48161d4bd762 samtools_mpileup.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samtools_mpileup.xml Mon Jan 12 14:57:42 2015 -0500 @@ -0,0 +1,29 @@ + + + samtools + + creates mpileup for VarScan2 + samtools mpileup -q 1 -B "$input1" "$input2" > "$output1" + + + + + + + + + + + +This tool runs the mpileup command of samtools 0.1.18 +with flags -q 1 -B + + +