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
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
I wanted to try this interesting piece of software but when I ran it with the exact same config file (bar for the path to the fasta file, which is adjusted to my set up)
ionmesh -c ionmesh_config.toml test.d
I get the following message:
thread 'main' panicked at src/main.rs:97:49:
called Result::unwrap() on an Err value: Error { inner: Error { inner: TomlError { message: "missing field max_mz_expansion_ratio", raw: Some("[denoise_config]\r\nmz_scaling = 0.015\r\nims_scaling = 0.03\r\nms2_min_n = 2\r\nms1_min_n = 3\r\nms1_min_cluster_intensity = 100\r\nms2_min_cluster_intensity = 50\r\n\r\n[tracing_config]\r\nmz_scaling = 0.019999999552965164\r\nrt_scaling = 2.200000047683716\r\nims_scaling = 0.02\r\nmin_n = 2\r\nmin_neighbor_intensity = 200\r\n\r\n[pseudoscan_generation_config]\r\nrt_scaling = 0.7\r\nquad_scaling = 5.0\r\nims_scaling = 0.02\r\nmin_n = 4\r\nmin_neighbor_intensity = 500\r\n\r\n[sage_search_config]\r\nstatic_mods = [[\r\n "C",\r\n 57.0215,\r\n]]\r\nvariable_mods = [[\r\n "M",\r\n [15.9949],\r\n]]\r\nfasta_path = "myfasta.fasta"\r\n\r\n[output_config] # These options can be missing, if missing will not output the files.\r\nout_features_csv = "features.csv"\r\ndebug_traces_csv = "debug_traces.csv"\r\ndebug_scans_json = "debug_scans.json"\r\n"), keys: ["denoise_config"], span: Some(0..151) } } }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Dear all,
I wanted to try this interesting piece of software but when I ran it with the exact same config file (bar for the path to the fasta file, which is adjusted to my set up)
ionmesh -c ionmesh_config.toml test.d
I get the following message:
thread 'main' panicked at src/main.rs:97:49:
called
Result::unwrap()on anErrvalue: Error { inner: Error { inner: TomlError { message: "missing fieldmax_mz_expansion_ratio", raw: Some("[denoise_config]\r\nmz_scaling = 0.015\r\nims_scaling = 0.03\r\nms2_min_n = 2\r\nms1_min_n = 3\r\nms1_min_cluster_intensity = 100\r\nms2_min_cluster_intensity = 50\r\n\r\n[tracing_config]\r\nmz_scaling = 0.019999999552965164\r\nrt_scaling = 2.200000047683716\r\nims_scaling = 0.02\r\nmin_n = 2\r\nmin_neighbor_intensity = 200\r\n\r\n[pseudoscan_generation_config]\r\nrt_scaling = 0.7\r\nquad_scaling = 5.0\r\nims_scaling = 0.02\r\nmin_n = 4\r\nmin_neighbor_intensity = 500\r\n\r\n[sage_search_config]\r\nstatic_mods = [[\r\n "C",\r\n 57.0215,\r\n]]\r\nvariable_mods = [[\r\n "M",\r\n [15.9949],\r\n]]\r\nfasta_path = "myfasta.fasta"\r\n\r\n[output_config] # These options can be missing, if missing will not output the files.\r\nout_features_csv = "features.csv"\r\ndebug_traces_csv = "debug_traces.csv"\r\ndebug_scans_json = "debug_scans.json"\r\n"), keys: ["denoise_config"], span: Some(0..151) } } }note: run with
RUST_BACKTRACE=1environment variable to display a backtraceAny idea what I do wrong? Many thanks in advance!
Anne-Christine