# HG changeset patch # User iuc # Date 1454963075 18000 # Node ID d6b92ca3a9a12d5f78bfb8765507ee98d23abd35 # Parent a5a453f922733907aa57bb01bf9e57bb8f98e8cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vegan/vegan_fisher_alpha commit 55b5863db6c3e6cf443917117ec362a8daad8122 diff -r a5a453f92273 -r d6b92ca3a9a1 test-data/output_fisher_alpha.tabular --- a/test-data/output_fisher_alpha.tabular Wed Dec 23 13:55:34 2015 -0500 +++ b/test-data/output_fisher_alpha.tabular Mon Feb 08 15:24:35 2016 -0500 @@ -1,2 +1,2 @@ -"" "x" -"V2" 2.88807265184344 + x +V2 2.88807265184344 diff -r a5a453f92273 -r d6b92ca3a9a1 vegan_fisher_alpha.xml --- a/vegan_fisher_alpha.xml Wed Dec 23 13:55:34 2015 -0500 +++ b/vegan_fisher_alpha.xml Mon Feb 08 15:24:35 2016 -0500 @@ -1,4 +1,4 @@ - + index @@ -17,7 +17,7 @@ @RSCRIPT_PREAMBLE@ @RSCRIPT_LOAD_TABULAR_FILE@ -write.table( fisher.alpha( input_abundance, MARGIN = ${margin} ), "${output_fisher_alpha}", col.names=NA, sep = "\t") +write.table( fisher.alpha( input_abundance, MARGIN = ${margin} ), "${output_fisher_alpha}", quote=FALSE, col.names=NA, sep = "\t") ]]>