From d074114f1d0a9f518c9cd039f68de0cdf8d583ff Mon Sep 17 00:00:00 2001 From: akahles Date: Fri, 20 Nov 2020 11:07:36 +0100 Subject: [PATCH] added filter_genes.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61c0e17..8703990 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,8 @@ 'scripts/hypoxia/hypoxia_plots.r', 'scripts/tcga_boxplot/variant_expression_context.TCGA.list_of_genes.R', 'scripts/tcga_boxplot/parse_rna_tcga_pat_data.r', - 'scripts/tcga_boxplot/quartile_norm.pl' + 'scripts/tcga_boxplot/quartile_norm.pl', + 'scripts/tcga_boxplot/filter_genes.py' ], install_requires=requirements, license="MIT license",