Mercurial > repos > iuc > hyphy_slac
comparison hyphy_slac.xml @ 35:2753a5c7597a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
author | iuc |
---|---|
date | Thu, 02 Mar 2023 15:16:14 +0000 |
parents | 365e33adf3a4 |
children |
comparison
equal
deleted
inserted
replaced
34:1467fb7e162d | 35:2753a5c7597a |
---|---|
1 <?xml version="1.0"?> | 1 <tool id="hyphy_slac" name="HyPhy-SLAC" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <tool id="hyphy_slac" name="HyPhy-SLAC" version="@TOOL_VERSION@+galaxy1" profile="19.09"> | |
3 <description>Single Likelihood Ancestor Counting</description> | 2 <description>Single Likelihood Ancestor Counting</description> |
4 <macros> | 3 <macros> |
5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
6 </macros> | 5 </macros> |
7 <expand macro="bio_tools"/> | 6 <expand macro="bio_tools"/> |
30 </outputs> | 29 </outputs> |
31 <tests> | 30 <tests> |
32 <test> | 31 <test> |
33 <param name="input_file" ftype="fasta" value="absrel-in1.fa"/> | 32 <param name="input_file" ftype="fasta" value="absrel-in1.fa"/> |
34 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/> | 33 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/> |
35 <output name="slac_output" file="slac-out1.json" compare="sim_size"/> | 34 <output name="slac_output"> |
35 <assert_contents> | |
36 <has_size value="280000" delta="8000"/> | |
37 <has_text text="tested"/> | |
38 <has_text text="sample-median"/> | |
39 <has_text text="sample-97.5"/> | |
40 </assert_contents> | |
41 </output> | |
36 </test> | 42 </test> |
37 </tests> | 43 </tests> |
38 <help><![CDATA[ | 44 <help><![CDATA[ |
39 SLAC : Single Likelihood Ancestor Counting | 45 SLAC : Single Likelihood Ancestor Counting |
40 ========================================== | 46 ========================================== |