Skip to content

Commit

Permalink
clean up, reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
swo committed Aug 11, 2016
1 parent 6ce7217 commit b49f575
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ sequences with small numbers of counts, the p-value from the chi-square test
had to be computed empirically, which was expensive. In this software, I use
a likelihood ratio test, which I think performs very well.

More details about the math of DBC are in the `doc` folder, which is currently a markdown
file intended to be turned into a pdf with

pandoc --to latex --output math.pdf math.md

## Getting started

### Prerequisites
Expand All @@ -62,6 +57,11 @@ Feed the sequences and the table of sequence counts by samples into this program

Chimera-check the OTUs, possibly with the script in `tools/`.

## Documentation

The `sphinx`-generated documentation is in `doc/`. It contains a rough API and
some explanation of the math used in this implementation.

## Running the tests

The testing framework is [py.test](http://docs.pytest.org/en/latest/). The tests (in `test/`) can be run with `make test` in the top directory.
Expand Down
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy
pandas
scipy
Bio

0 comments on commit b49f575

Please sign in to comment.