Mercurial > repos > iuc > gemini
comparison gemini_macros.xml @ 2:93bb0cfacefb draft
Uploaded
author | iuc |
---|---|
date | Mon, 12 Jan 2015 15:31:50 -0500 |
parents | 720cbfb4190d |
children | ba3abde6775b |
comparison
equal
deleted
inserted
replaced
1:d3c4d0208bb2 | 2:93bb0cfacefb |
---|---|
98 help="default: 0 (-d)"> | 98 help="default: 0 (-d)"> |
99 <validator type="in_range" min="0"/> | 99 <validator type="in_range" min="0"/> |
100 </param> | 100 </param> |
101 </xml> | 101 </xml> |
102 | 102 |
103 <token name="@VERSION@">0.10.0</token> | 103 <token name="@VERSION@">0.10.1</token> |
104 | 104 |
105 <token name="@CITATION@">------ | 105 <token name="@CITATION@">------ |
106 | 106 |
107 **Citation** | 107 **Citation** |
108 | 108 |
113 <citations> | 113 <citations> |
114 <citation type="doi">10.1371/journal.pcbi.1003153</citation> | 114 <citation type="doi">10.1371/journal.pcbi.1003153</citation> |
115 <yield /> | 115 <yield /> |
116 </citations> | 116 </citations> |
117 </xml> | 117 </xml> |
118 | |
119 <xml name="infile"> | |
120 <param name="infile" type="data" format="gemini.sqlite" label="GEMINI database" help="Only files with version @VERSION@ are accepted." > | |
121 <options options_filter_attribute="metadata.gemini_version" > | |
122 <filter type="add_value" value="@VERSION@" /> | |
123 </options> | |
124 <validator type="expression" message="This version of Gemini will only work with Gemini files that are for version @VERSION@.">value is not None and value.metadata.gemini_version == "@VERSION@"</validator> | |
125 </param> | |
126 </xml> | |
127 | |
118 </macros> | 128 </macros> |