comparison get.rabund.xml @ 3:4b702fcdcd36 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
author iuc
date Wed, 14 Feb 2018 09:41:38 -0500
parents bd8b854bdb00
children b5025af79eac
comparison
equal deleted inserted replaced
2:3e48628650ff 3:4b702fcdcd36
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <expand macro="stdio"/> 7 <expand macro="stdio"/>
8 <expand macro="version_command"/> 8 <expand macro="version_command"/>
9 <command><![CDATA[ 9 <command><![CDATA[
10 @SHELL_OPTIONS@ 10 @SHELL_OPTIONS@
11 11
12 ## create symlinks to input datasets 12 ## create symlinks to input datasets
13 ln -s "$count" count.dat && 13 ln -s '$count' count.dat &&
14 ln -s "$otu" otu.dat && 14 ln -s '$otu' otu.dat &&
15 15
16 echo 'get.rabund( 16 echo 'get.rabund(
17 #if $label: 17 #if $label:
18 label=${ str($label).replace(",","-") }, 18 label=${ str($label).replace(",","-") },
19 #end if 19 #end if
20 #if $count: 20 #if $count:
21 count=count.dat, 21 count=count.dat,
22 #end if 22 #end if
23 #if $otu.is_of_type("mothur.list"): 23 #if $otu.is_of_type("mothur.list"):
24 list=otu.dat, 24 list=otu.dat,
25 #elif $otu.is_of_type("mothur.sabund"): 25 #elif $otu.is_of_type("mothur.sabund"):
26 sabund=otu.dat, 26 sabund=otu.dat,
27 #end if 27 #end if
28 sorted=$sorted 28 sorted=$sorted
29 )' 29 )'
30 | sed 's/ //g' ## mothur trips over whitespace 30 | sed 's/ //g' ## mothur trips over whitespace
31 | mothur 31 | mothur
32 | tee mothur.out.log 32 | tee mothur.out.log
33 ]]></command> 33 ]]></command>
34 <inputs> 34 <inputs>
35 <param name="otu" type="data" format="mothur.list,mothur.sabund" label="list,sabund - List or Sabund"/> 35 <param name="otu" type="data" format="mothur.list,mothur.sabund" label="list,sabund - List or Sabund"/>
36 <param name="label" type="select" multiple="true" label="label - select OTU distance labels" help="(all used if none are selected)"> 36 <param name="label" type="select" multiple="true" label="label - select OTU distance labels" help="(all used if none are selected)">
37 <expand macro="labeloptions"/> 37 <expand macro="labeloptions"/>
38 </param> 38 </param>
39 <param name="sorted" type="boolean" checked="false" truevalue="true" falsevalue="false" label="sorted - sort by abundance" help="By default the data in the rabund file the same order as the OTUs in input, select to sort by abundance."/> 39 <param name="sorted" type="boolean" checked="false" truevalue="true" falsevalue="false" label="sorted - sort by abundance"
40 help="By default the data in the rabund file the same order as the OTUs in input, select to sort by abundance."/>
40 <param name="count" type="data" format="mothur.count_table" optional="true" label="count - a count_table" help="generated by count.seqs"/> 41 <param name="count" type="data" format="mothur.count_table" optional="true" label="count - a count_table" help="generated by count.seqs"/>
41 </inputs> 42 </inputs>
42 <outputs> 43 <outputs>
43 <expand macro="logfile-output"/> 44 <expand macro="logfile-output"/>
44 <data name="rabund" format="mothur.rabund" from_work_dir="otu*.rabund" label="${tool.name} on ${on_string}: rabund (Rank Abundance)"/> 45 <data name="rabund" format="mothur.rabund" from_work_dir="otu*.rabund" label="${tool.name} on ${on_string}: rabund (Rank Abundance)"/>
54 <param name="otu" value="amazon.an.list" ftype="mothur.list"/> 55 <param name="otu" value="amazon.an.list" ftype="mothur.list"/>
55 <output name="rabund" file="amazon.an.rabund" ftype="mothur.rabund"/> 56 <output name="rabund" file="amazon.an.rabund" ftype="mothur.rabund"/>
56 <expand macro="logfile-test"/> 57 <expand macro="logfile-test"/>
57 </test> 58 </test>
58 </tests> 59 </tests>
59 <help> 60 <help><![CDATA[
60 <![CDATA[
61 61
62 @MOTHUR_OVERVIEW@ 62 @MOTHUR_OVERVIEW@
63 63
64 **Command Documentation** 64 **Command Documentation**
65 65
68 .. _rabund: https://www.mothur.org/wiki/Rabund_file 68 .. _rabund: https://www.mothur.org/wiki/Rabund_file
69 .. _list: https://www.mothur.org/wiki/List_file 69 .. _list: https://www.mothur.org/wiki/List_file
70 .. _sabund: https://www.mothur.org/wiki/Sabund_file 70 .. _sabund: https://www.mothur.org/wiki/Sabund_file
71 .. _get.rabund: https://www.mothur.org/wiki/Get.rabund 71 .. _get.rabund: https://www.mothur.org/wiki/Get.rabund
72 72
73 ]]> 73 ]]></help>
74 </help>
75 <expand macro="citations"/> 74 <expand macro="citations"/>
76 </tool> 75 </tool>