Mercurial > repos > iuc > ampvis2_export_otu
diff export_otu.xml @ 1:f92f6cb141fd draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ampvis2 commit e0ad9ce8f508215ec6af69be2682a0faf38415da
| author | iuc |
|---|---|
| date | Mon, 10 Nov 2025 12:50:02 +0000 |
| parents | adab1cdb8811 |
| children |
line wrap: on
line diff
--- a/export_otu.xml Tue Apr 01 09:49:18 2025 +0000 +++ b/export_otu.xml Mon Nov 10 12:50:02 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="ampvis2_export_otu" name="ampvis2 export otu" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT"> +<tool id="ampvis2_export_otu" name="ampvis2 export otu" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@" license="MIT"> <description></description> <macros> <import>macros.xml</import> @@ -40,7 +40,7 @@ ## get metadata meta_data = data\$metadata - write.table(meta_data, "$meta", sep = "\t", col.names=NA, quote = FALSE) + write.table(meta_data, "$meta", sep = "\t", row.names = FALSE, quote = FALSE) ## needs to be numeric otu_table <- apply(otu_table, 2, as.numeric)
