comparison hyphy_sm19.xml @ 32:00b4cf477625 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 4bb2092ac089e709bdc0ec3c3680f47e17be509a"
author iuc
date Wed, 30 Mar 2022 00:22:46 +0000
parents 1527f00ddf7f
children a809f93e7e6d
comparison
equal deleted inserted replaced
31:1527f00ddf7f 32:00b4cf477625
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_sm19" name="HyPhy-SM2019" version="@TOOL_VERSION@+galaxy1" profile="19.09"> 2 <tool id="hyphy_sm19" name="HyPhy-SM2019" version="@TOOL_VERSION@+galaxy1" profile="19.09">
3 <description>Partition Tree using Modified Slatkin-Maddison Test</description> 3 <description>Partition Tree using Modified Slatkin-Maddison Test</description>
4 <expand macro="bio_tools"/>
5 <macros> 4 <macros>
6 <import>macros.xml</import> 5 <import>macros.xml</import>
7 </macros> 6 </macros>
7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 ln -s '$input_file' sm19_input.nhx && 10 ln -s '$input_file' sm19_input.nhx &&
11 @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SM-2019.bf ./sm19_input.nhx 11 @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SM-2019.bf ./sm19_input.nhx
12 #for $n, $partition in enumerate($partitions): 12 #for $n, $partition in enumerate($partitions):