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
Hi would it be possible to encode the JSON file into the URL (using base64encode for example). This would make it a lot easier to redirect users dynamically for only the samples they want instead of having to make a JSON file for every possibility.
Example:
This JSON data has been encoded in the URL:
This is a great suggestion! We will discuss the support of this feature with the team this/next week and let you know here when/how we will support this!
Hi would it be possible to encode the JSON file into the URL (using
base64encode
for example). This would make it a lot easier to redirect users dynamically for only the samples they want instead of having to make a JSON file for every possibility.Example:
This JSON data has been encoded in the URL:
URL: https://igv.org/app/?sessionURL=blob:xY67DoIwFIZfhXQ2vUiMhFFNYHAicTKGHEsFIm1JW0UlvLsU1FdwOcN__svXo1IoLQWKA1SVYYQWAXIG.NWOyrFH7tlOP2jqUkmhnDcomANpQimjoZduppkqnGttTIgNMUh4aQWdxVxLwiil85IlBTggnyz5FX8VDI3Lz904IfMk21ZhtEvxkrIVXbMIJ5sMN7rLub4LA6XA3ID0ALUqxOOQ7f9H4U_tUS7aSHAeZIIbTsMb
An example python script I used to generate this URL: https://github.com/nvnieuwk/python-scripts/blob/main/encode_igv_session.py
I hope this will be possible to add!
-Nicolas
The text was updated successfully, but these errors were encountered: