sacdallago / embed.predictprotein.org

Academic Free License v3.0
4 stars 1 forks source link

Feature Request: add sharable links #27

Closed mheinzinger closed 1 year ago

mheinzinger commented 2 years ago

It would be great to have a feature that allows users to share their results in a single link.

sacdallago commented 2 years ago

You can load links now, sharing is in progress

t03i commented 1 year ago

This feature was requested another time. So I will work on it with some priority.

Unfortunately, the only way to achieve this nicely (IMO) is to use a backend DB which stores an input to shorthand mapping. For protein name or Uniprot ID, this irrelevant as the ID is already nice, but for fasta or sequence this needs some work.

sacdallago commented 1 year ago

Honestly, I thought the the previous solution was good enough and it enabled very easy jumpstarting of a new query, i.e. yyy.zzz.kkk/#/WHATEVER

Where WHATEVER is then evaluated to be either a UniProt ID or an AA sequence.

Yes. The links can get as long as len(yyy.zzkk)+2k , but much less engineering needed (no database, no backend, no moving, potentially breaking parts).