# HG changeset patch
# User elixir-it
# Date 1530544615 14400
# Node ID 70999d19997f74191704747af603fd31e0ca6dce
Uploaded
diff -r 000000000000 -r 70999d19997f somatic_sniper.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/somatic_sniper.xml Mon Jul 02 11:16:55 2018 -0400
@@ -0,0 +1,122 @@
+
+ identify single nucleotide positions that are different between tumor and normal
+
+ somatic-sniper
+
+ $variants;
+ else
+ grep -v ^#.* tmp_\$i.txt >> $variants;
+ fi ;
+
+ done;
+
+ #end if
+
+
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://gmt.genome.wustl.edu/packages/somatic-sniper/
+
+
diff -r 000000000000 -r 70999d19997f test-data/sniper_results.vcf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/sniper_results.vcf Mon Jul 02 11:16:55 2018 -0400
@@ -0,0 +1,20 @@
+##fileformat=VCFv4.1
+##fileDate=20180622
+##phasing=none
+##reference=file:///export/gatkhg38pl/GRCh38.d1.vd1.fa
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+##FORMAT=
+#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NORMAL TUMOR
+chr22 22714396 . G A . . . GT:IGT:DP:DP4:BCOUNT:GQ:JGQ:VAQ:BQ:MQ:AMQ:SS:SSC 0/0:0/0:15:0,15,0,0:0,0,15,0:72:.:0:30:60:60:0:. 0/1:0/1:41:0,28,0,13:13,0,28,0:59:.:59:30,31:60:60,60:2:45
+chr22 22714411 . T C . . . GT:IGT:DP:DP4:BCOUNT:GQ:JGQ:VAQ:BQ:MQ:AMQ:SS:SSC 0/0:0/0:9:0,9,0,0:0,0,0,9:54:.:0:30:60:60:0:. 0/1:0/1:28:0,22,0,6:0,6,0,22:32:.:32:32,31:60:60,60:2:27
diff -r 000000000000 -r 70999d19997f test-data/sniper_test_normal.bam
Binary file test-data/sniper_test_normal.bam has changed
diff -r 000000000000 -r 70999d19997f test-data/sniper_test_tumoral.bam
Binary file test-data/sniper_test_tumoral.bam has changed