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
The application crashes without warning when isotoplogues are supplied that extend the number of atoms used for tracing. For example I have C6 but supply up to M+7. This probably doesn't happen with MAVEN but if users would use other tools. For example they usually run C-tracing experiments and extract all the possible isotopologues for C but at another point run N-tracing and just apply the same method, extract the same masses although the higher ones are empty then.
As the atoms are counted anyway it would be nice to remove any overlap, otherwise it has to be done beforehand.
Reported by Matthias P via email
The text was updated successfully, but these errors were encountered:
What I do is I filter the input before I save the input for Accucor.
For this I added a function to extract the number of atoms of the traced element from the supplied sum formula:
The application crashes without warning when isotoplogues are supplied that extend the number of atoms used for tracing. For example I have C6 but supply up to M+7. This probably doesn't happen with MAVEN but if users would use other tools. For example they usually run C-tracing experiments and extract all the possible isotopologues for C but at another point run N-tracing and just apply the same method, extract the same masses although the higher ones are empty then.
As the atoms are counted anyway it would be nice to remove any overlap, otherwise it has to be done beforehand.
Reported by Matthias P via email
The text was updated successfully, but these errors were encountered: