This tool, developed within the scope of ASB.
- at least one txt files with ascn number;
- Python & BioPython
- Mafft ;
- Modeltest-ng ;
- Raxml-ng ;
- Toytree ;
- Snakemake ;
#TxT formart
Sequence_name;ascn_number
#Example
Paramacrobiotus_gadabouti_sp._nov._MD50.1;OP394210
# Download the project
wget https://github.com/Rendrick27/PhyloFlow/archive/refs/heads/main.zip
# Unzip the folder
unzip main.zip
Then copy your .txt files into ascn folder.
# Navigate to the Snakemake directory
cd main.zip
Then, run the following command:
snakemake --use-conda all --cores 1
After that it will show a Tree.svg
docker build -t {image_name} .
docker run -it --name {container_name} {image_name} /bin/bash
docker pull rendrick27/phylo_flow:latest
You may adjust settings in the Snakemake file, such as threads and bootstraps in params, but remember that using more threads may cause more issues.
GPLv3