# HG changeset patch # User simon-gladman # Date 1532999216 14400 # Node ID 5a2bda9b28c533be048548a312c72b685da1cb5b # Parent 20adf95eb7582c04d525f225e8788bb193165289 New version 1.22.3.2. diff -r 20adf95eb758 -r 5a2bda9b28c5 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Jul 30 21:06:56 2018 -0400 @@ -0,0 +1,51 @@ +# Phloseq_NMDS + +A Galaxy tool to produce NMDS plots using Phyloseq from either a BIOM1 file or 2 input tables. + +Currently produces the plots embedded in a html file for output with links to a PDF file. + +Requires: + +Phyloseq 1.22.3 +r-getopt 1.20.0 +ghostscript 9.18 + + +### Run phyloseq_nmds.R with three input files +Rscript phyloseq_nmds.R --otu_table=GP_OTU_TABLE.txt --tax_table=GP_TAX_TABLE.txt --meta_table=GP_SAMPLE_TABLE.txt --method="bray" --kingdom=2 --cutoff=5 --category=6 --outdir=/outputdir --htmlfile=test.html + +### Run phyloseq_nmds.R with biom file +Rscript phyloseq_nmds.R --biom=GP.biom --subset=6 --method=NMDS --distance=bray --kingdom=Phylum --cutoff=5 --keep=5 --outdir=/outputdir --htmlfile=biom_out.html + +## Version history: + +**XML Wrapper:** + +Alpha version by Michael Thang of QFAB, Australia. + +1.22.3.1: Simon Gladman Melbourne Bioinformatics + +* Incorporated tests +* Requirements +* Version statement +* Citations + +1.22.3.2: Michael Thang QFAB, Simon Gladman Melbourne Bioinformatics + +* Uses new version of BIOM1 datatype to get metadata +* Output label changed as per user requirements + + +**R Script: phyloseq_nmds.R** + +0.1.0: Michael Thang QFAB + +* Original version + +0.1.1: Michael Thang QFAB + +* Added extra BIOM import functionality so it doesn't solely rely on phyloseq's internal importer. + +0.1.2: Michael Thang QFAB + +* BIOM functionality now requires the column header name in text. diff -r 20adf95eb758 -r 5a2bda9b28c5 phyloseq_nmds.xml --- a/phyloseq_nmds.xml Fri Jul 20 00:23:53 2018 -0400 +++ b/phyloseq_nmds.xml Mon Jul 30 21:06:56 2018 -0400 @@ -1,5 +1,5 @@ -