File tree 3 files changed +240
-122
lines changed
3 files changed +240
-122
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v1.2.0 rpetit3/sccmec "" 2024/08/25
3
+ ## v1.2.0 rpetit3/sccmec "Newman " 2024/08/25
4
4
5
5
- Utilize both targets and full cassettes for classification
6
6
- update default thresholds based on `camlhmp-blast-thresholds`
17
17
## v1.0.0 rpetit3/sccmec "MRSA" 2024/04/30
18
18
19
19
- 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
- )
You can’t perform that action at this time.
0 commit comments