PoonLab / KaphiShiny

A Shiny web interface for running Kaphi
0 stars 0 forks source link

A web session in only able to generate one file name #24

Open 0ldM4j0r opened 6 years ago

0ldM4j0r commented 6 years ago

When running an analysis via KaphiShiny the result is saved to a tsv file with a unique name, which is the time the tsv was initialized. However, a web session in only able to generate one file name. Therefore, if someone runs a second analysis after an analysis has already finished the tsv of the first analysis is overwritten with the tsv of the second.

0ldM4j0r commented 6 years ago

fixed c2088d63d7dd7b5a76482a944c419b5b69666e74

ArtPoon commented 6 years ago

Look into using session ID instead of submission time, to really prevent collisions