Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No write access to directory where data is stored. #15

Open
bascrezee opened this issue May 9, 2019 · 3 comments
Open

No write access to directory where data is stored. #15

bascrezee opened this issue May 9, 2019 · 3 comments

Comments

@bascrezee
Copy link
Contributor

bascrezee commented May 9, 2019

I am raising this issue, since it might help in building an (even) more user-friendly interface for the ismn package. For my setup, I have no write access to the directory in which the ISMN data is stored. The whole institute has read access, but only data managers have write access. Therefore, I get an error when the package is trying to create the metadata directory (python_metadata).

I see a few potential solutions (either on the side of the user, the package maintainer, or the data provider):

  • Copy all the data (not a nice solution)
  • Working with symbolic links pointing from my own directories to the data directory (not tested yet, but might work)
  • Add the feature to ismn that the user can specify another directory where the metadata file can be written
  • Supply the metadata file together with the data instead, only the paths need to be added in some way

Just some suggestions, I didn't think about them in detail yet, and maybe there are more. I hope it is useful feedback. It relates a bit to #9 .

@sebhahn
Copy link
Member

sebhahn commented May 9, 2019

I think option 3 (custom path to store metadata) is realistic. I started working on a new interface #12 and try implementing it

@cpaulik
Copy link
Collaborator

cpaulik commented May 10, 2019

How backwards compatible will the new interface be? If not then we should maybe also implement the relative paths and the metadata location setting in the current interface.

@sebhahn
Copy link
Member

sebhahn commented May 10, 2019

It will be a complete separate interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants