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
"e|ignoreInstrumentErrors","Ignore missing properties by the instrument.",
423
425
v =>parseInput.IgnoreInstrumentErrors=v!=null
424
426
},
427
+
{
428
+
"L=|msLevel=",
429
+
"MS Levels (i.e. MS1, MS2 etc) to include in the output, should be comma separated list of integers ( 1,2,3 ) or intervals ( 1-3 ), open end intervals ( 1- ) are allowed",
430
+
v =>parseInput.MsLevel=ParseMsLevel(v)
431
+
},
425
432
{
426
433
"u:|s3_url:",
427
434
"Optional property to write directly the data into S3 Storage.",
0 commit comments