Skip to content

Commit

Permalink
feat: adds CDE Library Selection Method to sample metadata
Browse files Browse the repository at this point in the history
Adds Library Selection Method to sample (CDE 6347743 v2, #124, #47)
Also updates the get_cde_permissible_value.py script to avoid a few
errors found when generating the sample/library_selection_method.rs file.

Co-authored-by: Clay McLeod <[email protected]>
  • Loading branch information
e-t-k and claymcleod committed Nov 15, 2024
1 parent da8fb60 commit af1490b
Show file tree
Hide file tree
Showing 13 changed files with 1,065 additions and 21 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
discussion](https://github.com/CBIIT/ccdi-federation-api/discussions/116),
[#123](https://github.com/CBIIT/ccdi-federation-api/pull/123),
[#122](https://github.com/CBIIT/ccdi-federation-api/issues/122))
- Adds Library Selection Method
([discussion](https://github.com/CBIIT/ccdi-federation-api/discussions/47),
[#125](https://github.com/CBIIT/ccdi-federation-api/pull/125))

### Revised

Expand Down
2 changes: 2 additions & 0 deletions packages/ccdi-cde/src/v2/sample.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//! Common data elements that have a major version of two and are related to a
//! sample.

mod library_selection_method;
mod preservation_method;
mod tissue_type;

pub use library_selection_method::LibrarySelectionMethod;
pub use preservation_method::PreservationMethod;
pub use tissue_type::TissueType;
Loading

0 comments on commit af1490b

Please sign in to comment.