Skip to content

Commit

Permalink
check_input adds internal node name. Input to process hog_big/rest is…
Browse files Browse the repository at this point in the history
… species_tree_checked
  • Loading branch information
sinamajidian committed Dec 11, 2023
1 parent 4d19c87 commit b735dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FastOMA.nf
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ workflow {

(rhogs_rest_batches, rhogs_big_batches) = batch_roothogs(omamer_rhogs)

(pickle_big_rhog, msa_out_big, genetrees_out_rest) = hog_big(rhogs_big_batches.flatten(), species_tree)
(pickle_rest_rhog, msas_out_rest, genetrees_out_test) = hog_rest(rhogs_rest_batches.flatten(), species_tree)
(pickle_big_rhog, msa_out_big, genetrees_out_rest) = hog_big(rhogs_big_batches.flatten(), species_tree_checked_)
(pickle_rest_rhog, msas_out_rest, genetrees_out_test) = hog_rest(rhogs_rest_batches.flatten(), species_tree_checked_)
channel.empty().concat(pickle_big_rhog, pickle_rest_rhog).set{ all_rhog_pickle }

(orthoxml_file, OrthologousGroupsFasta, OrthologousGroups_tsv, rootHOGs_tsv) = collect_subhogs(all_rhog_pickle.collect(), gene_id_dic_xml, omamer_rhogs, species_tree)
Expand Down
2 changes: 1 addition & 1 deletion FastOMA/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__packagename__ = "FastOMA"
__version__ = "0.1.5.3"
__version__ = "0.1.5.5"

0 comments on commit b735dc6

Please sign in to comment.