Skip to content

Commit

Permalink
Fixed a bug reported by Vassyli
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Vincent committed Apr 9, 2018
1 parent cf4e52a commit 5205e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfBuster-Analysis.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def main(argv):
dataset <- read.table("rmsd_matrix_%s.dat", row.names = 1, header = TRUE, check.names = FALSE)
dend = hclust(dist(dataset))
conf_order <- labels(dend)
conf_order <- unlist(dend["order"])
dataset2<- dataset[conf_order,conf_order]
ncol = ncol(dataset)
Expand Down

0 comments on commit 5205e32

Please sign in to comment.