Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisAta committed Dec 10, 2024
1 parent cf10baa commit 88c074d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mgnify_pipelines_toolkit"
version = "0.1.8"
version = "0.1.9"
readme = "README.md"
license = {text = "Apache Software License 2.0"}
authors = [
Expand Down Expand Up @@ -44,6 +44,7 @@ get_subunits_coords = "mgnify_pipelines_toolkit.analysis.shared.get_subunits_coo
mapseq2biom = "mgnify_pipelines_toolkit.analysis.shared.mapseq2biom:main"
fastq_suffix_header_check = "mgnify_pipelines_toolkit.analysis.shared.fastq_suffix_header_check:main"
library_strategy_check = "mgnify_pipelines_toolkit.analysis.shared.library_strategy_check:main"
study_summary_generator = "mgnify_pipelines_toolkit.analysis.shared.study_summary_generator:main"
# analysis.amplicon
are_there_primers = "mgnify_pipelines_toolkit.analysis.amplicon.are_there_primers:main"
assess_inflection_point_mcp = "mgnify_pipelines_toolkit.analysis.amplicon.assess_inflection_point_mcp:main"
Expand Down

0 comments on commit 88c074d

Please sign in to comment.