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
This is a really minor issue but I wanted to document it. Adding the --ignoreUnknownInstrumentError flag on the command line bypasses the error as expected. I would expect when using a config file that adding a line of ignoreUnknownInstrumentError=true would give the same behavior. However, I need to add ignoreUnknownInstrumentError=false instead.
I noticed in the code there is a line that is used to flip the logic for use with the unknownInstrumentIsError variable when using the command line flag.
This is a really minor issue but I wanted to document it. Adding the
--ignoreUnknownInstrumentError
flag on the command line bypasses the error as expected. I would expect when using a config file that adding a line ofignoreUnknownInstrumentError=true
would give the same behavior. However, I need to addignoreUnknownInstrumentError=false
instead.Contents of my config file:
Using ProteoWizard 3.0.18250.994311be0
I noticed in the code there is a line that is used to flip the logic for use with the
unknownInstrumentIsError
variable when using the command line flag.pwiz/pwiz_tools/commandline/msconvert.cpp
Lines 358 to 359 in 2f477cf
I didn't see an obvious way to fix this without breaking the command line flag logic, so I'm leaving this here for later.
The text was updated successfully, but these errors were encountered: