Mercurial > repos > bgruening > music_construct_eset
comparison scripts/dendrogram.R @ 2:7902cd31b9b5 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:52:10 +0000 |
| parents | be91cb6f48e7 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:be91cb6f48e7 | 2:7902cd31b9b5 |
|---|---|
| 8 | 8 |
| 9 read_list <- function(lfile) { | 9 read_list <- function(lfile) { |
| 10 if (lfile == "None") { | 10 if (lfile == "None") { |
| 11 return(NULL) | 11 return(NULL) |
| 12 } | 12 } |
| 13 return(read.table(file = lfile, header = FALSE, | 13 return(read.table(file = lfile, header = FALSE, check.names = FALSE, |
| 14 stringsAsFactors = FALSE)$V1) | 14 stringsAsFactors = FALSE)$V1) |
| 15 } | 15 } |
| 16 | 16 |
| 17 args <- commandArgs(trailingOnly = TRUE) | 17 args <- commandArgs(trailingOnly = TRUE) |
| 18 source(args[1]) | 18 source(args[1]) |
