Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidealbanese committed Jun 20, 2018
1 parent ea5c831 commit 9413745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/phyloseq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ file.
> library("phyloseq")
> library("ggplot2")
> library(vegan)
> library("vegan")
> setwd("denovo_greedy_otus") # set the working directory
> ps = import_biom("tables.biom", treefilename="tree_rooted.tree", refseqfilename="otus.fasta")
> sample_data(ps)$Month <- as.numeric(sample_data(ps)$Month)
Expand Down

0 comments on commit 9413745

Please sign in to comment.