Closed mira-miracoli closed 2 months ago
@ahmedhamidawan I think you fixed this in https://github.com/galaxyproject/galaxy/pull/17648/commits/84b627260f7d6cff19262543be8723921abf2b4a
@ahmedhamidawan I think you fixed this in https://github.com/galaxyproject/galaxy/pull/17648/commits/84b627260f7d6cff19262543be8723921abf2b4a
Yes @mvdbeek , thank you!
Hmm, guess that wasn't all of it, here's a history with duplicate hids from an implicit conversion: https://usegalaxy.org/u/marius/h/copy-of-human22chrsnps
Compare UI:
with API https://usegalaxy.org/api/histories/c845ae1a2747ea06/contents
Hmm, guess that wasn't all of it, here's a history with duplicate hids from an implicit conversion: https://usegalaxy.org/u/marius/h/copy-of-human22chrsnps
For that history for e.g., I was able to come up with a solution where we add a item.sub_items
property to items in the historyItemsStore
, which allows us to do something like this:
https://github.com/user-attachments/assets/7c3f9d8f-8e4c-4f7c-ac09-851bdc9ff388
I will open a PR tomorrow for this
This looks cool, but the original dataset is the one you'd want to see by default
How does it show in the toolform dataset input?
How does it show in the toolform dataset input?
Oh that would show the "original" dataset, which is set based on what the api returns for the current filter...
Thank you for fixing this @ahmedhamidawan ❤️
Describe the bug We got a support request from a user, that ran out of storage and can not delete 2 large datasets, because they are not shown in the history (independent of the filter combinations). In the storage manager, the datasets are listed and you can also find them in
User→Datasets
, but when you then click onview in history
the datasets will not appear (filters:deleted:any visible:any hid:61
). However, what appears is the compressed version, which has the same hid. When I looked the datasets up in our database usingThe datasets showed up as follows:
Galaxy Version and/or server at which you observed the bug Galaxy Version: 23.1_europe Commit: 5af8ba0f4c2df9f1fdac11acc3f282023322690c
To Reproduce Steps to reproduce the behavior: Not sure how The user reported that two jobs were running and only one finished and the other one was paused due to using ~200% of disk quota. Galaxy shows the following message in the paused job:
Expected behavior Dataset shown in the history and can be deleted and purged; the compressed and the uncompressed version is visible and the uncompressed version can be deleted. Screenshots