From 1c09b7c62c7e2908e9f9578fd8b9ed3bc54018cd Mon Sep 17 00:00:00 2001 From: Jakob Rien <jakobj.rien@stud.unibas.ch> Date: Tue, 13 Dec 2022 08:38:13 +0000 Subject: [PATCH] Replace exon_length_filter.py --- scripts/exon_length_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/exon_length_filter.py b/scripts/exon_length_filter.py index 4ee1fdd..8bb35c2 100644 --- a/scripts/exon_length_filter.py +++ b/scripts/exon_length_filter.py @@ -179,7 +179,7 @@ def exon_length_filter(file_name = "test",source_pathway_name = os.getcwd(),depo if __name__ == "__main__": - te.version_control(module_list,modul_name_list,python_version) + #te.version_control(module_list,modul_name_list,python_version) exon_length_filter() -- GitLab