Repository 'vegan_fisher_alpha'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/vegan_fisher_alpha

Changeset 1:d6b92ca3a9a1 (2016-02-08)
Previous changeset 0:a5a453f92273 (2015-12-23) Next changeset 2:f9966e11885b (2018-09-07)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vegan/vegan_fisher_alpha commit 55b5863db6c3e6cf443917117ec362a8daad8122
modified:
test-data/output_fisher_alpha.tabular
vegan_fisher_alpha.xml
b
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
b
@@ -1,2 +1,2 @@
-"" "x"
-"V2" 2.88807265184344
+ x
+V2 2.88807265184344
b
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
b
@@ -1,4 +1,4 @@
-<tool id="vegan_fisher_alpha" name="Vegan Fisher Alpha" version="0.0.2">
+<tool id="vegan_fisher_alpha" name="Vegan Fisher Alpha" version="0.0.3">
     <description>
         index
     </description>
@@ -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")
     ]]>
         </configfile>
     </configfiles>