Mercurial > repos > iuc > hyphy_busted
changeset 30:d538129f4fe5 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Tue, 31 Aug 2021 08:55:26 +0000 |
| parents | 3f9b890a86e6 |
| children | 0494d850a4d6 |
| files | hyphy_busted.xml macros.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hyphy_busted.xml Sat Jul 03 08:41:00 2021 +0000 +++ b/hyphy_busted.xml Tue Aug 31 08:55:26 2021 +0000 @@ -1,6 +1,7 @@ <?xml version="1.0"?> <tool id="hyphy_busted" name="HyPhy-BUSTED" version="@VERSION@+galaxy1" profile="19.09"> <description>Branch-site Unrestricted Statistical Test for Episodic Diversification</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
--- a/macros.xml Sat Jul 03 08:41:00 2021 +0000 +++ b/macros.xml Tue Aug 31 08:55:26 2021 +0000 @@ -4,6 +4,11 @@ <param name="input_file" type="data" format="fasta,fasta.gz,nex" label="Input FASTA or NEXUS file" help="If the input file type is NEXUS and it includes a valid newick tree, that tree will override an uploaded newick tree" /> <param name="input_nhx" type="data" format="nhx,newick" optional="true" label="Input newick file"/> </xml> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">HyPhy</xref> + </xrefs> + </xml> <xml name="substitution"> <param name="model" type="select" label="Substitution model"> <option value="GTR">GTR - General time reversible
