Mercurial > repos > iuc > funannotate_compare
comparison funannotate_compare.xml @ 12:37f9a80ca41e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 8341270dd36185ebf59d15282bc79f1215e936a4
author | iuc |
---|---|
date | Fri, 07 Mar 2025 22:36:43 +0000 |
parents | 57c6718cbfcc |
children |
comparison
equal
deleted
inserted
replaced
11:0418d28136de | 12:37f9a80ca41e |
---|---|
7 <requirements> | 7 <requirements> |
8 <expand macro="requirements" /> | 8 <expand macro="requirements" /> |
9 </requirements> | 9 </requirements> |
10 <version_command>funannotate check --show-versions</version_command> | 10 <version_command>funannotate check --show-versions</version_command> |
11 <command><![CDATA[ | 11 <command><![CDATA[ |
12 ## Needed by some subprocess invoked internally | |
13 ## https://github.com/nextgenusfs/funannotate/issues/905 | |
14 export FUNANNOTATE_DB='$database.fields.path' && | |
15 | |
16 ## show detailed info about the reference DB on stdout | |
17 funannotate database && | |
18 | |
12 #set $inputs = "" | 19 #set $inputs = "" |
13 #for i, f in enumerate($input): | 20 #for i, f in enumerate($input): |
14 #set $inputs = $inputs + " input" + str($i) + ".gbk" | 21 #set $inputs = $inputs + " input" + str($i) + ".gbk" |
15 ln -s '$f' input${i}.gbk && | 22 ln -s '$f' input${i}.gbk && |
16 #end for | 23 #end for |
26 | 33 |
27 #if $run_dnds in ['estimate', 'full']: | 34 #if $run_dnds in ['estimate', 'full']: |
28 --run_dnds ${run_dnds} | 35 --run_dnds ${run_dnds} |
29 #end if | 36 #end if |
30 | 37 |
31 ## need to add --outgroup option some day (hard to get an up to date/customizable list) | 38 #if $outgroup |
39 --outgroup '$outgroup' | |
40 #end if | |
32 | 41 |
33 --go_fdr ${go_fdr} | 42 --go_fdr ${go_fdr} |
34 | 43 |
35 --heatmap_stdev ${heatmap_stdev} | 44 --heatmap_stdev ${heatmap_stdev} |
36 | 45 |
60 <param name="database" label="Funannotate database" type="select"> | 69 <param name="database" label="Funannotate database" type="select"> |
61 <options from_data_table="funannotate"> | 70 <options from_data_table="funannotate"> |
62 <column name="value" index="0" /> | 71 <column name="value" index="0" /> |
63 <column name="name" index="1" /> | 72 <column name="name" index="1" /> |
64 <column name="path" index="3" /> | 73 <column name="path" index="3" /> |
65 <filter type="sort_by" column="0" /> | 74 <filter type="sort_by" column="0" reverse_sort_order="true"/> |
66 <filter type="static_value" column="2" value="1.0" /> | 75 <filter type="static_value" column="2" value="1.0" /> |
67 </options> | 76 </options> |
68 </param> | 77 </param> |
69 | 78 |
70 <param argument="--run_dnds" type="select" label="Calculate dN/dS ratio on all orthologs"> | 79 <param argument="--run_dnds" type="select" label="Calculate dN/dS ratio on all orthologs"> |
74 </param> | 83 </param> |
75 | 84 |
76 <param argument="--go_fdr" type="float" value="0.05" label="P-value for FDR GO-enrichment" /> | 85 <param argument="--go_fdr" type="float" value="0.05" label="P-value for FDR GO-enrichment" /> |
77 <param argument="--heatmap_stdev" type="float" value="1.0" label="Cut-off for heatmap" /> | 86 <param argument="--heatmap_stdev" type="float" value="1.0" label="Cut-off for heatmap" /> |
78 <param argument="--num_orthos" type="integer" value="500" label="Number of Single-copy orthologs to use for ML" /> | 87 <param argument="--num_orthos" type="integer" value="500" label="Number of Single-copy orthologs to use for ML" /> |
88 <param argument="--outgroup" type="select" optional="true" label="Outgroup species" help="Name of species to use for ML outgroup. Default: no outgroup"> | |
89 <options from_data_table="funannotate_options"> | |
90 <column name="value" index="0" /> | |
91 <column name="name" index="1" /> | |
92 <filter type="static_value" column="2" value="outgroup"/> | |
93 <filter type="param_value" column="3" ref="database"/> | |
94 </options> | |
95 </param> | |
79 <param argument="--proteinortho" type="data" format="tabular" optional="true" label="Proteinortho POFF results" help="TSV format, if available"/> | 96 <param argument="--proteinortho" type="data" format="tabular" optional="true" label="Proteinortho POFF results" help="TSV format, if available"/> |
80 | 97 |
81 <conditional name="ml"> | 98 <conditional name="ml"> |
82 <param argument="--ml_method" type="select" label="Maximum Likelihood method"> | 99 <param argument="--ml_method" type="select" label="Maximum Likelihood method"> |
83 <option value="iqtree" selected="True">iqtree</option> | 100 <option value="iqtree" selected="True">iqtree</option> |
120 </test> | 137 </test> |
121 <test> | 138 <test> |
122 <param name="input" value="compare/Genus_species.gbk,compare/Other_species.gbk,compare/Other_beast.gbk,compare/Yet_another.gbk" /> | 139 <param name="input" value="compare/Genus_species.gbk,compare/Other_species.gbk,compare/Other_beast.gbk,compare/Yet_another.gbk" /> |
123 <param name="database" value="2021-07-20-120000" /> | 140 <param name="database" value="2021-07-20-120000" /> |
124 <param name="run_dnds" value="full" /> | 141 <param name="run_dnds" value="full" /> |
142 <param name="outgroup" value="botrytis_cinerea.dikarya"/> | |
125 <conditional name="ml"> | 143 <conditional name="ml"> |
126 <param name="ml_method" value="raxml" /> | 144 <param name="ml_method" value="raxml" /> |
127 </conditional> | 145 </conditional> |
128 <output name="output"> | 146 <output name="output"> |
129 <assert_contents> | 147 <assert_contents> |