Skip to content

Commit

Permalink
style: update keywords for deep learning libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Aug 5, 2024
1 parent 336a20f commit 12fa7c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/deepbiop-bam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
keywords = ["bam"]
keywords = ["bam", "deep-learning"]
license = { workspace = true }
readme = "../../README.md"
description = "Deep Learning Processing Library for Bam Format"
Expand Down
2 changes: 1 addition & 1 deletion crates/deepbiop-fq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
keywords = ["arrow", "parquet", "fastq"]
keywords = ["arrow", "parquet", "fastq", "deep-learning"]
license = { workspace = true }
readme = "../../README.md"
description = "Deep Learning Preprocessing Library for Fastq Format"
Expand Down
2 changes: 1 addition & 1 deletion crates/deepbiop-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
keywords = ["deep learning", "utils"]
keywords = ["deep-learning", "utils"]
license = { workspace = true }
readme = "../../README.md"
description = "Deep Learning Preprocessing Library for Biological Data"
Expand Down
2 changes: 1 addition & 1 deletion deepbiop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
keywords = [
"deep learning",
"deep-learning",
"bioinformatics",
"fastq",
"bam",
Expand Down

0 comments on commit 12fa7c7

Please sign in to comment.