comparison hyphy_bgm.xml @ 26:d1c977aee228 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 2dd9bdc695433c217bbb7e11c1c0138245beb801"
author iuc
date Tue, 18 May 2021 20:09:03 +0000
parents d88bbb287923
children a8ea0db2c606
comparison
equal deleted inserted replaced
25:d88bbb287923 26:d1c977aee228
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_bgm" name="HyPhy-BGM" version="@VERSION@+galaxy1" profile="19.09"> 2 <tool id="hyphy_bgm" name="HyPhy-BGM" version="@VERSION@+galaxy2" profile="19.09">
3 <description>- Detecting coevolving sites via Bayesian graphical models</description> 3 <description>- Detecting coevolving sites via Bayesian graphical models</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 @SYMLINK_FILES@ 9 @SYMLINK_FILES@
10 ln -s '$bgm_output' ${input_file}.BGM.json &&
10 hyphy bgm 11 hyphy bgm
11 --alignment ./$input_file 12 --alignment $input_file
12 @INPUT_TREE@ 13 @INPUT_TREE@
13 --run_type $datatype.value 14 --run_type $datatype.value
14 #if $datatype.value == "codon": 15 #if $datatype.value == "codon":
15 --code '$datatype.gencodeid' 16 --code '$datatype.gencodeid'
16 #end if 17 #end if
47 <param name="samples" type="integer" value="100" min="0" max="100" label="Number of steps to extract from chain sample"/> 48 <param name="samples" type="integer" value="100" min="0" max="100" label="Number of steps to extract from chain sample"/>
48 <param argument="--max-parents" name="parents" type="integer" value="1" min="1" max="3" label="Maximum number of parents allowed per node" /> 49 <param argument="--max-parents" name="parents" type="integer" value="1" min="1" max="3" label="Maximum number of parents allowed per node" />
49 <param argument="--min-subs" name="min_subs" type="integer" value="1" min="1" max="100000" label="Minimum number of ubstitutions per site to be included in the analysis" /> 50 <param argument="--min-subs" name="min_subs" type="integer" value="1" min="1" max="100000" label="Minimum number of ubstitutions per site to be included in the analysis" />
50 </inputs> 51 </inputs>
51 <outputs> 52 <outputs>
52 <data name="bgm_output" format="hyphy_results.json" from_work_dir="bgm_input.fa.BGM.json"/> 53 <data name="bgm_output" format="hyphy_results.json" />
53 </outputs> 54 </outputs>
54 <tests> 55 <tests>
55 <test> 56 <test>
56 <param name="input_file" ftype="fasta" value="bgm-in1.fa"/> 57 <param name="input_file" ftype="fasta" value="bgm-in1.fa"/>
57 <param name="input_nhx" ftype="nhx" value="bgm-in1.nhx"/> 58 <param name="input_nhx" ftype="nhx" value="bgm-in1.nhx"/>