Previous changeset 29:fccaa7ba05fd (2021-07-03) Next changeset 31:ac0dea1caeab (2021-11-27) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 9ef881c2d3d5f240cbff33667b55f72cb82d9896" |
modified:
hyphy_fade.xml macros.xml |
b |
diff -r fccaa7ba05fd -r 96817f0fd28b hyphy_fade.xml --- a/hyphy_fade.xml Sat Jul 03 08:54:30 2021 +0000 +++ b/hyphy_fade.xml Tue Oct 05 05:12:43 2021 +0000 |
b |
@@ -2,6 +2,7 @@ <tool id="hyphy_fade" name="HyPhy-FADE" version="@VERSION@+galaxy1" profile="19.09"> <description>: FUBAR* Approach to Directional Evolution (*Fast Unconstrained Bayesian Approximation)</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |
b |
diff -r fccaa7ba05fd -r 96817f0fd28b macros.xml --- a/macros.xml Sat Jul 03 08:54:30 2021 +0000 +++ b/macros.xml Tue Oct 05 05:12:43 2021 +0000 |
b |
@@ -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 |