# HG changeset patch
# User jjohnson
# Date 1460217100 14400
# Node ID 924af057bbcaeb8a64f5e346b3a31a07340b9dde
# Parent bb0797deab7878a31da4023661c3aa704661cebf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
diff -r bb0797deab78 -r 924af057bbca snpEff.xml
--- a/snpEff.xml Wed Dec 09 10:20:13 2015 -0500
+++ b/snpEff.xml Sat Apr 09 11:51:40 2016 -0400
@@ -8,33 +8,30 @@
$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 -e '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
]]>
@@ -213,12 +210,6 @@
-
-
-
-
-
-
@@ -257,9 +248,9 @@
-
+
-
+
@@ -313,7 +304,7 @@
^\S*$
-
+
@@ -344,7 +335,6 @@
-