Skip to content

Commit

Permalink
Merge pull request #26 from cauliyang/dev
Browse files Browse the repository at this point in the history
style: Update keywords in Cargo.toml files
  • Loading branch information
cauliyang authored Aug 25, 2024
2 parents 445c781 + 57e9251 commit 3c75fb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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", "deep-learning", "science::bioinformatics", "science::ml"]
keywords = ["bam", "deep-learning", "bioinformatics"]
license = { workspace = true }
readme = "../../README.md"
description = "Deep Learning Processing Library for Bam Format"
Expand Down
2 changes: 1 addition & 1 deletion crates/deepbiop-cli/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", "science::bioinformatics", "biological-data", "command-line-utilities"]
keywords = ["deep-learning", "bioinformatics", "biological-data", "command-line-utilities"]
license = { workspace = true }
readme = "../../README.md"
description = "CLI tool for Processing Biological Data."
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 = ["parquet", "fastq", "deep-learning", "science::ml"]
keywords = ["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", "science::ml"]
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 crates/deepbiop/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", "science::bioinformatics", "biological-data", "science::ml"]
keywords = ["deep-learning", "bioinformatics", "biological-data"]
license = { workspace = true }
readme = "../../README.md"
description = "Deep Learning Processing Library for Biological Data"
Expand Down

0 comments on commit 3c75fb4

Please sign in to comment.