From d9b475ea7a0ed96838a611ab8b4c6423b44b0e6f Mon Sep 17 00:00:00 2001 From: CChahrour Date: Thu, 28 Mar 2024 11:55:30 +0000 Subject: [PATCH] add rna quant methods to test --- tests/test_pipelines.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_pipelines.py b/tests/test_pipelines.py index 6ecbd18e..fb95ee67 100644 --- a/tests/test_pipelines.py +++ b/tests/test_pipelines.py @@ -254,6 +254,7 @@ def user_inputs( "pileup_method": "deeptools", "scale": "no", "make_heatmaps": "yes", + "rna_quantification": "feature_counts", "run_deseq2": "no", }