Releases: ihmpdcc/cutlass
Releases · ihmpdcc/cutlass
v1.0.3
v1.0.2
- Support for subproject in VisitAttribute, SubjectAttribute and SampleAttribute classes.
- Support for sample_desc and sample_type properties in the SampleAttribute class.
- Support for the int_sample_id property in the Sample class.
- Some linting issues corrected per pylint.
v1.0.1
v1.0.0
v0.30
- Support for the ProteomeNonPride node type.
- Numerous formatting and other changes identified by pylint corrected.
- Merged PR #29 from @carze fixing the handling of optional properties in the VisitAttribute class.
- Some pyunit test scripts improved to reduce code duplication with use of testing utilities.
v0.29
v0.28
- Added support for private data in nodes associated with files and file
transfer, such as WgsRawSeqSet. - Missing example script for WgsRawSeqSet added.
- Missing test script for HostTranscriptomicsRawSeqSet added.
- New method for testing boolean properties in CutlassTestUtil class.
v0.27
v0.26
- Added missing SubjectAttribute node, example and test.
- Modified Subject node to add attributes() method for retrieval of SubjectAttribute information.
- Modified Annotation class to require file size.
- Removed WgsRawSeqSetPrivate class, test and example in favor of more generic solution.
- Improved flexibility of test scripts by using a configuration file for OSDF settings.