Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b2w rewrite to Python #84

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

b2w rewrite to Python #84

wants to merge 16 commits into from

Conversation

spaceben
Copy link

@spaceben spaceben commented Oct 16, 2021

[Added]

  • Ports b2w.cpp to Python utilizing pysam
  • Replaces Travis with Github Actions
  • Introduces Sphinx for documentation

[Removed]

  • b2w.cpp

[Fixed]

  • reads.fas

Breaking changes in b2w.py vs b2w.cpp

  • -d option not longer available
  • Window creation before and after region of interest (at the edges)
  • region not longer optional

spaceben and others added 3 commits September 21, 2021 16:00
* [Added] Reads.fas logic

* [Added] Minimal docs sphinx

* [Updated] CI Docker

* [Fixed] CI

* [Added] Logic for reads.fas generation
@spaceben spaceben changed the title [WIP] b2w rewrite b2w rewrite to Python Oct 19, 2021
spaceben and others added 3 commits November 14, 2021 18:32
* [Added] Restructered doc and b2w interface

* [Added] argparse for b2w

* [Changed] Pytest parametrized by different b2w inputs; Old b2w version used to generate test data

* [Changed] Restructed testing for more general test sets

* [Added] tiling strategy class

* [Fixed] tests path

* [Added] Additional test data set
[Fixed] Numerous bugs in b2w
* [Added] Restructered doc and b2w interface

* [Added] argparse for b2w

* [Changed] Pytest parametrized by different b2w inputs; Old b2w version used to generate test data

* [Changed] Restructed testing for more general test sets

* [Added] tiling strategy class

* [Fixed] tests path

* [Added] Additional test data set
[Fixed] Numerous bugs in b2w

* [Added] Impl of maximum_reads

* [Added] Impl for minimum_reads
@spaceben spaceben marked this pull request as ready for review November 16, 2021 18:03
spaceben and others added 10 commits November 18, 2021 15:40
* [Added] Cpp bindings [Fixed] Mem leaks in dpm_sampler

* [Added] Old b2w with Cpp interface, long_deletion test [Fixed] All tests

* [Added] Workflow, [Removed] Examples that were converted to tests

* [Fixed] Missing deps

* [Fixed] GHA yaml

* [Fixed] Upload wheel

* [Fixed] tar gz

* [Added] Release flow

* [Added] Release without tag

* [Fix] Use short SHA as tag

* [Fix] setuptools

* [Fixed] docs
[Fixed] Version bump numpy ndarray issue

* [Fix] Cleanup files and file names

* [Fix] GH file naming convention

* [Fix] Release notes

* [Fix] CI tagging

* [Fix] CI tagging

* [Fix] CI restructured

* [Fix] CI name

* [Add] conda env

* [Fix] conda pin versions

* [Add] Bump versions [Remove] Dead code __future__

* [Changed] trimer tiling (triple)

* [Fix] Tuple vs list issue in tiling

* [Fix] Windows for primer tiling

* [Add] todos for incomplete code refactoring

* [Draft] shorah snv rewrite to more flexible windows

* [Removed] Release action because pip allows installs from branch

* [Added] Shorah shotgun -r is now optional

* [Fixed] Without region flag -r
* [Removed] amplicon mode

* [Added] Cleanup of shorah_snv with new csv format

* [Fixed] Output files and their location

* [Fixed] New output file

* [Fixed] Test except for long_del

* [Fixed] Long deletion test
* [Added] Also output fas for each window

* [Fixed] Unit tests

* [Added] Conformance flag to old version, resolved issue
* [Added] Also output fas for each window

* [Fixed] Unit tests

* [Added] Conformance flag to old version, resolved issue

* [Added] Improved docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant