From 9bc6eddbbed131b8133eb5902140cb68f74921ad Mon Sep 17 00:00:00 2001 From: anastasiia Date: Tue, 11 Dec 2018 23:42:53 +0100 Subject: [PATCH] forgot to add sys.exit in the check input files --- find_exons.py | 1 + 1 file changed, 1 insertion(+) diff --git a/find_exons.py b/find_exons.py index c31c063..9bd28dd 100644 --- a/find_exons.py +++ b/find_exons.py @@ -84,6 +84,7 @@ def check_existing_input_files(args): #print('working with a list of genes') #genes_of_interest = args.genes_of_interest print('please provide only one file with genes of interest') + sys.exit() return genes_of_interest