File: parameters.ini

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (67 lines) | stat: -rw-r--r-- 2,705 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="ISO-8859-1"?>
<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" >

	<NODE name="standard" description="node1" >
		<ITEM name="int" type="int" value="7" description="item1" />
		<ITEM name="double" type="float" value="-4.9" description="item2" />
		<ITEM name="string" type="string" value="xz34" description="item3" />
		<ITEMLIST name="int_list" type="int" description="item4" >
			<LISTITEM value="1" />
			<LISTITEM value="-4" />
			<LISTITEM value="5" />
			<LISTITEM value="54" />
		</ITEMLIST>
		<ITEMLIST name="double_list" type="float" description="item5" >
			<LISTITEM value="1.1" />
			<LISTITEM value="4" />
			<LISTITEM value="0.0" />
			<LISTITEM value="-4.9" />
		</ITEMLIST>
		<ITEMLIST name="string_list" type="string" description="item6" >
			<LISTITEM value="abc" />
			<LISTITEM value="def546" />
			<LISTITEM value="" />
			<LISTITEM value="jklsdsfsdfsdfsdfsdfsdfsdfsd" />
		</ITEMLIST>
	</NODE>
		
	<NODE name="restricted" description="node2" >
		<ITEM name="int" type="int" value="7" restrictions="-1:100" description="item7" />
		<ITEM name="double" type="float" value="-4.9" restrictions="-10:17.3" description="item8" />
		<ITEM name="string" type="string" value="true" restrictions="true,false" description="item9" />
		<ITEMLIST name="int_list" type="int" restrictions="-10:578" description="item10" >
			<LISTITEM value="1" />
			<LISTITEM value="-4" />
			<LISTITEM value="5" />
			<LISTITEM value="54" />
		</ITEMLIST>
		<ITEMLIST name="double_list" type="float" restrictions=":17.3" description="item11" >
			<LISTITEM value="1.1" />
			<LISTITEM value="4" />
			<LISTITEM value="0.0" />
			<LISTITEM value="-4.9" />
		</ITEMLIST>
		<ITEMLIST name="string_list" type="string" restrictions="one,two,three,four,five,six,seven" description="item12" >
			<LISTITEM value="one" />
			<LISTITEM value="seven" />
		</ITEMLIST>
	</NODE>
	
	<NODE name="files" description="node3" >
    <ITEM name="in" value="" type="string" tags="input file" description="item13" />
    <ITEM name="out" value="" type="string" tags="output file" description="item14" />
		<ITEMLIST name="in_list" type="string" tags="input file" description="item15" >
			<LISTITEM value="abc" />
			<LISTITEM value="def" />
			<LISTITEM value="" />
			<LISTITEM value="jklsdsfsdfsdfsdfsdfsdfsdfsd" />
		</ITEMLIST>
		<ITEMLIST name="out_list" type="string" tags="output file" description="item16" >
			<LISTITEM value="abc" />
			<LISTITEM value="def" />
			<LISTITEM value="" />
			<LISTITEM value="jklsdsfsdfsdfsdfsdfsdfsdfsd" />
		</ITEMLIST>
	</NODE>

</PARAMETERS>