-
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
[24.1] xsd: allow change_format
and actions
also in statically defined collection elements, and break recursion
#18605
[24.1] xsd: allow change_format
and actions
also in statically defined collection elements, and break recursion
#18605
Conversation
change_format
and actions
in all data
elements
If these work then we should add this as a bug fix to 24.1 |
In the commit message of #17236 you noted that I'm not sure about this, the parser uses the same function for I think the recursion in the xsd has been introduced also i this PR, or? |
Should be about it.
|
5a033ce
to
3fef58c
Compare
also those contained in collections. Used for instance here: https://github.com/galaxyproject/tools-iuc/blob/695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82/tools/hybpiper/hybpiper.xml#L198 https://github.com/galaxyproject/tools-iuc/blob/695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82/tools/krakentools/extract_kraken_reads.xml#L145
to describe attributes common to OutputDiscoverDatasets and OutputCollectionDiscoverDatasets
This reverts commit c0ce2a7.
…collection elements and remove actions and change_format from the collection definition (again)
now in metadata_column_names
9063f85
to
262b4b6
Compare
change_format
and actions
in all data
elementschange_format
and actions
also in statically defined collection elements, and break recursion
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.
That looks like a solid cleanup, thank you!
also those contained in collections. Used for instance here:
https://github.com/galaxyproject/tools-iuc/blob/695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82/tools/hybpiper/hybpiper.xml#L198 https://github.com/galaxyproject/tools-iuc/blob/695ea582a8d3bf7845dd4cddbc8b591e4b6c4e82/tools/krakentools/extract_kraken_reads.xml#L145
The recursive static definition of nested collections is not clear to me. Could not find any example.
Could also target 24.1
How to test the changes?
(Select all options that apply)
License