Skip to content

Commit 2768b16

Browse files
committed
clean up
1 parent 000d1e4 commit 2768b16

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/mds/FindTrees.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ optional arguments:
1515
-tb, --treebase Rturn studies with treebase data only
1616
-o OUTPUT, --output OUTPUT
1717
Output file path
18+
19+
e.g.
20+
21+
find_trees.py --taxon_name Malvaceae --treebase -o malvacea.txt
22+
23+
find_trees.py --ott_id 124219 -o orcinus.txt

docs/mds/INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Downloading Physcraper
22

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

67
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = fh.read()
77

88
setup(name='Physcraper',
9-
version='0.4',
9+
version='0.5',
1010
description='Physcraper',
1111
author='Emily Jane McTavish',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)