A pipeline for the pangenome-wide assocation testing of multiple bacteria phenotypes.
conda install -c g-r-eg bgwas3
- Create and cd into an empty project directory
- Put all fastqs into a sub-directory named "fastqs"
- Put reference genome (.fa) and annotations (.gff) into a directory named "refs"
- Create a tsv file named 'phenos.tsv' with an 'id' column and one or more 'pheno_xxx' columns
- Run:
bgwas3 make full
- View results with:
open results/plots/index.html
More documentation coming soon.