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.zipThen copy your .txt files into ascn folder.
# Navigate to the Snakemake directory
cd main.zipThen, run the following command:
snakemake --use-conda all --cores 1After that it will show a Tree.svg
docker build -t {image_name} .
docker run -it --name {container_name} {image_name} /bin/bashdocker pull rendrick27/phylo_flow:latestYou 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