| #OTUID | taxonomy | ||||||||||
| 367523 | k__Bacteria; p__Bacteroidetes; c__Flavobacteriia; o__Flavobacteriales; f__Flavobacteriaceae; g__Flavobacterium; s__ | ||||||||||
| 187144 | k__Bacteria; p__Firmicutes; c__Clostridia; o__Clostridiales; f__; g__; s__ | ||||||||||
| 836974 | k__Bacteria; p__Cyanobacteria; c__Chloroplast; o__Cercozoa; f__; g__; s__ | ||||||||||
| 310669 | k__Bacteria; p__Firmicutes; c__Clostridia; o__Clostridiales; f__; g__; s__ | ||||||||||
| 823916 | k__Bacteria; p__Proteobacteria; c__Gammaproteobacteria; o__Pseudomonadales; f__Moraxellaceae; g__Enhydrobacter; s__ | ||||||||||
nohup R --slave --vanilla --args -i /data/rebekah_data/Tuflow_ST_Paper/biom_conversions/run_1_to_10.txt -o /data/rebekah_data/Tuflow_ST_Paper/biom_conversions/ST_rerun/con1/ -m /data/rebekah_data/Tuflow_ST_Paper/SourceTracker_Dusan/all_runs_mapping_dusan1.txt < $SOURCETRACKER_PATH/sourcetracker_for_qiime.r
The full result files are then being converted to bioms....(these are scripts I have used today)
biom convert -i
/data/rebekah_data/Tuflow_ST_Paper/biom_conversions/ST_rerun/con1/full_results/sink_predictions_Gardiners_contributions.txt
-o
/data/rebekah_data/Tuflow_ST_Paper/biom_conversions/ST_rerun/con1/full_results/sink_predictions_Gardiners_contributions.biom
--table-type="OTU table" --process-obs-metadata taxonomy
biom add-metadata -i /data/rebekah_data/Tuflow_ST_Paper/biom_conversions/ST_rerun/con1/full_results/sink_predictions_Gardiners_contributions.biom -o /data/rebekah_data/Tuflow_ST_Paper/biom_conversions/ST_rerun/con1/full_results/sink_predictions_Gardiners_contributions_wmd.biom --observation-metadata-fp /data/rebekah_data/Tuflow_ST_Paper/OTU_data/observation_metadata.txt
(I have attached the head of the observation metadata file and the full result file from sourcetracker).
When I then run summarize taxa I get the error that is outlined in the above messages - stating that there is no metadata.
From looking at the biom head data - it does indicate that the metadata is present (from what I can tell) - but getting it to do the reverse after use with sourcetracker is not happening....
Any hints??