Open bgruening opened 8 years ago
I have added an extra point to the description, i.e. "when modifying permissions as non-admin user, expose_user_name
and expose_user_email
config options are not respected".
I've also reworded the second point to mention that it would be nice to move folders and datasets from a library to another.
I've found another regression with respect to the deprecated library interface, it's not possible to edit library dataset information: datatype, genome build, info, message. Added to the list.
I've merged #1265 here.
Since it looks like this is the new spot for data library missing features before the deprecated lib manager can be removed.
Other (IMHO) important features
@bwlang I am not surprised that import with the file browser is unusable when you need to browse 1000s of files, but importing using the path should still work decently. Are you also having problem using path import?
Thank you for all the suggestions!
Path import works great... But I don't think it a good option for end users On Jan 13, 2016 4:15 PM, "Martin Cech" notifications@github.com wrote:
@bwlang https://github.com/bwlang I am not surprised that import with the file browser is unusable, but importing using the path should still work decently. Are you also having problem using path import?
Thank you for all the suggestions!
— Reply to this email directly or view it on GitHub https://github.com/galaxyproject/galaxy/issues/1177#issuecomment-171434868 .
@bwlang no it is not (it is meant for admins), but building reliable user-facing web UI for async browsing potentially huge network-connected storage filesystem is probably not a task we want to undercome :/
In my thinking the file library import file browser is targeted at users importing from their own FTP folder after they uploaded files to the instance.
One layer is deep enough for me... No need to see the whole tree.
Do you think a find -maxdepth 1 would do it?
Brad
On Wednesday, January 13, 2016, Martin Cech notifications@github.com wrote:
@bwlang https://github.com/bwlang no it is not, but building reliable web UI for async browsing potentially huge network-connected storage filesystem is probably not a task we want to undercome :/
— Reply to this email directly or view it on GitHub https://github.com/galaxyproject/galaxy/issues/1177#issuecomment-171494775 .
Not sure of the voting process, but +1 on adding these important missing features!
I just found this issue here, not moving files around is really a regression.
:+1: The old data libraries stopped working for us, it's just too large.
I just commented on #1529 and also want to add my +1 here. The options to link individual files and move datasets are really important in my opinion and I have used them a lot in the past.
+1 from me as well for being able to link individual files.
The old data libraries did also dereference links once when linking files instead of copying. This was very useful for cases like this: https://biostar.usegalaxy.org/p/1297/.
I'm wondering why you decided to completely drop the old interface, when there are still so many features missing from the new one. They existed in parallel for a long time, so why not just switch the default, but keep the old one until all features are implemented?
Are there any plans to implement the missing features or a timeline?
added another bullet point. Are there any of these we can cross off? Would be nice since the old one is now deprecated.
I think @mvdbeek fixed one in https://github.com/galaxyproject/galaxy/pull/3559.
I think that is the other way, collection -> library, not library -> collection as is in the list in the issue.
Right , I found that I could add a collection to a library in 17.05, but it only added them as individual datasets. It'd be far better if the collection was itself presented as a folder and when adding it to a history, it kept its collection status.
I am currently chewing through the list (you can track progress here).
One thing I am pretty sure I would like to completely cut off is libraries using form definitions. If you have a good use case and/or use it heavily, please comment here.
I just spend some time tracking down an issue as to why a certain workflow would not run (the editor complained about some At least 2 datasets are required. Using default: ''.
so I looked in the wrong direction..).
It turned out that the users trying to use the workflow, me included, were admins and we imported a shared .gtf
file from a data library assuming it was publicly available. Only in the handler logs I saw the message galaxy.tools.execute WARNING 2017-09-27 15:29:26,476 There was a failure executing a job for tool [NFS_transfer] - Error executing tool: User does not have permission to use a dataset (1204) provided for input.
, indicating this was a protected dataset.
In this case, there are a few options to remedy:
(Still) missing as admin:
Since the old data library is deprecated I ask on our mailing list about features that are missing from the new data library interface.
expose_user_name
andexpose_user_email
config options are not respected[ ] Cannot share LDAs with multiple roles.
Is absolutely useless to me, I want to share with multiple roles without creating a super-role just for the purpose for sharing with a set of groups.