-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1915 from 4dn-dcic/ajs_241025_upd_trtmt_title
Update treatment item display title
- Loading branch information
Showing
6 changed files
with
123 additions
and
5 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
# Note: Various modules refer to this system as "encoded", not "fourfront". | ||
name = "encoded" | ||
version = "8.4.2" | ||
version = "8.4.3" | ||
description = "4DN-DCIC Fourfront" | ||
authors = ["4DN-DCIC Team <[email protected]>"] | ||
license = "MIT" | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,5 +43,33 @@ | |
"submitted_by": "[email protected]", | ||
"temperature": 20, | ||
"status": "in review by lab" | ||
}, | ||
{ | ||
"uuid": "05501f04-360a-438a-87d7-443311fc6831", | ||
"aliases": ["dcic:ba-treatment-1"], | ||
"description": "Biological treatment with agent", | ||
"treatment_type": "Biological", | ||
"biological_agent": "Green Virus", | ||
"duration": 24, | ||
"duration_units": "hour", | ||
"award": "1U01CA200059-01", | ||
"lab": "4dn-dcic-lab", | ||
"submitted_by": "[email protected]", | ||
"temperature": 37, | ||
"status": "in review by lab" | ||
}, | ||
{ | ||
"uuid": "dee3576a-5e03-4390-88c2-1b4f73cc294e", | ||
"aliases": ["dcic:biol_w_constructs"], | ||
"description": "Biological treatment with construct", | ||
"treatment_type": "Biological", | ||
"constructs": ["131106bc-8535-4448-903e-854af460b211"], | ||
"duration": 24, | ||
"duration_units": "hour", | ||
"award": "1U01CA200059-01", | ||
"lab": "4dn-dcic-lab", | ||
"submitted_by": "[email protected]", | ||
"temperature": 37, | ||
"status": "in review by lab" | ||
} | ||
] |
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
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