# HG changeset patch
# User jjohnson
# Date 1460217210 14400
# Node ID 2f40467536cfcde57c910b10af46953662c99ba9
# Parent c29f29a6f26c879e4930a03f11594bea02dd95de
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
diff -r c29f29a6f26c -r 2f40467536cf snpSift_annotate.xml
--- a/snpSift_annotate.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_annotate.xml Sat Apr 09 11:53:30 2016 -0400
@@ -10,13 +10,13 @@
$output
+ -q "$dbSnp" "$input" > "$output"
]]>
@@ -94,10 +94,8 @@
@EXTERNAL_DOCUMENTATION@
http://snpeff.sourceforge.net/SnpSift.html#annotate
-@CITATION_SECTION@
-
-
]]>
+
diff -r c29f29a6f26c -r 2f40467536cf snpSift_caseControl.xml
--- a/snpSift_caseControl.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_caseControl.xml Sat Apr 09 11:53:30 2016 -0400
@@ -10,16 +10,16 @@
$output
+ "$input" > "$output"
]]>
@@ -118,8 +118,7 @@
@EXTERNAL_DOCUMENTATION@
http://snpeff.sourceforge.net/SnpSift.html#casecontrol
-@CITATION_SECTION@
-
]]>
-
+
+
diff -r c29f29a6f26c -r 2f40467536cf snpSift_extractFields.xml
--- a/snpSift_extractFields.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_extractFields.xml Sat Apr 09 11:53:30 2016 -0400
@@ -10,9 +10,9 @@
$output
+ > "$output"
]]>
@@ -214,8 +214,7 @@
@EXTERNAL_DOCUMENTATION@
http://snpeff.sourceforge.net/SnpSift.html#Extract
-@CITATION_SECTION@
-
]]>
+
diff -r c29f29a6f26c -r 2f40467536cf snpSift_filter.xml
--- a/snpSift_filter.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_filter.xml Sat Apr 09 11:53:30 2016 -0400
@@ -1,5 +1,4 @@
-
Filter variants using arbitrary expressions
snpSift_macros.xml
@@ -7,25 +6,31 @@
+
0:
+ #if $filtering.replace.filterId and len(str($filtering.replace.filterId).strip()) > 0:
--filterId "$filtering.replace.filterId"
#end if
#end if
- #if $filtering.addFilter and len($filtering.addFilter.__str__.strip()) > 0:
+ #if $filtering.addFilter and len(str($filtering.addFilter).strip()) > 0:
--addFilter "$filtering.addFilter"
#end if
- #if $filtering.rmFilter and len($filtering.rmFilter.__str__.strip()) > 0:
+ #if $filtering.rmFilter and len(str($filtering.rmFilter).strip()) > 0:
--rmFilter "$filtering.rmFilter"
#end if
#end if
- > $output
+ > "$output"
]]>
+
+
+$expr#slurp
+
+
@@ -51,11 +56,6 @@
-
-
-$expr#slurp
-
-
@@ -87,7 +87,7 @@
-
+
diff -r c29f29a6f26c -r 2f40467536cf snpSift_int.xml
--- a/snpSift_int.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_int.xml Sat Apr 09 11:53:30 2016 -0400
@@ -10,7 +10,7 @@
$output
+ java -Xmx2G -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" intervals -i "$input" $exclude "$bedFile" > "$output"
]]>
@@ -53,8 +53,7 @@
@EXTERNAL_DOCUMENTATION@
http://snpeff.sourceforge.net/SnpSift.html#intervals
-@CITATION_SECTION@
-
]]>
+
diff -r c29f29a6f26c -r 2f40467536cf snpSift_macros.xml
--- a/snpSift_macros.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_macros.xml Sat Apr 09 11:53:30 2016 -0400
@@ -11,7 +11,7 @@
- java -jar $SNPEFF_JAR_PATH/SnpEff.jar -version
+ java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version
4.1
diff -r c29f29a6f26c -r 2f40467536cf snpSift_rmInfo.xml
--- a/snpSift_rmInfo.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_rmInfo.xml Sat Apr 09 11:53:30 2016 -0400
@@ -7,7 +7,7 @@
$output
+ java -Xmx2G -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" rmInfo "$input" ' '.join($info_fields.split(',')) > "$output"
]]>
@@ -52,8 +52,7 @@
@EXTERNAL_DOCUMENTATION@
http://snpeff.sourceforge.net/SnpSift.html#rmInfo
-@CITATION_SECTION@
-
]]>
+
diff -r c29f29a6f26c -r 2f40467536cf snpSift_vartype.xml
--- a/snpSift_vartype.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_vartype.xml Sat Apr 09 11:53:30 2016 -0400
@@ -7,7 +7,7 @@
$log > $output
+ java -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" varType "$input" 2> "$log" > "$output"
]]>
diff -r c29f29a6f26c -r 2f40467536cf snpSift_vcfCheck.xml
--- a/snpSift_vcfCheck.xml Mon Jan 25 17:02:52 2016 -0600
+++ b/snpSift_vcfCheck.xml Sat Apr 09 11:53:30 2016 -0400
@@ -7,7 +7,7 @@
$output
+ java -Xmx2G -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" vcfCheck "$input" > "$output"
]]>
@@ -35,8 +35,7 @@
@EXTERNAL_DOCUMENTATION@
http://snpeff.sourceforge.net/SnpSift.html#vcfCheck
-@CITATION_SECTION@
-
]]>
+