comparison mothur/tools/mothur/make.shared.xml @ 11:11867a45a43d

Change make.shared param name from unique to groups
author Jim Johnson <jj@umn.edu>
date Thu, 14 Jul 2011 15:21:01 -0500
parents e990ac8a0f58
children a6189f58fedb
comparison
equal deleted inserted replaced
10:29db8b6184ea 11:11867a45a43d
14 --group=$group 14 --group=$group
15 #if $label.__str__ != "None" and len($label.__str__) > 0: 15 #if $label.__str__ != "None" and len($label.__str__) > 0:
16 --label='$label' 16 --label='$label'
17 #end if 17 #end if
18 #if $groups.__str__ != "None" and len($groups.__str__) > 0: 18 #if $groups.__str__ != "None" and len($groups.__str__) > 0:
19 --unique=$groups 19 --groups=$groups
20 #end if 20 #end if
21 #if $ordergroup.__str__ != "None" and len($ordergroup.__str__) > 0: 21 #if $ordergroup.__str__ != "None" and len($ordergroup.__str__) > 0:
22 --ordergroup=$ordergroup 22 --ordergroup=$ordergroup
23 #end if 23 #end if
24 </command> 24 </command>