comparison make.design.xml @ 1:840ac4688cf5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
author iuc
date Thu, 18 May 2017 18:15:50 -0400
parents 78dcf76823de
children e98fb3b14c12
comparison
equal deleted inserted replaced
0:78dcf76823de 1:840ac4688cf5
2 <description>Assign groups to Sets</description> 2 <description>Assign groups to Sets</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <expand macro="stdio"/>
7 <expand macro="version_command"/> 8 <expand macro="version_command"/>
8 <command detect_errors="aggressive"><![CDATA[ 9 <command><![CDATA[
10 @SHELL_OPTIONS@
11
9 #for $grouping in $groupings: 12 #for $grouping in $groupings:
10 #set grp_str = $grouping.groups.__str__ 13 #set grp_str = $grouping.groups.__str__
11 #if grp_str: 14 #if grp_str:
12 #for $grp in grp_str.split(','): 15 #for $grp in grp_str.split(','):
13 echo -e "$grp\t$grouping.name" >> $design; 16 echo -e "$grp\t$grouping.name" >> $design;
46 <help> 49 <help>
47 <![CDATA[ 50 <![CDATA[
48 51
49 @MOTHUR_OVERVIEW@ 52 @MOTHUR_OVERVIEW@
50 53
51 **Command Documenation** 54 **Command Documentation**
52 55
53 Make Design creates a design file for use in mothur commands: merge.groups_, indicator_, and metastats_. 56 Make Design creates a design file for use in mothur commands: merge.groups_, indicator_, and metastats_.
54 A design file looks like the group file. It is a 2 column tab delimited file, where the first column is the group name and the second column is the set the group belongs to. 57 A design file looks like the group file. It is a 2 column tab delimited file, where the first column is the group name and the second column is the set the group belongs to.
55 58
56 .. _merge.groups: http://www.mothur.org/wiki/Merge.groups 59 .. _merge.groups: https://www.mothur.org/wiki/Merge.groups
57 .. _indicator: http://www.mothur.org/wiki/Indicator 60 .. _indicator: https://www.mothur.org/wiki/Indicator
58 .. _metastats: http://www.mothur.org/wiki/Metastats 61 .. _metastats: https://www.mothur.org/wiki/Metastats
59 ]]> 62 ]]>
60 </help> 63 </help>
61 <expand macro="citations"/> 64 <expand macro="citations"/>
62 </tool> 65 </tool>