Skip to content

Commit

Permalink
relocate sequencing functions; release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 1, 2019
1 parent effd869 commit 5eb56fb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 579 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ Thumbs.db
# libreoffice lock files:
.~lock*

# Default-named test output
microtest/
open_pipelines/

# IDE-specific items
.idea/

Expand All @@ -69,5 +65,6 @@ open_pipelines/
*RESERVE*

# Build-related stuff
docs/autodoc_build
dist/
ubiquerg.egg-info/
335 changes: 0 additions & 335 deletions docs/autodoc_build/ubiquerg.md

This file was deleted.

8 changes: 3 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Changelog

## [0.0.2]
### Added
- Added more utility functions
### Changed
- `check_bam` is renamed to `peek_read_lengths_and_paired_counts_from_bam`
## [0.0.2] - 2019-05-01
## Changed
- Restrict offerings to most generic functionality

## [0.0.1] - 2019-04-30
- First release version
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ubiquerg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Package exports """
from .collection import *
from .ngs import *
from ._version import __version__
Loading

0 comments on commit 5eb56fb

Please sign in to comment.