Mercurial > repos > sybila > ebcsgen_simulation
annotate ebcsgen_simulate.xml @ 2:bd726f013bc1 draft default tip
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 4719a69f514aed27d90c7017f052463b0b43cbb0
author | sybila |
---|---|
date | Sat, 15 Oct 2022 09:22:31 +0000 |
parents | 179d32e79968 |
children |
rev | line source |
---|---|
0
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
1 <tool id="eBCSgen_simulate" name="eBCSgen simulation" version="@TOOL_VERSION@_galaxy0"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
2 <description>- simulate given model</description> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
3 <macros> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
4 <import>macros.xml</import> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
5 </macros> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
6 <expand macro="creator"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
7 <requirements> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
8 <container type="docker">sybila/ebcsgen:v@TOOL_VERSION@</container> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
9 </requirements> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
10 |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
11 <command>python3 ${__tool_directory__}/ebcsgen_simulate.py |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
12 --model '$model' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
13 --output '$output' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
14 --deterministic '$type.deterministic_choice' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
15 #if $type.deterministic_choice == "True": |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
16 --direct False |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
17 --runs 1 |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
18 --volume '$type.volume' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
19 --step '$type.step' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
20 #else: |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
21 --direct '$type.network_free_choice' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
22 --runs '$type.num_of_runs' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
23 --volume 1 |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
24 --step 0.01 |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
25 #end if |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
26 --max_time '$max_time' |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
27 </command> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
28 |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
29 <inputs> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
30 <param format="bcsl.model" name="model" type="data" label="Model file" help="Provide a BCSL model file"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
31 <conditional name="type"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
32 <param name="deterministic_choice" type="select" label="Choose simulation method:"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
33 <option value="False" selected="true">Stochastic</option> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
34 <option value="True">Deterministic</option> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
35 </param> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
36 <when value="False"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
37 <param name="network_free_choice" type="select" label="Choose network-free approach:"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
38 <option value="False" selected="true">Indirect</option> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
39 <option value="True">Direct</option> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
40 </param> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
41 <param name="num_of_runs" min="1" type="integer" value="1" label="Number of runs:"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
42 </when> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
43 <when value="True"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
44 <param name="volume" min="0" type="integer" value="1" label="Volume (liters):"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
45 <param name="step" min="0" type="float" value="0.01" label="Simulation step:"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
46 </when> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
47 </conditional> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
48 <param name="max_time" min="0" type="integer" value="1" label="Maximum simulation time:"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
49 </inputs> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
50 |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
51 <outputs> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
52 <data format="csv" name="output"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
53 </outputs> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
54 |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
55 <tests> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
56 <test> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
57 <param name="model" value="repressilator.bcsl.model" ftype="bcsl.model"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
58 <section name="type"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
59 <param name="deterministic_choice" value="True"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
60 <param name="step" value="0.1"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
61 </section> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
62 <param name="max_time" value="100"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
63 <output name="output" value="simulation_determ.csv" ftype="csv"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
64 </test> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
65 <test> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
66 <param name="model" value="repressilator.bcsl.model" ftype="bcsl.model"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
67 <section name="type"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
68 <param name="deterministic_choice" value="False"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
69 <param name="network_free_choice" value="False"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
70 <param name="num_of_runs" value="2"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
71 </section> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
72 <param name="max_time" value="200"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
73 <output name="output" ftype="csv"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
74 <assert_contents> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
75 <has_n_columns n="4" sep=","/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
76 <has_n_lines min="10"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
77 </assert_contents> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
78 </output> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
79 </test> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
80 <test> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
81 <param name="model" value="repressilator.bcsl.model" ftype="bcsl.model"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
82 <section name="type"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
83 <param name="deterministic_choice" value="False"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
84 <param name="network_free_choice" value="True"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
85 <param name="num_of_runs" value="1"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
86 </section> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
87 <param name="max_time" value="100"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
88 <output name="output" ftype="csv"> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
89 <assert_contents> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
90 <has_n_columns n="4" sep=","/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
91 <has_n_lines min="10"/> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
92 </assert_contents> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
93 </output> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
94 </test> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
95 </tests> |
179d32e79968
planemo upload for repository https://github.com/sybila/galaxytools/tree/master/tools/ebcsgen commit 33b83dc8c71401922b087400fa1f4080e9abe170
sybila
parents:
diff
changeset
|
96 </tool> |