Skip to content

Commit

Permalink
add suffix_bipartites as argument in save_config
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Jan 26, 2024
1 parent 21a4f85 commit 7b4c86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/explore_network.R
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,8 @@ define_general_config <- function(
save_configfile = FALSE,
config_name = "config.yml",
config_folder = "config",
multilayer_f = "multilayer"
multilayer_f = "multilayer",
suffix_bipartites = ".tsv"
) {

# Check if hummuspy is installed and import it
Expand Down

0 comments on commit 7b4c86e

Please sign in to comment.