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

Add ability to pass in job_settings to generate session.json and data_description.json #156

Closed
rcpeene opened this issue Sep 17, 2024 · 0 comments
Assignees

Comments

@rcpeene
Copy link

rcpeene commented Sep 17, 2024

Is your feature request related to a problem? Please describe.
We'd like to have all the metadata generation taken care of during the upload process so each project doesn't have to manage the code for this. This minimizes the steps needed to be run manually during the upload process.

Describe the solution you'd like
The session.json and data_description.json have some required values that can not be automatically extracted from files. These must need to be passed in by the user. Having a job_settings input parameter, which would be a json containing the necessary values and perhaps some additional optional onces.

Describe alternatives you've considered
I'm not quite sure what alternative solutions are. What we currently do is have our own upload script which does this generation.

Additional context
The required values that can't be automatically determined (that I have identified) are the following:
project_name, license, platform, institution, funding_sources, investigators, modalities, related_data, project_description, iacuc_protocol, session_type

@jtyoung84 jtyoung84 self-assigned this Sep 23, 2024
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

2 participants