Skip to content

Commit

Permalink
bump version to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Aug 30, 2024
1 parent 0a2e7ce commit 0395c96
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ authors:
given-names: Ben J.
orcid: https://orcid.org/0000-0003-0670-7480
title: "Bin Chicken: targeted recovery of low abundance metagenome assembled genomes through intelligent coassembly"
version: 0.12.1
version: 0.12.2
doi: 10.5281/zenodo.10511708
date-released: 2024-07-25
date-released: 2024-08-30
2 changes: 1 addition & 1 deletion binchicken/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.1"
__version__ = "0.12.2"
7 changes: 7 additions & 0 deletions docs/tools/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ binchicken update --coassemble-output coassemble_dir --sra \

<!-- -->

**\--coassemblies-list** *COASSEMBLIES_LIST*

Choose specific coassemblies from elusive clusters newline separated
(e.g. coassembly_0)

<!-- -->

**\--assemble-unmapped**

Only assemble reads that do not map to reference genomes
Expand Down

0 comments on commit 0395c96

Please sign in to comment.