diff macros.xml @ 0:961a712f9743 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/codeml commit 5e46bc6be71912be9b1982b3c2f0d30a36d9b3a8
author iuc
date Tue, 29 Aug 2017 19:12:01 -0400
parents
children 66228e9c29d9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue Aug 29 19:12:01 2017 -0400
@@ -0,0 +1,26 @@
+<macros>
+    <xml name="FSsites_br0" >
+        <param argument="NSsites" type="select" label="Site model ; fix_alpha !=1 and alpha !=0 are not compatible with NSsites !=0" >
+            <option value="0" selected="true">0 : e.g. basic model if model=0</option>
+            <option value="1">1</option>
+            <option value="2">2</option>
+            <option value="3">3</option>
+            <option value="7">7</option>
+            <option value="8">8</option>
+        </param>
+    </xml>
+
+    <xml name="FSsites_br1" >
+        <param argument="NSsites" type="select" label="Site model ; fix_alpha !=1 and alpha !=0 are not compatible with NSsites !=0" >
+            <option value="0" selected="true">0 : e.g. basic model if model=0</option>
+        </param>
+    </xml>
+
+    <xml name="FSsites_br2_and_3" >
+        <param argument="NSsites" type="select" label="Site model ; fix_alpha !=1 and alpha !=0 are not compatible with NSsites !=0" >
+            <option value="0" selected="true">0</option>
+            <option value="2">2 (Warning: only two branch type allowed for branch models)</option>
+            <option value="3">3 (Warning: only two branch type allowed for branch models)</option>
+        </param>
+    </xml>
+</macros>
\ No newline at end of file