Skip to content

Commit

Permalink
Merge branch 'skipmer' into merged-sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Dec 27, 2024
2 parents 96f54e7 + 3a038db commit a46cdf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "sourmash_plugin_directsketch"
description = "Download and Sketch GenBank Assembly Datasets"
readme = "README.md"
version = "0.4.1"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",
Expand All @@ -11,7 +12,7 @@ classifiers = [
dependencies = ["sourmash>=4.8.5,<5"]

authors = [
{ name="N. Tessa Pierce-Ward", orcid="0000-0002-2942-5331" },
{ name= "N. Tessa Pierce-Ward" },
]

[build-system]
Expand All @@ -36,4 +37,7 @@ python-source = "src/python"
macos-deployment-target = "10.14"

[metadata]
license = { text = "GNU Affero General Public License v3" }
license = { text = "GNU Affero General Public License v3" }
authors = [
{ name="N. Tessa Pierce-Ward", orcid="0000-0002-2942-5331" },
]
1 change: 0 additions & 1 deletion src/utils/buildutils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ impl BuildCollection {
mf.select(&multiselection)?;
Ok(mf.records.len())
}

pub fn parse_ksize(value: &str) -> Result<u32, String> {
value
.parse::<u32>()
Expand Down

0 comments on commit a46cdf9

Please sign in to comment.