From 6398e172c620caaeab439f75e5d73b947a6376c3 Mon Sep 17 00:00:00 2001 From: AnzeLovse Date: Mon, 8 Apr 2024 15:07:37 +0200 Subject: [PATCH] Replace int64 with nullable Int64 in RNATables --- docs/CHANGELOG.rst | 6 ++++++ src/resdk/tables/rna.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 70dd46b6..23cb8f36 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -14,6 +14,12 @@ Added - Add ``restart`` method to the ``Data`` resource +Fixed +----- +- Fix fetching ``RNATables`` for collections with missing MultiQC objects by + using nullable integer data type ``Int64`` for integer columns. + + =================== 21.1.0 - 2023-02-09 =================== diff --git a/src/resdk/tables/rna.py b/src/resdk/tables/rna.py index 66930195..c9cd9f70 100644 --- a/src/resdk/tables/rna.py +++ b/src/resdk/tables/rna.py @@ -136,7 +136,7 @@ { "name": "STAR quantification_mqc-generalstats-star_quantification-Assigned_reads", "slug": "star_assigned_reads", - "type": "int64", + "type": "Int64", "agg_func": "sum", }, {