-
Notifications
You must be signed in to change notification settings - Fork 50
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
Conversion to support complex filter expressions? #142
Comments
Hi @keesh-elucid, thank you for your interest in TRFP. The honest (and unfortunate) answer is that there are certainly no plans to implement all MSConvert filters. While some simple filters, such as intensity threshold or scan range might be implemented in the future (no solid timepoint though), there is certainly not enough capacity to implement |
Thanks, your work-around seemed fine. |
To the best of my knowledge, some filtering is supported out of the box, for example, slicing by scan or time ( The documentation and examples that I am aware of (as well as the assemblies itself) can be obtained as described in this presentation https://www.analyteguru.com/t5/Scientific-Library/Raw-File-Reader/ta-p/8870; essentially you will need to write to Jim Shofstahl to get access to shared folder in OneDrive (that is the most "official" way). |
Hello,
We are evaluating using ThermoRawFileParser to replace an olde XRawfile2_x64.dll based C++ program.
I was wondering if you had any plans to support msconvert filter expressions like the following during RAW to mzML, MGF conversions?
--filter "chargeStatePredictor maxMultipleCharge=4 minMultipleCharge=2 singleChargeFractionTIC=0.9"
--filter "threshold absolute 0.00000000001 most-intense"
...--filter "titleMaker test1 scan (Exploris1_PooledLambda_20220101_AmyloidVer5X_yyy9....dta)"
thx
[email protected]
The text was updated successfully, but these errors were encountered: