Skip to content

Commit

Permalink
add params into the YAML update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Aug 25, 2024
1 parent 5d063ff commit b901cc6
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 122 deletions.
27 changes: 1 addition & 26 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.2.0 rpetit3/sccmec "" 2024/08/25
## v1.2.0 rpetit3/sccmec "Newman" 2024/08/25

- Utilize both targets and full cassettes for classification
- update default thresholds based on `camlhmp-blast-thresholds`
Expand All @@ -17,28 +17,3 @@
## v1.0.0 rpetit3/sccmec "MRSA" 2024/04/30

- Initial release

@click.option(
"--min-targets-pident",
default=90,
show_default=True,
help="Minimum percent identity of targets to count a hit",
)
@click.option(
"--min-targets-coverage",
default=80,
show_default=True,
help="Minimum percent coverage of targets to count a hit",
)
@click.option(
"--min-regions-pident",
default=85,
show_default=True,
help="Minimum percent identity of regions to count a hit",
)
@click.option(
"--min-regions-coverage",
default=83,
show_default=True,
help="Minimum percent coverage of regions to count a hit",
)
Loading

0 comments on commit b901cc6

Please sign in to comment.