--
Kind Regards
Hi Samik,
I believe your error is caused by the fact that wget is not installed on your system.
To install, you might try this link:
http://mob.conduit.com/d8221e2f-6894-4535-9cf9-05c52de78780?device=66&skipLanding=true&cms=wordpress&url=http%3a%2f%2fwww.makeuseof.com%2ftag%2fwget-mac%2f
I am sure there are others out there as well.
hope this helps,
Will
--
Kind Regards
--
---
You received this message because you are subscribed to the Google Groups "Qiime Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qiime-forum...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
#put functions loaddata.r into workspace
distmat<-load.qiime.distance.matrix(filepath="Desktop/Niwot/Analyses/R/Bacteria/DB/weighted_unifrac_rarefaction_1727_29.txt")
map<-load.qiime.mapping.file(filepath="Desktop/Niwot/Analyses/R/Bacteria/DB/NiwotB_D_map.txt")
otus<-load.qiime.otu.table(filepath="Desktop/Niwot/Analyses/R/Bacteria/DB/rarefaction_1727_29.txt",include.lineages=FALSE)
qiime.data<-remove.nonoverlapping.samples(map=map,otus=otus,distmat=distmat)
N=as.factor(map$Fertilizer)
factors.frame<-data.frame(N)
capscale.results <- capscale(as.dist(qiime.data$distmat) ~ N, factors.frame)
My Qiime command was: compare_categories.py --method adonis -i beta/distance_matrix/weighted_unifrac_rarefaction_1727_29.txt -m NiwotB_D_map.txt -c Fertilizer -o stats -n 999