File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181
8282# batch_roothogs
8383big_rhog_filesize_thresh = 600 * 1000
84- sum_list_rhogs_filesize_thresh = 1 * 1e5
85-
86- #big_rhog_filesize_thresh = 600 * 1000
87- #sum_list_rhogs_filesize_thresh = 2 * 1e6
84+ sum_list_rhogs_filesize_thresh = 2 * 1e6
8885
8986
9087# big_rhog_filesize_thresh = 1.6 * 1000 # 600 would be better
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def collect_subhogs():
6060 pickle_files_adress = [i for i in pickle_files_adress_raw if i .endswith (".pickle" ) and i .startswith ("file_" )]
6161
6262 logger_hog .info ("number of pickle files is " + str (len (pickle_files_adress ))+ "." )
63- logger_hog .info ("pickle files are " + str (pickle_files_adress ) + "." )
63+ logger_hog .debug ("pickle files are " + str (pickle_files_adress ) + "." )
6464 hogs_a_rhog_xml_all = []
6565 for pickle_file_adress in pickle_files_adress :
6666 with open (pickle_folder + pickle_file_adress , 'rb' ) as handle :
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ You may need to increase the number of opoened files in your system with `ulimit
216216
217217
218218## Change log
219- - prelease
219+ - Release v0.1.0: improve nextflow pipeline and outputs.
220220- prelease v.0.0.6: use ` --fragment-detection ` for ` infer-subhogs ` and ` --low-so-detection --fragment-detection `
221221- prelease v.0.0.6: using input hogmpa
222222- prelease v.0.0.5: adding pip setup.py
You can’t perform that action at this time.
0 commit comments