Mercurial > repos > iuc > vegan_fisher_alpha
diff vegan_fisher_alpha.xml @ 1:d6b92ca3a9a1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vegan/vegan_fisher_alpha commit 55b5863db6c3e6cf443917117ec362a8daad8122
author | iuc |
---|---|
date | Mon, 08 Feb 2016 15:24:35 -0500 |
parents | a5a453f92273 |
children | f9966e11885b |
line wrap: on
line diff
--- 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 @@ -<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>