2024.12.02
- Fixed a small
core_count
print gap. - Version bump.
2024.12.01
- Update version.
- Show Manager dict in notebook.
2024.11.24
- Update
__init__
description. - Auto-clamped primers in
primer
module. - Fix verbosity issue in
lenstat
. - Fixed degenerate constraint issue in
motif
. - Automated robust
homology
initialization. - Adjusted edge-effect length calculation for repeats.
- Adding
maximum_repeat_length
tomotif
andspacer
. - Refactor non-repetitiveness of primer, spacer and motif,
2024.11.03
- Changed automatic padding constraints.
- Introduced design of constants as a motif type.
- Added Orphan Oligo indicators to
motif
andspacer
. - Updated the oligo length limit parsing.
- Updated edge-effect calculation in
pad
. - Removed
bounter
since deprecated. - Switched to
ShareDB
. - Added robust parallelization for POSIX systems.
2024.10.29
- Fix edge extraction and edge-effect length calc.
- Update
barcode
to include returning orphan oligos on failure.
2024.10.27
- Drop two-bit encoding idea.
- Use set-based non-repetitiveness per context.
2024.10.24
- Updated stats variables in
final
andlenstat
. - Added
revcomp
andmerge
auxiliary modules. - Bugfix in
utils
.
2024.10.20
- Updated
OligopoolCalculatorInAction.ipynb
. - Updated
acount
andxcount
.
2024.10.08
- Updated
README.md
. - Updated
OligopoolCalculatorInAction.ipynb
. - Removed shell scripts -- don't need 'em.
- Updated
index
,background
,lenstat
,pack
,acount
, andxcount
. - Updated
design_parser.py
. - Updated
analysis_pipeline.py
.
2024.10.07
- Updated
README.md
. - Finalize and test
design_parser.py
.
2024.10.05
- Updated docstrings in
lenstat
,vectorDB
. - Updated
spacer
,motif
,final
. - Reverting to stats-only for
lenstat
. - Removed
deprecated
directory (will use commit history). - Updated docstrings for
split
andpad
. Design Mode
is completed.
2024.10.02
- Updated
__init__.py
- Updated
OligopoolCalculatorInAction.ipynb
. - Updated
README.md
. - Mitigated
background
open issue on error inprimer
. - Updated docstrings in
barcode
,primer
, andbackground
.
2024.09.30
- Updated
README.md
. - Started
OligopoolCalculatorInAction.ipynb
. - Expose
vectorDB
and fixed wrapping. - Updated
background
and finished docstring and stats dict. - Updated
primer
and finished docstring and stats dict.
2024.09.29
- Switched to repeat elimination via edge-effects in
barcode
design. - Update
__init__.py
. - Update
README.md
. - Update
__version__
. - Update
setup.py
.
2024.09.27
- Updated
setup.py
. - Switching to
plyvel
becauseLevelDB
no longer a thing. - Updated
vectorDB
. - Removed TODOs.
- Restructured packaging.
- Updated interfaces.