-
Notifications
You must be signed in to change notification settings - Fork 2
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 code to generate input.jsons for steps defined in workflows-mt.yaml #230
Comments
#222 is closed. Can this issue be completed today @mbthornton-lbl? |
No, Michael's on vacation. Moving this to the next sprint. |
Two more weeks have gone by... any update on this issue @mbthornton-lbl |
I'm going to backlog this. The MVP for metatranscriptomes is to use the workflows config, where only one Expression workflow is enabled at once, to set up the correct inputs.json instead of using this logic. |
Removing from sprint and adding backlog label again |
Depends on #222
logic will need to be added to decide what workflow component to run for nmdc:MetatranscriptomeExpressionAnalysis.
nmdc:MetatranscriptomeExpressionAnalysis is a new class which doesn't have any existing scheduler logic. The code use all docs (being used by the ref integrity squad) or an aggregation will need to traverse from
omics_processing_set
tolibrary_preparation_set
records to determine which of the following to runExpression Analysis Antisense
- if library_preparation_set.stranded_orientation ='antisense orientation'Expression Analysis Sense
- if library_preparation_set.stranded_orientation ='sense orientation'Expression Analysis Nonstranded
-if is_stranded = falseelse run
Expression Analysis Sense
(default for JGI libraries)The text was updated successfully, but these errors were encountered: