Mercurial > repos > rdvelazquez > hyphy_absrel
annotate hyphy_absrel.xml @ 2:d61d01c0af4c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'bff24ad0eccc4083de076adc029c5c3ac50e2852\n'-dirty
author | rdvelazquez |
---|---|
date | Mon, 19 Nov 2018 14:26:45 -0500 |
parents | 9e8344d39fb7 |
children | edf8263a39cb |
rev | line source |
---|---|
0
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
2 <tool id="hyphy_absrel" name="HyPhy-aBSREL" version="@VERSION@+galaxy0"> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
3 <description>: adaptive Branch Site REL</description> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
4 <macros> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
5 <import>macros.xml</import> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
6 </macros> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
8 <version_command>HYPHYMP --version | tail -n 1 | awk '{print $1}'</version_command> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
9 <command detect_errors="exit_code"> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
10 <![CDATA[ |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
11 ln -s '$input_file' absrel_input.fa && |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
12 ln -s '$input_nhx' absrel_input.nhx && |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
13 echo $gencodeid > tool_params && |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
14 echo `pwd`/absrel_input.fa >> tool_params && |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
15 echo `pwd`/absrel_input.nhx >> tool_params && |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
16 echo '$branches' >> tool_params && |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
17 @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/aBSREL.bf > '$absrel_log' |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
18 ]]> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
19 </command> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
20 <inputs> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
21 <param name="input_file" type="data" format="fasta" label="Input FASTA file" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
22 <param name="input_nhx" type="data" format="nhx" label="Input newick file" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
23 <param name="gencodeid" type="select" label="Genetic code"> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
24 <option value="1">Universal code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
25 <option value="2">Vertebrate mitochondrial DNA code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
26 <option value="3">Yeast mitochondrial DNA code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
27 <option value="4">Mold, Protozoan and Coelenterate mt; Mycloplasma/Spiroplasma</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
28 <option value="5">Invertebrate mitochondrial DNA code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
29 <option value="6">Ciliate, Dasycladacean and Hexamita Nuclear code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
30 <option value="7">Echinoderm mitochondrial DNA code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
31 <option value="8">Euplotid Nuclear code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
32 <option value="9">Alternative Yeast Nuclear code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
33 <option value="10">Ascidian mitochondrial DNA code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
34 <option value="11">Flatworm mitochondrial DNA code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
35 <option value="12">Blepharisma Nuclear code</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
36 </param> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
37 <param name="branches" type="select" label="Set of branches to test"> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
38 <option value="1">All branches</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
39 <option value="2">Internal branches</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
40 <option value="3">Leaf branches</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
41 <option value="4">Unlabeled branches</option> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
42 </param> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
43 </inputs> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
44 <outputs> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
45 <data name="absrel_log" format="txt" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
46 <data name="absrel_output" format="json" from_work_dir="absrel_input.fa.ABSREL.json" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
47 </outputs> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
48 <tests> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
49 <test> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
50 <param name="input_file" ftype="fasta" value="absrel-in1.fa" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
51 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
52 <output name="absrel_output" file="absrel-out1.json" compare="sim_size" /> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
53 </test> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
54 </tests> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
55 <help> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
56 <![CDATA[ |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
57 aBSREL (Adaptive branch-site random effects likelihood) uses an adaptive random effects branch-site model framework to test whether each branch has evolved under positive selection, using a procedure which infers an optimal number of rate categories per branch. |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
58 ]]> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
59 </help> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
60 <expand macro="citations"> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
61 <citation type="doi">10.1093/molbev/msv022</citation> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
62 </expand> |
9e8344d39fb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'242b3b04d9e05475977bc6def0dd5e5e9fe4380d\n'-dirty
rdvelazquez
parents:
diff
changeset
|
63 </tool> |