Skip to content

Commit

Permalink
Merge pull request #12 from luizirber/binder
Browse files Browse the repository at this point in the history
Add a Binder badge
  • Loading branch information
Will Rowe committed Dec 4, 2018
2 parents 773cab7 + a89dd1c commit b46f891
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<a href='http://hulk.readthedocs.io/en/latest/?badge=latest'><img src='https://readthedocs.org/projects/hulk/badge/?version=latest' alt='Documentation Status' /></a>
<a href="https://goreportcard.com/report/github.com/will-rowe/hulk"><img src="https://goreportcard.com/badge/github.com/will-rowe/hulk" alt="reportcard"></a>
<a href="https://zenodo.org/badge/latestdoi/143890875"><img src="https://zenodo.org/badge/143890875.svg" alt="DOI"></a>
<a href="https://mybinder.org/v2/gh/will-rowe/hulk/master?filepath=paper%2Fanalysis-notebooks"><img src="https://mybinder.org/badge_logo.svg" alt="Binder"></a>
</div>

***
Expand Down
13 changes: 13 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: hulk
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python==3.6.5
- hulk==0.0.2
- pandas==0.23.4
- seaborn==0.9.0
- scikit-learn==0.19.2
- simka==1.4.0
- sra-tools==2.9.1_1

0 comments on commit b46f891

Please sign in to comment.