PHylogenomic ANalyses for the TAxonomy and Sytematics of Microbes
2.5K
Automating microbial taxonomy workflows with PHANTASM: PHylogenomic ANalyses for the TAxonomy and Systematics of Microbes
Joseph S. Wirth & Eliot C. Bush, 2023
doi: 10.1093/nar/gkad196
podman (3.4.7). It is unclear what is causing this issue.
docker pull jwirth/phantasm:latest
docker run -v $(pwd):/data jwirth/phantasm:latest phantasm help
PHANTASM can be containerized using Singularity. See the detailed tutorial for more information
docker run -v $(pwd):/data jwirth/phantasm:latest phantasm getPhyloMarker -i <input> -e <email address>
Examine initialAnalysis/putativePhylogeneticMarkers; pick one or more phylogenetic markers
docker run -v $(pwd):/data jwirth/phantasm:latest phantasm refinePhylogeny -i <input> -t <locus tag(s)> -e <email address>
docker run -v $(pwd):/data jwirth/phantasm:latest phantasm knownPhyloMarker -i <input> -t <locus tag(s)> -e <email address>
Make a human map file as described in section 3.3 of the tutorial
docker run -v $(pwd):/data jwirth/phantasm:latest phantasm analyzeGenomes -i <input> -m <map file> -e <email address>
This only works after running either option 2 or option 3
docker run -v $(pwd):/data jwirth/phantasm:latest phantasm rankPhyloMarkers -i <phantasm results directory>
The following files are likely to be the most useful for phylogenomic and taxonomic analyses:
speciesTree.nwk: this is the species tree, it is rooted on the outgroup, and the outgroup is present in the treespeciesTree_outgroupPruned.nwk: this is the same species tree as above, but the outgroup has been pruned to allow better resolution of the relevant phylogenomic relationshipsaai_matrix.txt: this is a raw text file containing the average amino acid identities for all of the taxa in speciesTree_outgroupPruned.nwkaai_heatmap.pdf: this is a visualization of the data in aai_matrix.txt and the taxa are ordered to match the order of the taxa in speciesTree_outgroupPruned.nwk. Due to a bug in the R package gplots, the tree cannot be plotted alongside the heatmap at this time.ani_matrix.txt: this is a raw text file containing the average nucleotide identities for all of the taxa in speciesTree_outgroupPruned.nwkani_heatmap.pdf: this is a visualization of the data in ani_matrix.txt and the taxa are ordered to match the order of the taxa in speciesTree_outgroupPruned.nwk. Due to a bug in the R package gplots, the tree cannot be plotted alongside the heatmap at this time.coreGenesSummary.txt: this is a tab-delimited file containing detailed information on the core genes used to construct the species tree. Locus tags, gene numbers, gene names, and annotations are only specified for the input genomes. The indicated alignment file can be used to determine these data for other reference genomes used in the analysis.wgsHumanMap.txt: this file lists all of the accession numbers for the genomes used in the analysis as well as their human readable names found in the alignments, trees, and heatmaps. The equivalent of this file was provided by the user if analyzeGenomes was used.Content type
Image
Digest
sha256:ea09f80da…
Size
914.4 MB
Last updated
almost 3 years ago
docker pull jwirth/phantasm