Skip to content

chrisgulvik/phylogenetics_scripts

Repository files navigation

Phylogenetics Scripts

System Requirements
  • biopython
  • PhyML
  • RAxML compiled with the PTHREADS lib
Example Installation
pip install biopython
brew install phyml raxml
git clone https://github.com/chrisgulvik/phylogenetics_scripts.git $HOME/phylogenetics_scripts
echo 'export PATH="$PATH:$HOME/phylogenetics_scripts"' >> $HOME/.bash_profile
Usage
  • Build a ML tree using make_ML_tree.py

    make_ML_tree.py -f input.fasta.aln -e .fasta.aln -T 15

  • Filter for only variant sites with remove_uninformative_sites.py

    remove_uninformative_sites.py -i input.fasta.aln

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages