diff tbvcfreport.xml @ 1:adc0645b945c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/tbvcfreport commit 9cd78488b53cde8d3139d2d71ec500e2c91b9335"
author iuc
date Wed, 07 Jul 2021 09:22:44 +0000
parents 02d81b994ef5
children 4934c0ac6197
line wrap: on
line diff
--- a/tbvcfreport.xml	Thu Aug 29 08:18:59 2019 -0400
+++ b/tbvcfreport.xml	Wed Jul 07 09:22:44 2021 +0000
@@ -2,7 +2,7 @@
 <tool id="tbvcfreport" name="TB Variant Report" version="@TOOL_VERSION@+galaxy0">
   <description>- generate HTML report from SnpEff annotated M.tb VCF(s)</description>
   <macros>
-    <token name="@TOOL_VERSION@">0.1.7</token>
+    <token name="@TOOL_VERSION@">0.1.8</token>
   </macros>
   <requirements>
     <requirement type="package" version="@TOOL_VERSION@">tbvcfreport</requirement>
@@ -86,8 +86,8 @@
     <test>
       <param name="input_vcf" value="rif_resistant.vcf" ftype="vcf" />
       <param name="tbprofiler_json" value="rif_resistant.results.json" ftype="json" />
-      <output name="variants_report_html" compare="diff" lines_diff="2" file="rif_resistant_variants_report.html" ftype="html" />
-      <output name="variants_report_txt" compare="diff" lines_diff="2" file="rif_resistant_variants_report.txt" ftype="txt" />
+      <output name="variants_report_html" compare="diff" lines_diff="2" file="rif_resistant_variants_report_with_lineage.html" ftype="html" />
+      <output name="variants_report_txt" compare="diff" lines_diff="2" file="rif_resistant_variants_report_with_lineage.txt" ftype="txt" />
       <output name="drug_resistance_report_html" file="rif_resistant_drug_resistance_report.html" lines_diff="2" ftype="html" />
       <output name="drug_resistance_report_txt" compare="diff" lines_diff="2" file="rif_resistant_drug_resistance_report.txt" ftype="txt" />
     </test>