Releases: ihmpdcc/cutlass
Releases · ihmpdcc/cutlass
v0.24
- Fixed wrong class name.
- Fixed problems with node load identified by @arjun0127.
v0.23
v0.22
- Removed length check on comment properties in some classes as we're
deferring to OSDF for that. - Added support for the HostWgsRawSeqSet node, which was previously missing.
- Added proteome retrieval support contributed by [email protected].
- Added better support for retrieving dependent nodes in the Sample class.
v0.21
v0.20
v0.19.1
v0.19
- Closed CUTLASS-3 problem with searches reported by Benjamin Leopold.
- Also addressed search() method for the other classes.
- Fixed minor issue with test_aspera.py unit test and moved round-trip test
script to tests/bin subdirectory to avoid conflict with unittest module and
test discovery.
v0.18
- Added support for Cytokine data with the Cytokine class and associated test
and example scripts. - Added support for HostSeqSet, HostTranscriptomicsRawSeqSet,
MicrobTranscriptomicsSeqSet, Lipidome,
Metabolome, ClusteredSeqSet, ViralSeqSet data with the classes and
associated tests and example scripts. - Added metabolomes(), lipidomes(), cytokines() and children() support for
HostAssayPrep and MicrobiomeAssayPrep classes. - Some logging improvements.