# HG changeset patch
# User marcoalbuquerque
# Date 1425343127 18000
# Node ID 6ec7c93b90a65d29073a69ba17401bffe8fe9e11
# Parent 213289565e12428c72fe5914a4767e90529d4913
Uploaded
diff -r 213289565e12 -r 6ec7c93b90a6 bam_parallelism_test.xml
--- a/bam_parallelism_test.xml Sat Feb 28 19:35:41 2015 -0500
+++ b/bam_parallelism_test.xml Mon Mar 02 19:38:47 2015 -0500
@@ -2,17 +2,19 @@
BAM Parallelism Test
-
+
- cat interval.txt;
+ samtools view $normal \$(cat $interval) | head -n 5 > $output;
+ samtools view $tumour \$(cat $interval) | head -n 5 >> $output;
+
-
+
\ No newline at end of file