-
Notifications
You must be signed in to change notification settings - Fork 1k
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 Zenodo integration #18022
Merged
bgruening
merged 11 commits into
galaxyproject:dev
from
davelopez:add_zenodo_integration
Apr 22, 2024
Merged
Add Zenodo integration #18022
bgruening
merged 11 commits into
galaxyproject:dev
from
davelopez:add_zenodo_integration
Apr 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davelopez
force-pushed
the
add_zenodo_integration
branch
from
April 19, 2024 09:07
b74edd9
to
ed688a3
Compare
API test failure unrelated and fixed in #18026 |
4 tasks
jmchilton
approved these changes
Apr 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so ridiculously cool.
Replaces the `gxfiles` scheme with `invenio` and provides backwards compatibility with existing uris.
It allows to set an initial item (file source) to browse from.
If the plugin is setup it will show up as a first class option when exporting a history.
davelopez
force-pushed
the
add_zenodo_integration
branch
from
April 22, 2024 07:18
23c5ef8
to
c0c893d
Compare
This is more accurate as the auto-publish option is not available anymore. The publishing must be done through the Zenodo website for extra security.
bgruening
approved these changes
Apr 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the rebase @davelopez!
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requires #18028
This PR adds a new Zenodo file source plugin based on Invenio to make the integration a bit more obvious.
This also uses new schemes for Invenio (
invenio://
) and Zenodo (zenodo://
) file sources as they should have been from the beginning... The previousgxfiles://
scheme in the case of existing exports will still work as expected.How to test the changes?
(Select all options that apply)
enable_celery_tasks
totrue
in your galaxy.yml config file.file_sources_conf.yml
user_preferences_extra_conf.yml
License