-
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
[WIP] Implement Sample Sheets #19305
Draft
jmchilton
wants to merge
10
commits into
galaxyproject:dev
Choose a base branch
from
jmchilton:sample_sheets
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
jmchilton
force-pushed
the
sample_sheets
branch
4 times, most recently
from
December 12, 2024 03:12
f817b4f
to
65ede6b
Compare
24 tasks
Existing dataset colleciton types are meant to be homogenous - all datasets of the same time. This introduces CWL-style record dataset collections.
jmchilton
force-pushed
the
sample_sheets
branch
from
December 13, 2024 18:22
65ede6b
to
46221e1
Compare
2 tasks
jmchilton
force-pushed
the
sample_sheets
branch
from
December 15, 2024 19:03
46221e1
to
e011ec8
Compare
This uses the wizard introduced by David for workflow exports instead of adapting the upload paradigm. The old component was very compact but also very unintuitive and just hacked together as quickly as possible and never really revisited. The wizard provides more space to explain things and is probably the way we want to go but still needs some serious love from someone better at UI than me. I need a component like this... but different for sample sheet seeding so I wanted to do a refresh and get something we're all more comfortable with ahead of that.
jmchilton
force-pushed
the
sample_sheets
branch
from
December 16, 2024 05:35
e011ec8
to
bfa8b6e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implements #19085.
Currently workflows that work with data that have more structure than just a list of a list of pairs require exposing users to very advanced workflow features (rule builder for nested collections and/or group tags) or hacks that aren't very user friend, traceable, or robust. Allowing workflow developers to describe a spreadsheet with structure (columns for pairing, treatment type, control status, repeat/replicate number, condition) and then letting them just use that readily within the workflow from the Apply Rules tool will provide a much easier interface to the workflow runner and will make a whole slew of common workflow types much more accessible. Workflow developers can build better more robust workflows more rapidly and not need to focus on communication and education as intensely. Users will be able to leverage these workflows without needing to understand collections - let alone advanced collection features like nesting, the rule builder, etc..
The column specification and validation of the data against it is already included in this PR. Hooking the data up into the Apply Rules tool seems to just work with some small changes also included. From this point I think the whole endeavor is mostly just UI, but there is a lot to be done in this realm I think. Starting with #19303 so we can describe the sample sheet columns. After that, I think it might just be a new collection builder interface for the sample sheet that renders the spreadsheet and allows the user to fill it in after selecting initial datasets from file sources or a list of URIs or an actual spreadsheet file.
How to test the changes?
(Select all options that apply)
License