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
After clicking on an experiment you’re taken to experiments/{experiment_accession}/results/tsne. The trailing /tsne shouldn’t be there. Clicking on the Plot Type dropdown results in the desired effect: adding the request parameter plotType=tsne. There are two solutions:
Use the path experiments/{experiment_accession} and select the default plotType and plotOption implicitly.
The initial request to experiments/{experiment_accession} parses the default values for both dropdowns and they are added to the URL.
The text was updated successfully, but these errors were encountered:
After clicking on an experiment you’re taken to
experiments/{experiment_accession}/results/tsne
. The trailing/tsne
shouldn’t be there. Clicking on the Plot Type dropdown results in the desired effect: adding the request parameterplotType=tsne
. There are two solutions:Use the path experiments/{experiment_accession} and select the default plotType and plotOption implicitly.
The initial request to experiments/{experiment_accession} parses the default values for both dropdowns and they are added to the URL.
The text was updated successfully, but these errors were encountered: