Skip to content

Commit

Permalink
May as well release to pypi...
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed Apr 1, 2017
1 parent 7f6ab98 commit 6fd8777
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 18 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,15 @@ for generating them, is also included.
#### Host/Parasite

* **gopher-louse** Hafner, M.S. & Nadler, S.A. 1988. *Phylogenetic trees support the coevolution of parasites and their hosts.* Nature 332: 258-259)
* **dove-louse** Dale H. Clayton, Sarah E. Bush, Brad M. Goates, and Kevin P. Johnson. 2003. *Host defense reinforces host–parasite cospeciation.* PNAS.
* **dove-louse** Dale H. Clayton, Sarah E. Bush, Brad M. Goates, and Kevin P. Johnson. 2003. *Host defense reinforces host–parasite cospeciation.* PNAS.

#### Plant/Pollinator (visitor) interactions

These were originally collected by Enrico Rezende *et al.* :

> Enrico L. Rezende, Jessica E. Lavabre, Paulo R. Guimarães, Pedro Jordano & Jordi Bascompte
"[Non-random coextinctions in phylogenetically structured mutualistic networks](http://www.nature.com/nature/journal/v448/n7156/abs/nature05956.html)," *Nature*, 2007

* **arr1** Arroyo, M.T.K., R. Primack & J.J. Armesto. 1982. *Community studies in pollination ecology in the high temperate Andes of central Chile. I. Pollination mechanisms and altitudinal variation.* Amer. J. Bot. 69:82-97.
* **arr2** Arroyo, M.T.K., R. Primack & J.J. Armesto. 1982. *Community studies in pollination ecology in the high temperate Andes of central Chile. I. Pollination mechanisms and altitudinal variation.* Amer. J. Bot. 69:82-97.
* **arr3** Arroyo, M.T.K., R. Primack & J.J. Armesto. 1982. *Community studies in pollination ecology in the high temperate Andes of central Chile. I. Pollination mechanisms and altitudinal variation.* Amer. J. Bot. 69:82-97.
Expand Down
6 changes: 5 additions & 1 deletion data/dove-louse/dove-louse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,11 @@
" fasta = Entrez.efetch( db='nucleotide', id=ntid, rettype='fasta', retmode='text' ).read()\n",
" louse_dna = parse( StringIO( fasta ), 'fasta' ).next()\n",
" print louse_dna.description\n",
" louse_records.append( louse_dna )"
" louse_records.append( louse_dna )\n",
"\n",
"AF279704:AF279743\n",
"AF278608:AF278643\n",
"AY151003:AY151026"
]
},
{
Expand Down
34 changes: 18 additions & 16 deletions data/sedge-smut/sedge-smut.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
author_email='[email protected]',
license='BSD',
packages=['SuchTree'],
download_url='https://github.com/ryneches/SuchTree/archive/0.1.tar.gz',
install_requires=[
'scipy>=0.18',
'numpy',
Expand Down

0 comments on commit 6fd8777

Please sign in to comment.