Skip to content

Commit

Permalink
release 3sep
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamajidian committed Sep 3, 2023
1 parent 64fc2a7 commit 5a08738
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions FastOMA/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@

# batch_roothogs
big_rhog_filesize_thresh = 600 * 1000
sum_list_rhogs_filesize_thresh = 1 * 1e5

#big_rhog_filesize_thresh = 600 * 1000
#sum_list_rhogs_filesize_thresh = 2 * 1e6
sum_list_rhogs_filesize_thresh = 2 * 1e6


# big_rhog_filesize_thresh = 1.6 * 1000 # 600 would be better
Expand Down
2 changes: 1 addition & 1 deletion FastOMA/collect_subhogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def collect_subhogs():
pickle_files_adress = [i for i in pickle_files_adress_raw if i.endswith(".pickle") and i.startswith("file_")]

logger_hog.info("number of pickle files is "+str(len(pickle_files_adress))+".")
logger_hog.info("pickle files are " + str(pickle_files_adress) + ".")
logger_hog.debug("pickle files are " + str(pickle_files_adress) + ".")
hogs_a_rhog_xml_all = []
for pickle_file_adress in pickle_files_adress:
with open(pickle_folder + pickle_file_adress, 'rb') as handle:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ You may need to increase the number of opoened files in your system with `ulimit


## Change log
- prelease
- Release v0.1.0: improve nextflow pipeline and outputs.
- prelease v.0.0.6: use `--fragment-detection` for `infer-subhogs` and `--low-so-detection --fragment-detection`
- prelease v.0.0.6: using input hogmpa
- prelease v.0.0.5: adding pip setup.py
Expand Down

0 comments on commit 5a08738

Please sign in to comment.