diff scripts/dendrogram.R @ 2:fc1b473cd242 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 20f8561478535013e111d982b99639f48f1bea79"
author bgruening
date Sat, 29 Jan 2022 12:49:26 +0000
parents 0638017a0189
children
line wrap: on
line diff
--- a/scripts/dendrogram.R	Fri Nov 26 15:52:32 2021 +0000
+++ b/scripts/dendrogram.R	Sat Jan 29 12:49:26 2022 +0000
@@ -10,7 +10,7 @@
     if (lfile == "None") {
         return(NULL)
     }
-    return(read.table(file = lfile, header = FALSE,
+    return(read.table(file = lfile, header = FALSE, check.names = FALSE,
                       stringsAsFactors = FALSE)$V1)
 }