Skip to content

Releases: ihmpdcc/cutlass

v0.24

18 Oct 15:35
Compare
Choose a tag to compare
  • Fixed wrong class name.
  • Fixed problems with node load identified by @arjun0127.

v0.23

10 Oct 19:55
Compare
Choose a tag to compare
  • Added support for the new WgsRawSeqSetPrivate node.
  • Fixed issue with child retrieval in MicrobiomeAssayPrep.
  • Added child retrieval functionality to WgsAssembledSeqSet.

v0.22

04 Oct 19:54
Compare
Choose a tag to compare
  • 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

19 Sep 18:35
Compare
Choose a tag to compare
  • Change to exception message related to linkages of
    MicrobTranscriptomicsRawSeqSet nodes reported by @cometsong.
  • Aspera version check fixed to cope with older version of ascp
    reported by @parikhhi.

v0.20

01 Sep 21:27
Compare
Choose a tag to compare
  • Changes to Sample by @cometson to fix name attribute.
  • Fixed problem identified by @parikhhi with Sample links.

v0.19.1

01 Sep 21:25
Compare
Choose a tag to compare
  • Fixed issued with the name of a load method

v0.19

15 Jun 01:35
Compare
Choose a tag to compare
  • 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

13 Jun 21:11
Compare
Choose a tag to compare
  • 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.

v0.17

13 Jun 21:10
Compare
Choose a tag to compare
  • Added additional classes, including VisitAttribute and helper DiseaseMeta class.

v0.16

13 Jun 21:10
Compare
Choose a tag to compare
  • Issue with exception handling in aspera class.
  • Additional decorators used for typechecking.
  • Fixed issue with AbundanceMatrix not accepting local file for upload.