comparison macros.xml @ 3:af1211ed6c8e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vegan/ commit f93edebf6c946402f105f0622aacb0baa216a70c
author iuc
date Fri, 15 Mar 2024 15:26:48 +0000
parents b0d5976540e3
children
comparison
equal deleted inserted replaced
2:b0d5976540e3 3:af1211ed6c8e
34 input_abundance <- read.delim("${input_abundance}", header=${header}, sep="\t", row.names=${ species_column }) 34 input_abundance <- read.delim("${input_abundance}", header=${header}, sep="\t", row.names=${ species_column })
35 input_abundance <- t( input_abundance[ c( ${ ",".join( $fixed_sample_columns ) } )] ) 35 input_abundance <- t( input_abundance[ c( ${ ",".join( $fixed_sample_columns ) } )] )
36 36
37 ]]> 37 ]]>
38 </token> 38 </token>
39
40 <xml name="bio.tools_xrefs">
41 <xrefs>
42 <xref type="bio.tools">vegan</xref>
43 </xrefs>
44 </xml>
45
46 <xml name="citations">
47 <citations>
48 <citation type="bibtex">
49 @Manual{,
50 title = {vegan: Community Ecology Package},
51 author = {Jari Oksanen and Gavin L. Simpson and F. Guillaume Blanchet and Roeland Kindt and Pierre Legendre and Peter R. Minchin and R.B. O'Hara and Peter Solymos and M. Henry H. Stevens and Eduard Szoecs and Helene Wagner and Matt Barbour and Michael Bedward and Ben Bolker and Daniel Borcard and Gustavo Carvalho and Michael Chirico and Miquel {De Caceres} and Sebastien Durand and Heloisa Beatriz Antoniazi Evangelista and Rich FitzJohn and Michael Friendly and Brendan Furneaux and Geoffrey Hannigan and Mark O. Hill and Leo Lahti and Dan McGlinn and Marie-Helene Ouellette and Eduardo {Ribeiro Cunha} and Tyler Smith and Adrian Stier and Cajo J.F. {Ter Braak} and James Weedon},
52 year = {2024},
53 note = {R package version 2.6-5},
54 url = {https://github.com/vegandevs/vegan},
55 }
56 </citation>
57 </citations>
58 </xml>
39 59
40 <token name="@RSCRIPT_PREAMBLE@"><![CDATA[ 60 <token name="@RSCRIPT_PREAMBLE@"><![CDATA[
41 options(bitmapType='cairo')## No X11, so we'll use cairo 61 options(bitmapType='cairo')## No X11, so we'll use cairo
42 library(vegan) 62 library(vegan)
43 ]]> 63 ]]>