-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement the externally managed bcl_convert service status tracking #177
Comments
Related (or, the step after or dependency on) #120 |
@raylrui Ray has started working on the branch feature/icav2-event-translator Also added @reisingerf for pair programming and help guide Ray when needs. |
Please use service namespace: |
Renaming the namespace: ditto #204 convo |
Why can't we use full names here? |
Wouldn't end up too long to remember? Like This namespace will ends up using in our event rule source filter. The longer it gets, typo could introduce by dev. Plus, another case and sep issue could arise among dev if breaking it up. Also happy to use full name when it fits & intuitive, of course. |
On the otherhand, do we really want It can introduce some name errors, but this is where we could use enums? Or specify this as a constant and it can be parsed into various stacks as a parameter? |
Okay. Got your point. As long as this Do we follow kebab case convention in this case? Like:
So and, so forth. i.e. follow along how each service get named the directory in |
Also just wanted to note; this is not workflow/pipeline typing yet (i.e. current Portal The |
@alexiswl @reisingerf Shall we regroup discuss and, come up with a good naming strategy for this, pls? Gotta do a bit of team work here for best outcome. |
Yeah happy to, don't want to delay anything here, I just think the longer name might help DX. |
On 16/05/2015 team discussion; to use "compact" format of CDK stack kebab case for service Namespace purpose.
See note: https://umccr.slack.com/archives/C03ABJTSN7J/p1715906599365689 |
Context:
With ICAv2, we are leveraging ILMN managed bcl_convert workflow run. Unlike in our current v1 Portal, we do not drive the bcl conversion ourselves but to use off the shelve BSSH/basespace managed conversion.
This ILMN managed conversion will be arranged through the instrument integration and auto-launch feature. ditto - https://help.ica.illumina.com/sequencer-integration/analysis_autolaunch
The initial story card - https://trello.com/c/QcWZq6U8/1538-orcabus-v1-implement-bclconvert-workflow-manager-microservice-app
What we need:
We still need to keep tracked of this managed bcl conversion analysis run within our OrcaBus system. This helps drive all key downstream secondary analysis.
See discussion https://umccr.slack.com/archives/C03ABJTSN7J/p1710930212482959
Actions:
The text was updated successfully, but these errors were encountered: