Make AlchemiscaleClient.get_transformation_chemicalsystems
return a tuple
, ordered by (<state>)
#294
Milestone
AlchemiscaleClient.get_transformation_chemicalsystems
return a tuple
, ordered by (<state>)
#294
Currently, calling
AlchemiscaleClient.get_transformation_chemicalsystems
yields theScopedKey
s for theChemicalSystem
s associated with the givenTransformation
, but in a list in random order. This method would be more useful if it returned instead atuple
giving theScopedKey
s for theChemicalSystem
s in order based on the state these correspond to, e.g.stateA
orstateB
.This could be accomplished in the
Neo4jStore
layer by making the query sort the resultingScopedKey
s by the value of theattribute
property on theDEPENDS_ON
relationship between theTransformation
and itsChemicalSystem
s.The text was updated successfully, but these errors were encountered: