Skip to content

Commit

Permalink
Change default layout algorithm to wpmds_3d
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Jul 11, 2024
1 parent faec0f4 commit 6acc037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ params {

// layout options
no_node_marker_counts = false
layout_algorithm = "pmds_3d"
layout_algorithm = "wpmds_3d"

// skip options
skip_report = false
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"description": "Select a layout algorithm to use. This can be specified as a comma separated list to compute multiple layouts. Possible values are: fruchterman_reingold, fruchterman_reingold_3d, kamada_kawai, kamada_kawai_3d, pmds, pmds_3d",
"type": "string",
"pattern": "(\\S+)?(,\\S+)*",
"default": "pmds_3d"
"default": "wpmds_3d"
}
}
},
Expand Down

0 comments on commit 6acc037

Please sign in to comment.