Skip to content

Commit 5a08738

Browse files
committed
release 3sep
1 parent 64fc2a7 commit 5a08738

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

FastOMA/_config.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@
8181

8282
# batch_roothogs
8383
big_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

FastOMA/collect_subhogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)