Skip to content

Commit b901cc6

Browse files
committed
add params into the YAML update readme
1 parent 5d063ff commit b901cc6

File tree

3 files changed

+240
-122
lines changed

3 files changed

+240
-122
lines changed

CHANGELOG

+1-26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.2.0 rpetit3/sccmec "" 2024/08/25
3+
## v1.2.0 rpetit3/sccmec "Newman" 2024/08/25
44

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

1919
- Initial release
20-
21-
@click.option(
22-
"--min-targets-pident",
23-
default=90,
24-
show_default=True,
25-
help="Minimum percent identity of targets to count a hit",
26-
)
27-
@click.option(
28-
"--min-targets-coverage",
29-
default=80,
30-
show_default=True,
31-
help="Minimum percent coverage of targets to count a hit",
32-
)
33-
@click.option(
34-
"--min-regions-pident",
35-
default=85,
36-
show_default=True,
37-
help="Minimum percent identity of regions to count a hit",
38-
)
39-
@click.option(
40-
"--min-regions-coverage",
41-
default=83,
42-
show_default=True,
43-
help="Minimum percent coverage of regions to count a hit",
44-
)

0 commit comments

Comments
 (0)