Skip to content

Commit 97e34f3

Browse files
Updated README
1 parent 9c71d5f commit 97e34f3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
11
# Bayesian Bootstrap Analyses
2+
3+
This repository contains the code of the "Bayesian bootstrap" analyses.
4+
5+
It is organized in 6 subdirectories corresponding to the 6 use-cases:
6+
7+
- 01_simple_example: simple example of high supports of null branches and low support of short branches.
8+
- 02_covid: Analysis of SARS-CoV-2 dataset.
9+
- 03_ebola: Analysis of the EBOV dataset.
10+
- 04_RVFV: Analysis of the Rift Valley Fever Virus dataset.
11+
- 05_real_datasets: Analysis of 300+100 datasets from https://cme.h-its.org/exelixis/material/raxml_adaptive_data.tar.gz .
12+
- 06_simulations: Aalysis of simulated datasets with different levels of homoplasy.
13+
14+
To run the different analyses, a run.sh script is present in each folder, describing the steps. It generally involves running a nextflow workflow.
15+
16+
The required software are: Java and Apptainer/Singularity.
17+
18+
The results are given in the release of this repository.

0 commit comments

Comments
 (0)