Dylan Bodington
unread,Jun 1, 2012, 7:40:01 AM6/1/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qiime...@googlegroups.com
Hi,
I'm using summarize_otu_by_cat.py to create separate otu tables based on different categories in the mapping file, but my analysis of the sumarized otu tables fails at the beta diversity step when using the original mapping file:
summarize_otu_by_cat.py -i map.txt -c 99/otu/otu_table.biom -o 99/otu/otu_table_Set.biom -m Set
beta_diversity_through_plots.py -i 99/otu/otu_table_Set.biom -o 99/beta/Set -m map.txt -p parameters.txt -t 99/otu/rep_set.tre -a
Traceback (most recent call last):
File "/opt/qiime/qiime-1.5.0-release/bin/beta_diversity_through_plots.py", line 166, in <module>
main()
File "/opt/qiime/qiime-1.5.0-release/bin/beta_diversity_through_plots.py", line 163, in main
status_update_callback=status_update_callback)
File "/opt/qiime/qiime-1.5.0-release/lib/qiime/workflow.py", line 867, in run_beta_diversity_through_plots
close_logger_on_success=close_logger_on_success)
File "/opt/qiime/qiime-1.5.0-release/lib/qiime/workflow.py", line 135, in call_commands_serially
raise WorkflowError, msg
qiime.workflow.WorkflowError:
*** ERROR RAISED DURING STEP: Make 3D plots (continuous coloring, bray_curtis)
Command run was:
/opt/qiime/python-2.7.1-release/bin/python /opt/qiime/qiime/bin/make_3d_plots.py -p 97/beta/Set/prefs.txt -i 97/beta/Set/bray_curtis_pc.txt -o 97/beta/Set/bray_curtis_3d_continuous/ -m map.csv --n_taxa_keep 5 --ellipsoid_smoothness 1
Command returned exit status: 1
Stdout:
Error: OTU table and mapping file had no samples in common
Stderr
Everything runs fine when using the original otu table and mapping file. I thought to use pool_by_metadata.py to create the individual mapping files for beta diversity and jackknife analysis of the summarized otu tables, but I can't seem to find pool_by_metadata.py in my new 1.5.0 installation, though it is still listed in the documentation.
Dylan Bodington
Tokyo Institute of Technology