diff SeqSero2_package.py @ 7:46b848d28b95

Uploaded
author estrain
date Thu, 03 Oct 2019 06:20:42 -0400
parents ffc351049e31
children 558823a8c53a
line wrap: on
line diff
--- a/SeqSero2_package.py	Thu Oct 03 06:17:45 2019 -0400
+++ b/SeqSero2_package.py	Thu Oct 03 06:20:42 2019 -0400
@@ -1389,7 +1389,7 @@
       for_fq,rev_fq=get_input_files(make_dir,input_file,data_type,dirpath)
       input_file = for_fq #-k will just use forward because not all reads were used
       os.chdir(make_dir)
-      f = open(dir_path + '/seqsero2_db/antigens.pickle', 'rb')
+      f = open(dirpath + '/seqsero2_db/antigens.pickle', 'rb')
       lib_dict = pickle.load(f)
       f.close
       input_Ks=get_input_K(input_file,lib_dict,data_type,k_size)