Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed Jul 15, 2020
1 parent 000d1e4 commit 2768b16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/mds/FindTrees.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ optional arguments:
-tb, --treebase Rturn studies with treebase data only
-o OUTPUT, --output OUTPUT
Output file path

e.g.

find_trees.py --taxon_name Malvaceae --treebase -o malvacea.txt

find_trees.py --ott_id 124219 -o orcinus.txt
3 changes: 2 additions & 1 deletion docs/mds/INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Downloading Physcraper

In order to easily access the example data and ancillary files, we recommend downloading the physcraper repo from GitHub and installing lcoally.
While physcraper can be install via pip,
in order to easily access the example data and ancillary files, we recommend downloading the physcraper repo from GitHub and installing locally.
First step is to clone the Physcraper repo to your computer:

```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='Physcraper',
version='0.4',
version='0.5',
description='Physcraper',
author='Emily Jane McTavish',
author_email='ejmctavish@gmail.com',
Expand Down

0 comments on commit 2768b16

Please sign in to comment.