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",