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 documentation [1] states that all kinds of prefixes reactantX where X is alphanumerical must be handled by the NodeSoftware. This is not the case as of now. IDEADB (and plenty of others) produce an error when working on the query [2]
select * where (product0.MoleculeStoichiometricFormula = 'O')
whereas [3]
select * where (product1.MoleculeStoichiometricFormula = 'O')
works fine (in my dictionary.py everything is defined with product1/2. I don't fully understand the documentation in this case. Is it meant to deal with X just do group reactions? Does it make sense to run queries like the following?
select * where (product5.MoleculeStoichiometricFormula = 'O')
Why not define a starting point (e.g. 0 or 1) for those reactant counters?
The documentation [1] states that all kinds of prefixes reactantX where X is alphanumerical must be handled by the NodeSoftware. This is not the case as of now. IDEADB (and plenty of others) produce an error when working on the query [2]
whereas [3]
works fine (in my dictionary.py everything is defined with product1/2. I don't fully understand the documentation in this case. Is it meant to deal with X just do group reactions? Does it make sense to run queries like the following?
Why not define a starting point (e.g. 0 or 1) for those reactant counters?
[1]: VAMDC documentation
[2]: query link
[3]: query link
The text was updated successfully, but these errors were encountered: