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
Currently the user can specify only one list from which he or she can view Genes/Proteins etc. The aim of this issue is to enable a user to select from more than one list at a time (much like using "ONE OF" operator).
Here are the caveats:
The imjs query interface supports adding only one of the list at a time.
Selection from multiple lists can be supported using custom constraintLogic (like A or B where A and B denote the individual list constraints). But imjs query at the moment does not support changing the constraintLogic once it is set. See issue add setConstraintLogic() public method imjs#18
For a more verbose description, refer to the discussion on PR List constraint logic #31
Currently the user can specify only one list from which he or she can view Genes/Proteins etc. The aim of this issue is to enable a user to select from more than one list at a time (much like using "ONE OF" operator).
Here are the caveats:
imjsquery interface supports adding only one of the list at a time.constraintLogic(likeA or Bwhere A and B denote the individual list constraints). Butimjsquery at the moment does not support changing the constraintLogic once it is set. See issue add setConstraintLogic() public method imjs#18For a more verbose description, refer to the discussion on PR List constraint logic #31