Skip to content

Commit

Permalink
Merge pull request #38 from Carreau/badges
Browse files Browse the repository at this point in the history
Add Badges, and Fix tests
  • Loading branch information
Carreau committed Nov 10, 2018
2 parents 9b68939 + b468420 commit f8c516d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install .
- pip install --quiet -r requirements.txt
- pip install --quiet .
# command to run tests
script:
- wget 'https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz'
- gunzip -cd taxdump.tar.gz | (tar xvf - names.dmp nodes.dmp)
- mv *.dmp tests/data/
- echo 'no' | python tests/testfilesetup.py
- py.test tests/ --setup-only
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# physcraper

[![Build Status](https://travis-ci.org/McTavishLab/physcraper.svg?branch=master)](https://travis-ci.org/McTavishLab/physcraper)[![Documentation](https://readthedocs.org/projects/physcraper/badge/?version=latest&style=flat)](https://physcraper.readthedocs.io/en/latest/)

Continual gene tree updating.
Uses a tree from Open tree of Life (or your own tree) and an alignment to search for and adds homologous sequences to phylogenetic inference.

Expand Down

0 comments on commit f8c516d

Please sign in to comment.