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

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    92b512a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    7689a16 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. [Added] reads.fas file logic (#2)

    * [Added] Reads.fas logic
    
    * [Added] Minimal docs sphinx
    
    * [Updated] CI Docker
    
    * [Fixed] CI
    
    * [Added] Logic for reads.fas generation
    spaceben authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    d3d62d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Dev (#3)

    * [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
    spaceben authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    538634b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. [Added] Impl max and min reads param (#4)

    * [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 authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    c90248e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    6fba0b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. [Added] Readthedocs config

    spaceben committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ab67777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2837651 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e3df25 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    678e159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b2a47 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. [Docs] Small fix

    spaceben committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    dde23dd View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Switch to poetry/pybind11 (#5)

    * [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
    spaceben authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ed7ef3f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Cleanup shorah_snv and remove amplicon mode (#6)

    * [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
    spaceben authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7625c20 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Fix -1/0/1 bug (#7)

    * [Added] Also output fas for each window
    
    * [Fixed] Unit tests
    
    * [Added] Conformance flag to old version, resolved issue
    spaceben authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4732f7f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Improve docs (#8)

    * [Added] Also output fas for each window
    
    * [Fixed] Unit tests
    
    * [Added] Conformance flag to old version, resolved issue
    
    * [Added] Improved docs
    spaceben authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    301d0ed View commit details
    Browse the repository at this point in the history