Is it possible to load morpheus session files from a URL location? That would be useful for sharing preconfigured views of data. * Loading a dataset works, for example: https://software.broadinstitute.org/morpheus/?json={%22dataset%22%3A%22%2F%2Fs3.amazonaws.com%2Frn-test-data%2Ftest.gct%22}%0A * But it fails if I provide it a Json formatted session file https://software.broadinstitute.org/morpheus/?json={%22dataset%22%3A%22%2F%2Fs3.amazonaws.com%2Frn-test-data%2Ftest.json%22}%0A However downloading the same session file and manually opening it also works.
Is it possible to load morpheus session files from a URL location? That would be useful for sharing preconfigured views of data.
Loading a dataset works, for example:
https://software.broadinstitute.org/morpheus/?json={%22dataset%22%3A%22%2F%2Fs3.amazonaws.com%2Frn-test-data%2Ftest.gct%22}%0A
But it fails if I provide it a Json formatted session file
https://software.broadinstitute.org/morpheus/?json={%22dataset%22%3A%22%2F%2Fs3.amazonaws.com%2Frn-test-data%2Ftest.json%22}%0A
However downloading the same session file and manually opening it also works.