@thermokarst - Thank you so much for the details on the versions and backwards compatibility. I will keep that in mind.
So - I tried running my newly grouped table in the beta diversity rarefaction script but I keep getting errors. I am using the coverage value from the sample with the lowest amount of summed sequences. Here is the lastest:
(qiime2-2017.12) bash-3.2$ qiime diversity beta-rarefaction --i-table 20180309_WHOLE_SPIDER2_ONLY_PHII_All_VSearch_OpenRef_99per_Clustered_Table_10OTUsmin_NoSgM9_NoUnAssigned_GROUPED_SUM.qza --p-metric weighted_unifrac --p-clustering-method upgma --m-metadata-file 20180304_Spider_Microbiome_ALLWHOLE2_Mapping_FIle_noSgM.txt --p-sampling-depth 43263 --i-phylogeny ../20180225_PHII_All_VSearch_OpenRef_99per_Clustered_Seqs_10OTUsmin_NoSgM9_NoUnAssigned_MidPoint_Rooted_TREE.qza --output-dir 20180309_Beta_Rarefaction_Weighted_UNIFRAC --verbose
Traceback (most recent call last):
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/q2cli/commands.py", line 224, in call
results = action(**arguments)
File "", line 2, in beta_rarefaction
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/qiime2/sdk/action.py", line 228, in bound_callable
output_types, provenance)
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/qiime2/sdk/action.py", line 424, in callable_executor
ret_val = self._callable(output_dir=temp_dir, **view_args)
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/q2_diversity/_beta/_beta_rarefaction.py", line 61, in beta_rarefaction
emperor = _jackknifed_emperor(primary, support, metadata)
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/q2_diversity/_beta/_beta_rarefaction.py", line 166, in _jackknifed_emperor
return Emperor(primary_pcoa, df, jackknifed=jackknifed_pcoa, remote='.')
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/emperor/core.py", line 204, in init
self.mf = self.mf.loc[ordination.samples.index]
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/pandas/core/indexing.py", line 1373, in getitem
return self._getitem_axis(maybe_callable, axis=axis)
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/pandas/core/indexing.py", line 1616, in _getitem_axis
return self._getitem_iterable(key, axis=axis)
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/pandas/core/indexing.py", line 1115, in _getitem_iterable
self._has_valid_type(key, axis)
File "/Users/Sara_Jeanne/miniconda2/envs/qiime2-2017.12/lib/python3.5/site-packages/pandas/core/indexing.py", line 1472, in _has_valid_type
key=key, axis=self.obj._get_axis_name(axis)))
KeyError: "None of [Index(['L_hes_whole', 'L_geo_whole', 'L_mac_whole', 'P_tep_whole',\n 'S_grossa_whole'],\n dtype='object')] are in the [index]"
Plugin error from diversity:
"None of [Index(['L_hes_whole', 'L_geo_whole', 'L_mac_whole', 'P_tep_whole',\n 'S_grossa_whole'],\n dtype='object')] are in the [index]"
See above for debug info.
EDIT: I also tried lowering my sample depth to the same as the one i used with my replicates before grouping ... I also tried my collapsed sum table with the qiime diversity core-metrics-phylogenetic script and the same thing happened...
Thank you for your time and help with this,
Sara