conda install -n base -c conda-forge mamba
git clone https://github.com/lucanest/Phyloformer.git && cd Phyloformer
conda create -n phylo python=3.9 -c defaults && conda activate phylo pip install -r requirements.txt
python infer_alns.py -o data/testdata/pf_matrices models/pf.ckpt data/testdata/msas
./bin/bin_macos/fastme -i "data/pf66_matrices/PF00066.phy" -o "data/pf66_matrices/PF00066.nwk" --nni --spr
git clone https://github.com/Cassie818/MsaPhylo.git cd MsaPhylo
pip install fair-esm --quiet pip install transformers --quiet pip install pysam --quiet pip install Bio pip install ete3
python MsaPhylo.py
--i "./data/Pfam/PF00066.fasta"
--name 'PF00066'
--o "./PF00066_output_tree"
--l 2