changeset 1:2c771b437502 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vegan/vegan_diversity commit 55b5863db6c3e6cf443917117ec362a8daad8122
author iuc
date Mon, 08 Feb 2016 15:24:29 -0500
parents c58e19ff504a
children db56c8e79b1e
files test-data/output_diversity_index.tabular vegan_diversity.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test-data/output_diversity_index.tabular	Wed Dec 23 13:55:10 2015 -0500
+++ b/test-data/output_diversity_index.tabular	Mon Feb 08 15:24:29 2016 -0500
@@ -1,2 +1,2 @@
-""	"x"
-"1"	1.58148247996845
+	x
+1	1.58148247996845
--- a/vegan_diversity.xml	Wed Dec 23 13:55:10 2015 -0500
+++ b/vegan_diversity.xml	Mon Feb 08 15:24:29 2016 -0500
@@ -1,4 +1,4 @@
-<tool id="vegan_diversity" name="Vegan Diversity" version="0.0.2">
+<tool id="vegan_diversity" name="Vegan Diversity" version="0.0.3">
     <description>
         index
     </description>
@@ -17,7 +17,7 @@
 @RSCRIPT_PREAMBLE@
 @RSCRIPT_LOAD_TABULAR_FILE@
 
-write.table( diversity(input_abundance, index = "${index_type.index_type_selector}", MARGIN = ${index_type.margin}, base = ${index_type.base}), "${output_diversity_index}", col.names=NA, sep = "\t")
+write.table( diversity(input_abundance, index = "${index_type.index_type_selector}", MARGIN = ${index_type.margin}, base = ${index_type.base}), "${output_diversity_index}", quote=FALSE, col.names=NA, sep = "\t")
     ]]>
         </configfile>
     </configfiles>