We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcf7dc commit 7fdf049Copy full SHA for 7fdf049
packages/nextclade/src/qc/qc_config.rs
@@ -376,7 +376,6 @@ pub struct QcRulesConfigRecombinants {
376
#[serde(default, skip_serializing_if = "Option::is_none")]
377
pub label_switching: Option<QcRecombConfigLabelSwitching>,
378
379
- #[deprecated(note = "Use weighted_threshold.threshold instead")]
380
381
pub mutations_threshold: Option<usize>,
382
}
@@ -395,7 +394,6 @@ impl QcRulesConfigRecombinants {
395
394
396
397
398
- #[allow(deprecated)]
399
pub fn get_weighted_threshold_config(&self) -> QcRecombConfigWeightedThreshold {
400
if let Some(config) = &self.weighted_threshold {
401
config.clone()
0 commit comments