Skip to content

Commit

Permalink
Merge pull request #214 from fls-bioinformatics-core/version-0.13.0
Browse files Browse the repository at this point in the history
genomics-bcftbx version 1.13.0
  • Loading branch information
pjbriggs committed Jul 10, 2023
2 parents 199d9ef + 676c4a9 commit 971bd30
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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

0 comments on commit 971bd30

Please sign in to comment.