Skip to content

Commit

Permalink
Remove RNA-SeQC metrics from RNATables QC fields
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellevstek committed Apr 22, 2024
1 parent 6398e17 commit dcf406f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ All notable changes to this project are documented in this file.
Unreleased
==========

Changed
-------
- Remove ``RNA-SeQC`` metrics from ``RNATables`` QC fields

Added
-----
- Add ``restart`` method to the ``Data`` resource


Fixed
-----
- Fix fetching ``RNATables`` for collections with missing MultiQC objects by
Expand Down
12 changes: 0 additions & 12 deletions src/resdk/tables/rna.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,6 @@
"type": "Int64",
"agg_func": "mean",
},
{
"name": "RNA-SeQC_mqc-generalstats-rna_seqc-Expression_Profiling_Efficiency",
"slug": "profiling_efficiency",
"type": "float64",
"agg_func": "mean",
},
{
"name": "RNA-SeQC_mqc-generalstats-rna_seqc-Genes_Detected",
"slug": "genes_detected",
"type": "Int64",
"agg_func": "mean",
},
{
"slug": "strandedness_code",
"type": "string",
Expand Down

0 comments on commit dcf406f

Please sign in to comment.