-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing field #8
Comments
Hello! Indeed It seems like I forgot to update the documentation on the new version of the config file! Let me get back to you on this one later in the day! Although I believe these are all the fields you might need right now... (I am working on re-parametrizing them and finding good defaults so they don't have to be specified by hand ...)
|
Many thanks for your reply! I think the config file does need the output_config, as otherwise we get a "missing field The software now runs, but now I have the problem that I need to find a suitable example to test, or a suitable machine to run on, as I seem to eventually go on my local machine into a memory problem (at least I believe that's what causes the "Killed" output). What RAM would you say I need for, say, a 7.3 GB .d sample? |
Well ... it depends ... If we break down the process in 'processing' and 'search'.
I test everything on a 16 GB mac air ... which so far has worked for 44 min diaPASEF data on human with those mods. best! |
Dear Sebastian, I would gladly take up your offer of trying your own example. My email is anne-christine.uldry followed by at, foloowed by unibe.ch (hope it's clear!). Thanks! |
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 anErr
value: 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=1
environment variable to display a backtraceAny idea what I do wrong? Many thanks in advance!
Anne-Christine
The text was updated successfully, but these errors were encountered: