├── README.md ├── docs └── selection │ ├── README.md │ ├── data │ ├── CVV_G.fas │ ├── CVV_G_GARD.nex │ ├── HIV-relax.nwk │ ├── HIV.nex │ ├── HIV.nwk │ ├── HIV_RT.nex │ ├── WestNileVirus_NS3.fas │ └── files.zip │ ├── images │ ├── .DS_Store │ ├── CLI-dialog.png │ ├── GUI-dialog.png │ ├── GUI-input.png │ ├── busted-datamonkey-progress.png │ └── busted-datamonkey.png │ ├── papers │ ├── BUSTED.pdf │ ├── FUBAR.pdf │ ├── MEME.pdf │ ├── RELAX.pdf │ └── aBSREL.pdf │ └── slides.pdf ├── index.html ├── javascripts └── scale.fix.js ├── params.json └── stylesheets ├── github-light.css └── styles.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/README.md -------------------------------------------------------------------------------- /docs/selection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/README.md -------------------------------------------------------------------------------- /docs/selection/data/CVV_G.fas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/CVV_G.fas -------------------------------------------------------------------------------- /docs/selection/data/CVV_G_GARD.nex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/CVV_G_GARD.nex -------------------------------------------------------------------------------- /docs/selection/data/HIV-relax.nwk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/HIV-relax.nwk -------------------------------------------------------------------------------- /docs/selection/data/HIV.nex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/HIV.nex -------------------------------------------------------------------------------- /docs/selection/data/HIV.nwk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/HIV.nwk -------------------------------------------------------------------------------- /docs/selection/data/HIV_RT.nex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/HIV_RT.nex -------------------------------------------------------------------------------- /docs/selection/data/WestNileVirus_NS3.fas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/WestNileVirus_NS3.fas -------------------------------------------------------------------------------- /docs/selection/data/files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/data/files.zip -------------------------------------------------------------------------------- /docs/selection/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/images/.DS_Store -------------------------------------------------------------------------------- /docs/selection/images/CLI-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/images/CLI-dialog.png -------------------------------------------------------------------------------- /docs/selection/images/GUI-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/images/GUI-dialog.png -------------------------------------------------------------------------------- /docs/selection/images/GUI-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/images/GUI-input.png -------------------------------------------------------------------------------- /docs/selection/images/busted-datamonkey-progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/images/busted-datamonkey-progress.png -------------------------------------------------------------------------------- /docs/selection/images/busted-datamonkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/images/busted-datamonkey.png -------------------------------------------------------------------------------- /docs/selection/papers/BUSTED.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/papers/BUSTED.pdf -------------------------------------------------------------------------------- /docs/selection/papers/FUBAR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/papers/FUBAR.pdf -------------------------------------------------------------------------------- /docs/selection/papers/MEME.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/papers/MEME.pdf -------------------------------------------------------------------------------- /docs/selection/papers/RELAX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/papers/RELAX.pdf -------------------------------------------------------------------------------- /docs/selection/papers/aBSREL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/papers/aBSREL.pdf -------------------------------------------------------------------------------- /docs/selection/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/docs/selection/slides.pdf -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/index.html -------------------------------------------------------------------------------- /javascripts/scale.fix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/javascripts/scale.fix.js -------------------------------------------------------------------------------- /params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/params.json -------------------------------------------------------------------------------- /stylesheets/github-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/stylesheets/github-light.css -------------------------------------------------------------------------------- /stylesheets/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veg/hyphy-tutorials/HEAD/stylesheets/styles.css --------------------------------------------------------------------------------