Skip to content

Commit

Permalink
updates readme and git ignore
Browse files Browse the repository at this point in the history
* Adds new dependencies for pretty plots
* updates gitignore file to not see pdfs
  • Loading branch information
jwdebelius committed Oct 28, 2016
1 parent 3111cf4 commit 5887797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ doc/source/generated
.DS_Store

# IPythnon checkpoints
.ipynb_checkpoints
.ipynb_checkpoints

# Image files
*.pdf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ A repository containing analyses used to perform bloom filtering

To reproduce the analyses in the analyses in `ipynb`, run the following commands
```
conda create -n bloom pip python=3 numpy scikit-bio IPython notebook
conda create -n bloom pip python=3 numpy scikit-bio jupyter seaborn matplotlib=1.5.1
pip install -e .
```

0 comments on commit 5887797

Please sign in to comment.