Hi everyone,
I’d like to ask a question about phylogenetic trees.
I’m working with an amplicon-based dataset and I wanted to build a phylogenetic tree based on ASVs using bootstrapping. I first ran alignment mafft, then alignment mask, and finally phylogeny raxml-rapid-bootstrap with the following parameters:
--p-bootstrap-replicates 100 \
--p-substitution-model GTRCAT \
--p-n-threads 40 \
--p-raxml-version AVX2
However, the bootstrap step was taking more than a full day to run, so I stopped it because it didn’t seem like the best choice. I don’t have much experience with phylogenetic trees in QIIME2, so I’m wondering if this approach makes sense for ASV-based data, or if there are more appropriate or efficient methods you would recommend for building a phylogenetic tree in this case.
Any suggestions or advice would be very welcome. Thanks!