Rappsilber-Laboratory / build-xiview

GNU General Public License v3.0
2 stars 0 forks source link

rename datasets #30

Open swlenz opened 5 years ago

swlenz commented 5 years ago

Hi,

is there any way to implement renaming of uploaded data at a later point?

Swantje

colin-combe commented 5 years ago

Renaming the datasets or renaming the proteins within datasets?

swlenz commented 5 years ago

renaming the datasets

colin-combe commented 5 years ago

No, this isn't currently possible

swlenz commented 5 years ago

Could you keep it as a feature request for later?

colin-combe commented 5 years ago

ok

martingraham commented 5 years ago

If by "renaming the dataset" you mean the search name, as you'd see in the first column of the history page then it wouldn't be difficult to do - the 'names' are labels for human readability rather than ids used in any table joins. It's where to add the option to the interface (history page I guess)

swlenz commented 4 years ago

Yes, I am talking about the search name. I don't know how relevant this is in our internal xi interface (but I guess if it is easy that would be nice too). I was thinking about it for xiVIEW, because right now it is the name of the csv file I upload. This would mean I would have to rename my csv file before to change the name.

martingraham commented 4 years ago

Was thinking a better way is to allow naming of a dataset when uploading, so it doesn't automatically take the filename (that would be a fallback). Wouldn't fix the problem for old searches, but would stop it being an ongoing issue.

swlenz commented 4 years ago

This sounds good to me