Skip to content

Commit

Permalink
fix: Change vector and depends in PECCM
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jan 29, 2025
1 parent f443736 commit 655b29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ParallelEvolCCM.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# List of CRAN packages to check and install
cran_packages <- c("ape",
"dplyr",
"devtools",
"remotes",
"phytools",
"foreach",
"doParallel",
Expand Down Expand Up @@ -428,7 +428,7 @@ constructMatrix <- function(lines, outputFile, column) {
# Convert the matrix to a data frame and set the row and column names
distances <- as.data.frame(distances)
rownames(distances) <- entities
colnames(distances) <- "Feature"+entities
colnames(distances) <- entities

# Write the matrix to a file
write.table(distances,
Expand Down

0 comments on commit 655b29d

Please sign in to comment.