diff snpEff_databases.xml @ 3:b24873564cf6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpeff commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31
author iuc
date Tue, 07 Jun 2016 10:03:17 -0400
parents 500832f27cbc
children 698ef30638a8
line wrap: on
line diff
--- a/snpEff_databases.xml	Fri Feb 19 08:26:25 2016 -0500
+++ b/snpEff_databases.xml	Tue Jun 07 10:03:17 2016 -0400
@@ -1,12 +1,14 @@
 <tool id="snpEff_databases" name="SnpEff Available Databases" version="@WRAPPER_VERSION@.0">
     <description></description>
-    <expand macro="requirements" />
     <macros>
         <import>snpEff_macros.xml</import>
     </macros>
+    <expand macro="requirements" />
+    <expand macro="stdio" />
+    <expand macro="version_command" />
     <command>
 <![CDATA[
-    java -jar \$SNPEFF_JAR_PATH/snpEff.jar databases |  grep -v '^---' | sed 's/^Genome/#Genome/' | sed  's/  *//g' > $snpeff_dbs 
+    java -jar "\$SNPEFF_JAR_PATH/snpEff.jar" databases |  grep -v '^---' | sed 's/^Genome/#Genome/' | sed  's/  *//g' > "$snpeff_dbs"
 ]]>
     </command>
     <inputs>
@@ -14,13 +16,21 @@
     <outputs>
         <data format="tabular" name="snpeff_dbs" label="${tool.name} @SNPEFF_VERSION@ available databases" />
     </outputs>
-    <expand macro="stdio" />
-    <help>
+    <tests>
+        <test>
+            <output name="snpeff_dbs">
+                <assert_contents>
+                    <has_text text="ebola_zaire" />
+                </assert_contents>
+            </output>
+        </test>
+    </tests>
+    <help><![CDATA[
 
 @EXTERNAL_DOCUMENTATION@
 
-@CITATION_SECTION@
-
+]]>
     </help>
+    <expand macro="citations" />
 </tool>