We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f94200 commit 631c521Copy full SHA for 631c521
1 file changed
src-tauri/src/commands.rs
@@ -23,6 +23,7 @@ pub fn get_core_version() -> String {
23
/// Analysis configuration sent from the frontend (camelCase).
24
#[derive(Debug, Clone, Deserialize)]
25
#[serde(rename_all = "camelCase")]
26
+#[allow(dead_code)] // `convert` and `both` are computed in into_args(), not read directly
27
pub struct AnalysisConfig {
28
pub vcf_file: String,
29
pub bam_file: Option<String>,
0 commit comments