-
Notifications
You must be signed in to change notification settings - Fork 1
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 "JGI - metagenomics - long read" class to submission schema #168
Add "JGI - metagenomics - long read" class to submission schema #168
Comments
Hi @bmeluch Can you say more about the difference between a "tab" and a class? Where could I find "JGI MG" in the submission schema? I did the following search and I don't think I'm finding anything with that name. https://github.com/search?q=repo%3Amicrobiomedata%2Fsubmission-schema+JGI+MG&type=code "JGI MG - long reads" would be an unusual name for a class |
@turbomam yes good call, the class name shouldn't have been in quotes it was just describing the idea for the class. "JGI MG" is from here https://github.com/microbiomedata/submission-schema/blob/main/schemasheets/tsv_in/classes.tsv line 11, as well as from the tab name that displays in the submission portal (see below). I'm proposing to change the one line "JgiMgInterface" to two lines, "JgiMgSrInterface" and "JgiMgLrInterface" to distinguish short and long read data. If my understanding is correct, the interface classes (e.g. "SoilInterface") correspond to sample types, and sample types selected in setting up a submission determine the tabs that appear in the last step of the submission portal (example photos). |
@bmeluch are you currently working on this, or waiting on something? |
@pkalita-lbl We think the remaining things to happen are UI updates.
|
Technically, schema is updated. UI needs updated. Should this be a separate issue? |
Yeah I can take over from here. Don't worry about a new issue for right now I'll make one for myself if needed. I'll add myself as an assignee and add this to the next sprint so I don't lose track of it. |
Need confirmation on additional analysis type. Then into submission schema. |
Reopening until the submission portal work is also done. |
Still in progress, awaiting review on this PR which upgrades the submission-schema version. |
It looks like there is a validation issue on the linked PR. Moving this to the next sprint. |
Just waiting on final code review here. Moving to next sprint in case it doesn't happen today. |
Due in Dev Feb 23rd
Part of the effort to make the submission portal accommodate JGI user projects.
The current "JGI MG" tab was created based on short read data. Long read data will use the same slots, with the difference being that dna_absorb1 and dna_absorb2 are required. (See microbiomedata/issues#433)
This will require creating a new JGI metagenomics long reads class and submission portal tab (microbiomedata/issues#413 (comment)).
The text was updated successfully, but these errors were encountered: