Skip to content

Commit

Permalink
updated tutorial for parallelisation
Browse files Browse the repository at this point in the history
  • Loading branch information
adugourd committed Nov 8, 2024
1 parent 900691b commit adeae43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/tutorial_ocEAn.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ enzymes <- unique(sub_network_nocofact$attributes$V1)
enzymes <- enzymes[!grepl("_[clxmenr]$",enzymes)]

#Convert the network into a forest (list of enzymes (trees) with correspoding metabolic signatures (branches))
sub_forest <- forestMaker(enzymes, sub_network_nocofact$reaction_network, branch_length = c(1,1), remove_reverse = T)
sub_forest <- forestMaker(enzymes, sub_network_nocofact$reaction_network,
branch_length = c(1,1),
remove_reverse = T,
parallel_mcl = T)

###################
##Prepare the metabolic enzyme sets
Expand Down

0 comments on commit adeae43

Please sign in to comment.