You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ For somatic variant calling using **tumor-only** samples, please try [ClairS-TO]
65
65
----
66
66
67
67
## Latest Updates
68
+
*v1.1.1 (May 19, 2025)* : 1. Fixed the malformed VCF header issue that occurred specifically in AWS cloud environments([#380](https://github.com/HKU-BAL/Clair3/issues/380)). 2.Added a Clair3 R10.4.1 model fine-tuned on 12 [bacterial genomes](https://elifesciences.org/reviewed-preprints/98300) with improved variant calling performance for bacterial samples. Performance benchmarks and detailed results are documented in our note ["fine-tuning_Clair3_with_12_bacteria_samples"](docs/fine-tuning_Clair3_with_12_bacteria_samples.pdf), (co-contributor @[William Shropshire](https://github.com/wshropshire)) .
*v1.0.11 (Mar 19, 2025)* : 1. Added the `--enable_variant_calling_at_sequence_head_and_tail` option to enable variant calling at the head and tail 16bp of each sequence. Use with caution because alignments are less reliable in the regions, and there would be insufficient context to be fed to the neural network for reliable calling ([#257
@@ -136,9 +138,10 @@ In a docker installation, models are in `/opt/models/`. In a bioconda installati
136
138
| Model name | Platform | Option (`-p/--platform`) | Training samples | Included in the bioconda package | Included in the docker image | Date |
@@ -148,6 +151,15 @@ In a docker installation, models are in `/opt/models/`. In a bioconda installati
148
151
149
152
ONT provides models for some latest or specific chemistries and basecallers (including both Guppy and Dorado) through [Rerio](https://github.com/nanoporetech/rerio). These models are tested and supported by the ONT developers.
150
153
154
+
We have also added the latest version of ONT-provided models in Docker and Bioconda since v1.1.1:
155
+
156
+
| Model name | Chemistry | Dorado basecaller model | Option (`-p/--platform`) | Training samples | Included in the bioconda package | Included in the docker image |
0 commit comments