# HG changeset patch
# User chrisd
# Date 1470411058 14400
# Node ID c5085b1ad596c7d9f9737bb1a416fcda17aa6df3
# Parent d612ce3827b9f44471d539f33d75107e5607fd9d
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
diff -r d612ce3827b9 -r c5085b1ad596 snipfinder.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/snipfinder.xml Fri Aug 05 11:30:58 2016 -0400
@@ -0,0 +1,60 @@
+
+ A simple naive metagenomics variant caller
+
+ snipfinder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r d612ce3827b9 -r c5085b1ad596 test-data/sampe_result
--- a/test-data/sampe_result Thu Jun 30 02:39:23 2016 -0400
+++ b/test-data/sampe_result Fri Aug 05 11:30:58 2016 -0400
@@ -1,8 +1,10 @@
-Gene,Haplotype Pattern,Occurrence
-chr2:172936693-172938111,1052T->G:1084C->A:1102G->C:,1
-chr2:172936693-172938111,119A->C:126A->C:466T->G:496A->T:,1
-chr2:172936693-172938111,135A->C:138C->G:,1
-chr2:172936693-172938111,273T->A:666G->C:,1
-chr2:172936693-172938111,409A->C:415A->C:799T->G:,1
-chr2:172936693-172938111,589T->G:595T->G:,1
-chr2:172936693-172938111,715C->G:748T->A:,1
+Gene Haplotype Pattern Occurrence
+chr2:172936693-172938111 1052T->G:1084C->A:1102G->C 1
+chr2:172936693-172938111 1151A->T:743C->G 1
+chr2:172936693-172938111 119A->C:126A->C:466T->G:496A->T 1
+chr2:172936693-172938111 135A->C:138C->G 1
+chr2:172936693-172938111 273T->A:666G->C 1
+chr2:172936693-172938111 409A->C:415A->C:799T->G 1
+chr2:172936693-172938111 589T->G:595T->G 1
+chr2:172936693-172938111 715C->G:748T->A 1
+chr2:172936693-172938111 96A->C 1
diff -r d612ce3827b9 -r c5085b1ad596 test-data/samse_best_result
--- a/test-data/samse_best_result Thu Jun 30 02:39:23 2016 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Gene,Haplotype Pattern,Occurrence
diff -r d612ce3827b9 -r c5085b1ad596 test-data/samse_result
--- a/test-data/samse_result Thu Jun 30 02:39:23 2016 -0400
+++ b/test-data/samse_result Fri Aug 05 11:30:58 2016 -0400
@@ -1,9 +1,9 @@
-Gene,Haplotype Pattern,Occurrence
-chr2:172936693-172938111,1181C->A:1190G->C:,1
-chr2:172936693-172938111,1263T->G:1304A->T:1309A->T:,1
-chr2:172936693-172938111,213T->A:242T->A:257T->A:,1
-chr2:172936693-172938111,469G->T:474T->A:,1
-chr2:172936693-172938111,51T->A:74G->T:114G->T:,1
-chr2:172936693-172938111,671A->T:,1
-chr2:172936693-172938111,737T->A:,1
-chr2:172936693-172938111,949A->C:,1
+Gene Haplotype Pattern Occurrence
+chr2:172936693-172938111 114G->T:51T->A:74G->T 1
+chr2:172936693-172938111 1181C->A:1190G->C 1
+chr2:172936693-172938111 1263T->G:1304A->T:1309A->T 1
+chr2:172936693-172938111 213T->A:242T->A:257T->A 1
+chr2:172936693-172938111 469G->T:474T->A 1
+chr2:172936693-172938111 671A->T 1
+chr2:172936693-172938111 737T->A 1
+chr2:172936693-172938111 949A->C 1
diff -r d612ce3827b9 -r c5085b1ad596 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Jun 30 02:39:23 2016 -0400
+++ b/tool_dependencies.xml Fri Aug 05 11:30:58 2016 -0400
@@ -1,12 +1,12 @@
-
+
- git clone --recursive https://github.com/ChrisD11/snp_caller.git
+ git clone --recursive https://github.com/cdeanj/snipfinder.git
make
-
+
$INSTALL_DIR/bin
@@ -14,6 +14,6 @@
- Compiling snp finder requires a C++ compiler
+ Compiling snipfinder requires a C++ compiler
diff -r d612ce3827b9 -r c5085b1ad596 variant_caller.xml
--- a/variant_caller.xml Thu Jun 30 02:39:23 2016 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-
- Identifies snips for both single-end and paired-end data
-
- snp_caller
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Usage: snp [options]
-
-Options:
- -amr_fp amr database path
- -samse single-end sam file path
- -sampe paired-end sam file path
- -b filter on unique alignments
- ]]>
-
-
-