# HG changeset patch # User iuc # Date 1465306810 14400 # Node ID aaa749ea91a2261514f91975daa64153cf3a85ed # Parent 9ec1cb6f760d5666432a5b41da3e5e0565018517 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit d12a2e9dd273b4c23db48bbb747f32700887710e diff -r 9ec1cb6f760d -r aaa749ea91a2 snpEff.xml --- a/snpEff.xml Tue Oct 13 17:30:57 2015 -0400 +++ b/snpEff.xml Tue Jun 07 09:40:10 2016 -0400 @@ -1,28 +1,37 @@ - + Variant effect and annotation 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 -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 ]]> @@ -89,8 +98,6 @@ - - @@ -98,7 +105,6 @@ - @@ -106,7 +112,6 @@ - @@ -192,11 +197,18 @@ - - - - - + + + + + + + + + + + + @@ -208,7 +220,13 @@ + + + + + + @@ -230,9 +248,9 @@ - + - + @@ -286,12 +304,11 @@ ^\S*$ - + - @@ -318,7 +335,6 @@ - @@ -336,27 +352,6 @@ - - - - - - - - - - - - - - - - - - - @@ -380,7 +375,6 @@ - @@ -392,14 +386,13 @@ --> - + diff -r 9ec1cb6f760d -r aaa749ea91a2 snpEff_databases.xml --- a/snpEff_databases.xml Tue Oct 13 17:30:57 2015 -0400 +++ b/snpEff_databases.xml Tue Jun 07 09:40:10 2016 -0400 @@ -5,9 +5,10 @@ + $snpeff_dbs + java -jar "\$SNPEFF_JAR_PATH/snpEff.jar" databases | grep -v '^---' | sed 's/^Genome/#Genome/' | sed 's/ *//g' > "$snpeff_dbs" ]]> @@ -15,12 +16,21 @@ - + + + + + + + + + + + diff -r 9ec1cb6f760d -r aaa749ea91a2 snpEff_download.xml --- a/snpEff_download.xml Tue Oct 13 17:30:57 2015 -0400 +++ b/snpEff_download.xml Tue Jun 07 09:40:10 2016 -0400 @@ -5,9 +5,10 @@ + @@ -19,12 +20,21 @@ - + + + + + + + + + + + diff -r 9ec1cb6f760d -r aaa749ea91a2 snpEff_macros.xml --- a/snpEff_macros.xml Tue Oct 13 17:30:57 2015 -0400 +++ b/snpEff_macros.xml Tue Jun 07 09:40:10 2016 -0400 @@ -1,7 +1,7 @@ - snpEff + snpEff @@ -10,9 +10,12 @@ - 4.0 - SnpEff4.0 - https://snpeff-data.galaxyproject.org/databases/v4_0/ + + java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version + + 4.1 + SnpEff4.1 + https://snpeff-data.galaxyproject.org/databases/v4_1/ For details about this tool, please go to: diff -r 9ec1cb6f760d -r aaa749ea91a2 tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 17:30:57 2015 -0400 +++ b/tool_dependencies.xml Tue Jun 07 09:40:10 2016 -0400 @@ -1,6 +1,6 @@ - - + +