diff variant_validate.xml @ 6:35c00763cb5c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gatk2 commit cf399638ebca4250bcc15f468238a9964de97b33
author iuc
date Mon, 04 Jun 2018 05:38:15 -0400
parents f244b8209eb8
children
line wrap: on
line diff
--- a/variant_validate.xml	Mon Aug 25 17:44:53 2014 -0400
+++ b/variant_validate.xml	Mon Jun 04 05:38:15 2018 -0400
@@ -1,9 +1,10 @@
 <tool id="gatk2_variant_validate" name="Validate Variants" version="@VERSION@.0">
   <description></description>
-  <expand macro="requirements" />
   <macros>
     <import>gatk2_macros.xml</import>
   </macros>
+  <expand macro="requirements" />
+  <expand macro="version_command" />
   <command interpreter="python">
     gatk2_wrapper.py
    --stdout "${output_log}"
@@ -11,7 +12,7 @@
    -p '
    @JAR_PATH@
     -T "ValidateVariants"
-    
+
     \$GATK2_SITE_OPTIONS
 
     #if $reference_source.reference_source_selector != "history":
@@ -21,11 +22,11 @@
     ${do_not_validate_filtered_records}
    '
     @DBSNP_OPTIONS@
-   
+
     #include source=$standard_gatk_options#
   </command>
   <inputs>
-    
+
     <conditional name="reference_source">
       <expand macro="reference_source_selector_param" />
       <when value="cached">
@@ -43,12 +44,12 @@
       </when>
     </conditional>
     <expand macro="dbsnp_param" />
-    
+
     <param name="warn_on_errors" type="boolean" checked="False" truevalue="-warnOnErrors" falsevalue="" label="instead of terminating the run at the first error, print warning messages for each error seen." help="-warnOnErrors,--warnOnErrors"/>
     <param name="do_not_validate_filtered_records" type="boolean" checked="False" truevalue="-doNotValidateFilteredRecords" falsevalue="" label="do not try to validate records that are FILTERed." help="-doNotValidateFilteredRecords,--doNotValidateFilteredRecords"/>
-    
+
     <expand macro="gatk_param_type_conditional" />
-    
+
   </inputs>
   <outputs>
     <data format="txt" name="output_log" label="${tool.name} on ${on_string} (log)" />