Skip to content

Commit

Permalink
Troubleshoot packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Jul 21, 2017
1 parent 466740e commit 2573e99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `partition`: group reads by shared interesting k-mers
- `localize`: determine an assembled contig's location in the reference genome
- `call`: align assembled contigs to reference and call variant
- Documentation suite in `docs/`, hosted at https://kevlar.readthedocs.io
- Documentation suite in `docs/`, hosted at https://kevlar.readthedocs.io
- New third-party dependency `ksw2` for computing alignments. Wrapped with Cython, which is a new development-time dependency (but not install or run time).
- The `pandas` package is now a dependency, and `pysam` and `networkx` are now hard dependencies (rather than conditional).

### Fixed
- Bug with assembly when the order of a read pair was swapped and they had the opposite orientation (see #85).
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
include versioneer.py
include kevlar/_version.py
recursive-include kevlar/tests/data *
recursive-include src *
recursive-include inc *
recursive-include third-party *

0 comments on commit 2573e99

Please sign in to comment.