diff hyphy_fubar.xml @ 3:d92fc00e1e9d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
author iuc
date Fri, 14 Feb 2020 21:38:37 +0000
parents 0e02271cfc93
children 5807a4aef9e9
line wrap: on
line diff
--- a/hyphy_fubar.xml	Thu Feb 13 19:55:38 2020 +0000
+++ b/hyphy_fubar.xml	Fri Feb 14 21:38:37 2020 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="hyphy_fubar" name="HyPhy-FUBAR" version="@VERSION@+galaxy0">
+<tool id="hyphy_fubar" name="HyPhy-FUBAR" version="@VERSION@+galaxy1">
     <description>Fast Unconstrained Bayesian AppRoximation</description>
     <macros>
         <import>macros.xml</import>
@@ -8,7 +8,7 @@
     <command detect_errors="exit_code"><![CDATA[
         ln -s '$input_file' fubar_input.fa &&
         ln -s '$input_nhx' fubar_input.nhx &&
-        @HYPHY_INVOCATION@ fubar
+        hyphy fubar
             --alignment ./fubar_input.fa
             --tree ./fubar_input.nhx
             --code '$gencodeid'
@@ -38,7 +38,7 @@
     </inputs>
     <outputs>
         <data name="fubar_log" format="txt"/>
-        <data name="fubar_output" format="hyphy_results.json" from_work_dir="fubar_input.fa.FUBAR.json"/>
+        <data name="fubar_output" format="hyphy_results.json" from_work_dir="fubar_input.fa.FUBAR.json" />
     </outputs>
     <tests>
         <test>