annotate pithya.xml @ 1:79404dc57ba2 draft default tip

planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 559ab668b8c6a946587513a48c56ae343840ff23
author sybila
date Thu, 06 Oct 2022 09:40:27 +0000
parents c288b90b86ed
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
1 <tool id="pithya" name="PITHYA" version="@TOOL_VERSION@_galaxy0">
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
2 <description>- computes CTL parameter synthesis</description>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
3 <macros>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
4 <import>macros.xml</import>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
5 </macros>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
6 <expand macro="creator"/>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
7 <requirements>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
8 <container type="docker">sybila/pithya:@TOOL_VERSION@</container>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
9 </requirements>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
10 <command>pithya
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
11 -m '$input_model'
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
12 -p '$input_property'
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
13 --parallelism '$threads'
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
14 #if $cut_thrs
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
15 --cut-to-range
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
16 #end if
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
17 -r 'json'
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
18 -ro '$output'
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
19 -lo 'stdout'
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
20 </command>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
21
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
22 <inputs>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
23 <param format="pithya.model" name="input_model" type="data" label="Pithya model file."/>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
24 <param format="pithya.property" name="input_property" type="data" label="CTL property file."/>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
25 <param type="boolean" name="cut_thrs" checked="false" label="Cut the thresholds" help="...exceeding explicit minimum and maximum thresholds." />
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
26 <param name="threads" size="2" type="integer" min="1" max="32" value="2" label="Number of threads used for parallelism." />
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
27 </inputs>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
28
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
29 <outputs>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
30 <data format="pithya.result" name="output" />
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
31 </outputs>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
32
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
33 <tests>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
34 <test>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
35 <param name="input_model" value="example.pithya.model"/>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
36 <param name="input_property" value="properties.pithya.property"/>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
37 <output name="output" file="result.pithya.result"/>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
38 </test>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
39 </tests>
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
40
c288b90b86ed planemo upload for repository https://github.com/sybila/galaxytools/tree/main/tools/pithya commit 6a5b2e93f1e70d98b46c4963cac4210c3bfc78b9
sybila
parents:
diff changeset
41 </tool>