I have run the pipeline from @Deni_Ribicic q2ONT- q2 workflow for analysis of full length ONT 16S rRNA gene reads with my Nanopore data of a 16S sequencing. Importing the ONT data, training the classifier with the SILVA database and the rest of the pipeline worked well, the following data was generated from the basecalled data:
1_total_run.fastq.gz
2_demux-reads (folder)
3_QC (folder)
4_single-end-demux.qza
4_single_end-demux.qzv
5_derep-seqs.qza
5_derep-seqs.qzv
5_derep-table.qza
5_derep-table.qzv
6.1_uchime-ref-out (folder)
6.2_new-ref-seqs-op_ref-85.qza
6.2_rep-seqs-op_ref-85.qza
6.2_table-op_ref-85.qza
7_aligned-filtered_derep-seqs.qza
8_masked-aligned-filtered_derep-seqs.qza
9_unrooted-tree.qza
10_rooted-tree.qza
11_taxonomy-sklearn.qza
and exported:
dna-sequences.fasta
feature-table.biom
table-with-taxonomy.biom
taxonomy.tsv
tree.nwk
Now I want to create a barplot of the data with the qiime taxa barplot visualizer (https://docs.qiime2.org/2019.10/plugins/available/taxa/barplot/). I would use as input Artifact Table the file “6.2_table-op_ref-85.qza” and as input Artifact taxonomy the file “11_taxonomy-sklearn.qza”. Are these the correct files?
But I also need a metadata file. Can someone please tell me how to generate it from the above data.
I also uploaded the file “10_rooted-tree.qza” to iTol (https://itol.embl.de/) to visualize the results, but unfortunately the tool only shows the tree with the OTU-IDs and not with the taxa. Even if this is a qiime foreign tool, maybe somebody knows how I get the taxa here.
If you need more information please let me know.
Thanks a lot!