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

genomics-bcftbx version 1.13.0 #214

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Version History and Changes
===========================

---------------------------
Version 1.13.0 (2023-17-10)
---------------------------

* bcftbx/utils: new function 'convert_size_to_bytes'
https://github.com/fls-bioinformatics-core/genomics/pull/213
* bcftbx/mock: 'MockIlluminaRun' updated to add 'miniseq' as
a platform, expose flow cell mode, and create additional files
(including run completion indicators) in mock run directories
https://github.com/fls-bioinformatics-core/genomics/pull/212
* bcftbx/md5sum: reimplement 'md5sum' function to reduce
memory footprint
https://github.com/fls-bioinformatics-core/genomics/pull/211
* bcftbx/IlluminData: fix bugs in 'IlluminaProject' when
assigning Fastqs when there is a mixture of lanes and no-lanes
in Fastq names
https://github.com/fls-bioinformatics-core/genomics/pull/210
https://github.com/fls-bioinformatics-core/genomics/pull/208

---------------------------
Version 1.12.0 (2022-12-06)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion bcftbx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current version of the bcftbx package
__version__ = '1.12.0'
__version__ = '1.13.0'

def get_version():
"""Returns a string with the current version of the bcftbx package (e.g., "0.2.0")
Expand Down