# HG changeset patch
# User iuc
# Date 1455888385 18000
# Node ID e09ce114d2406d9cee9723f2976242d577ece94f
# Parent 500832f27cbc361d24508518437c8d10fd11a870
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff
diff -r 500832f27cbc -r e09ce114d240 .shed.yml
--- a/.shed.yml Thu Jan 22 08:28:37 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-# repository published to https://toolshed.g2.bx.psu.edu/repos/iuc/snpeff
-owner: iuc
-name: snpeff
diff -r 500832f27cbc -r e09ce114d240 snpEff.xml
--- a/snpEff.xml Thu Jan 22 08:28:37 2015 -0500
+++ b/snpEff.xml Fri Feb 19 08:26:25 2016 -0500
@@ -4,27 +4,28 @@
snpEff_macros.xml
+
+
$snpeff_output ;
+ "$input" > "$snpeff_output";
#if $statsFile:
#import os
#set $genes_file = str($statsFile) + '.genes.txt'
#set $genes_file_name = os.path.split($genes_file)[-1]
mkdir $statsFile.files_path;
- mv $genes_file #echo os.path.join($statsFile.files_path, $genes_file_name)#;
+ mv "$genes_file" #echo os.path.join($statsFile.files_path, $genes_file_name)#;
#end if
#if $outputConditional.outputFormat == 'gatk' and $outputConditional.gatk_v1
## Replace real SnpEff version with 2.0.5 to prevent this GATK 1.x error: "The version of SnpEff used to generate the SnpEff input file (x.x) is not currently supported by the GATK. Supported versions are: [2.0.5]"
- sed -i 's/^\#\#SnpEffVersion="\(\S*\s\)/\#\#SnpEffVersion="2.0.5 - real is \1/' $snpeff_output
+ sed -i -e 's/^\#\#SnpEffVersion="\(\S*\s\)/\#\#SnpEffVersion="2.0.5 - real is \1/' "$snpeff_output"
#end if
]]>
@@ -159,7 +160,7 @@
-
+
@SNPEFF_DATABASE_URL@
\S+
@@ -189,21 +190,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -224,6 +210,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -252,7 +292,6 @@
generate_stats == True
-
@@ -271,8 +310,6 @@
-
-