Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Sep 2, 2024
1 parent a664af7 commit bf962bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 97 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ authors:
given-names: Ben J.
orcid: https://orcid.org/0000-0003-0670-7480
title: "Galah: More scalable dereplication for metagenome assembled genomes"
version: 0.4.0
version: 0.4.1
doi: 10.5281/zenodo.10526086
date-released: 2024-01-18
date-released: 2024-09-02
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "galah"
version = "0.4.0"
version = "0.4.1"
authors = ["Ben Woodcroft <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
Expand All @@ -18,7 +18,7 @@ exclude = [ # Max upload is 10MB, as of writing test data was 31MB
[dependencies]
clap = { version="4.*", features = ["cargo"] } # cargo feature required for crate_version!
log = "0.4.*"
env_logger = "0.10.*"
env_logger = "0.11.*"
# checkm = "0.1.*"
checkm = "0.2.0"
rayon = "1.5"
Expand All @@ -28,7 +28,7 @@ bird_tool_utils = "0.5.*"
# bird_tool_utils = { path = "../bird_tool_utils" }
tempfile = "3.*"
finch = "0.6.*"
disjoint = { version = "0.6.*" }
disjoint = { version = "0.8.*" }
needletail = "0.5.*"
bird_tool_utils-man = "0.4.0"
lazy_static = "1.4.0"
Expand Down
99 changes: 7 additions & 92 deletions docs/galah-cluster.html

Large diffs are not rendered by default.

0 comments on commit bf962bd

Please sign in to comment.