~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to source/TEST/VISUAL/parameters.ini

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-vr15wtg9b50cuesg
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<PARAMETERS version="1.3" xsi:noNamespaceSchemaLocation="http://open-ms.sourceforge.net/schemas/Param_1_3.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
 
3
 
 
4
        <NODE name="standard" description="node1" >
 
5
                <ITEM name="int" type="int" value="7" description="item1" />
 
6
                <ITEM name="double" type="float" value="-4.9" description="item2" />
 
7
                <ITEM name="string" type="string" value="xz34" description="item3" />
 
8
                <ITEMLIST name="int_list" type="int" description="item4" >
 
9
                        <LISTITEM value="1" />
 
10
                        <LISTITEM value="-4" />
 
11
                        <LISTITEM value="5" />
 
12
                        <LISTITEM value="54" />
 
13
                </ITEMLIST>
 
14
                <ITEMLIST name="double_list" type="float" description="item5" >
 
15
                        <LISTITEM value="1.1" />
 
16
                        <LISTITEM value="4" />
 
17
                        <LISTITEM value="0.0" />
 
18
                        <LISTITEM value="-4.9" />
 
19
                </ITEMLIST>
 
20
                <ITEMLIST name="string_list" type="string" description="item6" >
 
21
                        <LISTITEM value="abc" />
 
22
                        <LISTITEM value="def546" />
 
23
                        <LISTITEM value="" />
 
24
                        <LISTITEM value="jklsdsfsdfsdfsdfsdfsdfsdfsd" />
 
25
                </ITEMLIST>
 
26
        </NODE>
 
27
                
 
28
        <NODE name="restricted" description="node2" >
 
29
                <ITEM name="int" type="int" value="7" restrictions="-1:100" description="item7" />
 
30
                <ITEM name="double" type="float" value="-4.9" restrictions="-10:17.3" description="item8" />
 
31
                <ITEM name="string" type="string" value="true" restrictions="true,false" description="item9" />
 
32
                <ITEMLIST name="int_list" type="int" restrictions="-10:578" description="item10" >
 
33
                        <LISTITEM value="1" />
 
34
                        <LISTITEM value="-4" />
 
35
                        <LISTITEM value="5" />
 
36
                        <LISTITEM value="54" />
 
37
                </ITEMLIST>
 
38
                <ITEMLIST name="double_list" type="float" restrictions=":17.3" description="item11" >
 
39
                        <LISTITEM value="1.1" />
 
40
                        <LISTITEM value="4" />
 
41
                        <LISTITEM value="0.0" />
 
42
                        <LISTITEM value="-4.9" />
 
43
                </ITEMLIST>
 
44
                <ITEMLIST name="string_list" type="string" restrictions="one,two,three,four,five,six,seven" description="item12" >
 
45
                        <LISTITEM value="one" />
 
46
                        <LISTITEM value="seven" />
 
47
                </ITEMLIST>
 
48
        </NODE>
 
49
        
 
50
        <NODE name="files" description="node3" >
 
51
    <ITEM name="in" value="" type="string" tags="input file" description="item13" />
 
52
    <ITEM name="out" value="" type="string" tags="output file" description="item14" />
 
53
                <ITEMLIST name="in_list" type="string" tags="input file" description="item15" >
 
54
                        <LISTITEM value="abc" />
 
55
                        <LISTITEM value="def" />
 
56
                        <LISTITEM value="" />
 
57
                        <LISTITEM value="jklsdsfsdfsdfsdfsdfsdfsdfsd" />
 
58
                </ITEMLIST>
 
59
                <ITEMLIST name="out_list" type="string" tags="output file" description="item16" >
 
60
                        <LISTITEM value="abc" />
 
61
                        <LISTITEM value="def" />
 
62
                        <LISTITEM value="" />
 
63
                        <LISTITEM value="jklsdsfsdfsdfsdfsdfsdfsdfsd" />
 
64
                </ITEMLIST>
 
65
        </NODE>
 
66
 
 
67
</PARAMETERS>