Mercurial > repos > bgruening > music_deconvolution
diff scripts/dendrogram.R @ 3:fd7a16d073c5 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:51:49 +0000 |
parents | 3ca0132c182a |
children |
line wrap: on
line diff
--- a/scripts/dendrogram.R Tue Nov 30 13:07:36 2021 +0000 +++ b/scripts/dendrogram.R Sat Jan 29 12:51:49 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) }