diff hyphy_bgm.xml @ 2:63b4ca9f0b3b 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:37:20 +0000
parents 3f67160aaafd
children b7568f1f050d
line wrap: on
line diff
--- a/hyphy_bgm.xml	Thu Feb 13 19:54:20 2020 +0000
+++ b/hyphy_bgm.xml	Fri Feb 14 21:37:20 2020 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="hyphy_bgm" name="HyPhy-BGM" version="@VERSION@+galaxy0">
+<tool id="hyphy_bgm" name="HyPhy-BGM" version="@VERSION@+galaxy1">
     <description>- Detecting coevolving sites via Bayesian graphical models</description>
     <macros>
         <import>macros.xml</import>
@@ -8,7 +8,7 @@
     <command detect_errors="exit_code"><![CDATA[
         ln -s '$input_file' bgm_input.fa &&
         ln -s '$input_nhx' bgm_input.nhx &&
-        @HYPHY_INVOCATION@ bgm
+        hyphy bgm
             --alignment ./bgm_input.fa
             --tree ./bgm_input.nhx
             --run_type $datatype.value