-
Notifications
You must be signed in to change notification settings - Fork 5
Inputfile SMILES ERROR #14
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
Comments
Hi thanks for the remark, |
md5sum value of fiora-main/README.md is "c4e14e6815450ce09005264295aef554", does it mean the version is 0.1.2? Instrument_type: ["HCD", "Q-TOF", "IT-FT/ion trap with FTMS", "IT/ion trap"], are other types available? the Input file is attached as error1.csv cmd "fiora-predict -i error1.csv -o e1.mgf --debug", how can it detect invalid smiles?
|
I think the program has problems reading the "." symbol in the SMILES, though the error occurs much later when fragmenting the molecule. I will work on a fix soon. For now, I recommend removing every SMILES with with a dot "." from the csv file. I hope this already helps. Regarding the instrument type. Yours will be automatically flagged as "Others" instrument type for model input. I recommend using "HCD" instead, since the OS model predominantly trained on Orbitrap data. You should yield better results, even if its not technically correct. |
i have just written a script that can censor the smiles and make predictions. It looks like that Error occurs when a molecule isn NOT single_connected.
|
Hi, excellent job!
We have a problem.
When we run the cmd,
an error:
ERROR (2, 10) [21, 22, 23, 24] [24NH2][21CH2][22CH2][23OH]
What does this line mean?
we believe that one SMILES (C1=CC(=C(C=C1N+[O-])Cl)NC(=O)C2=C(C=CC(=C2)Cl)O.C(CO)N) in the Inputfile is wrong.
So, could you please modify this program so that it can automatically skip problematic SMILES and save them to error_smiles.csv?
It would help a lot.
Thank U!
The text was updated successfully, but these errors were encountered: