I had the following errors when I try to run Beta diversity through plots. The PcoA folders are empty although the weighted and unweighted texts were generated. I used the corrected mapping file. Thanks for the help.
qiime@qiime-190-virtual-box:~$ beta_diversity_through_plots.py -i '/home/qiime/FSU_closed_stage3/total_otus_filtered' -o bdiv_season -t '/home/qiime/FSU_closed_stage3/97_otus.tree' -m '/home/qiime/Season_mappingfile/Mapping_file season_corrected.txt' -e 100
/usr/local/lib/python2.7/dist-packages/skbio/stats/ordination/_principal_coordinate_analysis.py:107: RuntimeWarning: The result contains negative eigenvalues. Please compare their magnitude with the magnitude of some of the largest positive eigenvalues. If the negative ones are smaller, it's probably safe to ignore them, but if they are large in magnitude, the results won't be useful. See the Notes section for more details. The smallest eigenvalue is -0.305793519583 and the largest is 19.
9304207689.
RuntimeWarning
Traceback (most recent call last):
File "/usr/local/bin/beta_diversity_through_plots.py", line 153, in <module>
main()
File "/usr/local/bin/beta_diversity_through_plots.py", line 150, in main
status_update_callback=status_update_callback)
File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/downstream.py", line 183, in run_beta_diversity_through_plots
close_logger_on_success=close_logger_on_success)
File "/usr/local/lib/python2.7/dist-packages/qiime/workflow/util.py", line 122, in call_commands_serially
raise WorkflowError(msg)
qiime.workflow.util.WorkflowError:
*** ERROR RAISED DURING STEP: Make emperor plots, weighted_unifrac)
Command run was:
make_emperor.py -i bdiv_season/weighted_unifrac_pc.txt -o bdiv_season/weighted_unifrac_emperor_pcoa_plot/ -m /home/qiime/Season_mappingfile/Mapping_file season_corrected.txt
Command returned exit status: 2
Stdout:
Stderr
Error in make_emperor.py: option -m: file does not exist: '/home/qiime/Season_mappingfile/Mapping_file'