mskcc / smile-server

2 stars 4 forks source link

Allow flexible input sample ids for the TEMPO pipeline #1191

Closed ao508 closed 2 weeks ago

ao508 commented 3 weeks ago

Allow flexible input sample ids for TEMPO pipeline

Briefly describe changes proposed in this pull request:


Crossing T's and dotting I's

Please follow these checklists to help prevent any unexpected issues from being introduced by the changes in this pull request. If an item does not apply then indicate so by surrounding the line item with ~~ to strikethrough the text. See basic writing and formatting syntax for more information.

I. Web service and data model checklist

Please follow these checks if any changes were made to any classes in the web, service, or persistence layers.

Data checks: Updates were made to the mocked incoming request data and/or mocked published request data: - [ ] smile-server test data - [ ] smile-commons test data - [ ] smile-label-generator test data - [ ] smile-request-filter test data

Code checks:

II. Neo4j models and database schema checklist:

- [ ] Neo4j persistence models were changed. - [ ] The graph database produces the expected changes to models, relationships, and/or property names. [provide screenshot of updated elements in graph db below]

III. Message handlers checklist:

- [ ] Changes in this PR affect the workflow of incoming messages.

If no unit tests were updated or added, then please explain why: Existing unit tests still work.

Please describe how the workflow and messaging was tested/simulated:

Describe your testing environment:

Other: [insert details on how messages were published or simulated for testing]

IV. Configuration and/or permissions checklist:

- [ ] New topics were introduced. - [ ] The topics and appropriate permissions were updated in cmo-metadb-configuration. - [ ] If applicable, a new account was set up and the account credentials and keys are checked into cmo-metadb-configuration. - [ ] Account credentials and keys were shared with the appropriate parties.


General checklist: