# HG changeset patch # User bgruening # Date 1637942091 0 # Node ID 3ca0132c182a5028aaca72f54d87d8f08afd7196 # Parent 224721e768691d7b75d5350602f122f41c90931d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 683bb72ae92b5759a239b7e3bf4c5a229ed35b54" diff -r 224721e76869 -r 3ca0132c182a macros.xml --- a/macros.xml Sun Sep 12 19:48:48 2021 +0000 +++ b/macros.xml Fri Nov 26 15:54:51 2021 +0000 @@ -1,5 +1,5 @@ - 0 + 1 @@ -15,11 +15,11 @@ ^(([A-Za-z0-9+_ -]+)\s?,?)*$ - ^(([A-Za-z0-9+_ -]+)\s?)*$ + ^(([A-Za-z0-9+_ -]+)\s?)+$ + label="Comma list of cell types to use from scRNA dataset" help="If blank, then use all available cell types." > diff -r 224721e76869 -r 3ca0132c182a music-deconvolution.xml --- a/music-deconvolution.xml Sun Sep 12 19:48:48 2021 +0000 +++ b/music-deconvolution.xml Fri Nov 26 15:54:51 2021 +0000 @@ -1,11 +1,11 @@ + profile="21.09" license="GPL-3.0-or-later" > estimate cell type proportions in bulk RNA-seq data macros.xml - @@ -29,16 +29,17 @@ #if str($do.method) == "estimateprops": phenotype_factors = null_str_vec('$do.phenotype_factors') +phenotype_factors_always_exclude = null_str_vec('$do.phenotype_factors_always_exclude') celltypes_label = null_str_vec('$do.celltypes_label') samples_label = null_str_vec('$do.samples_label') celltypes = null_str_vec('$do.celltypes') -methods = null_str_vec('$do.methods') -phenotype_gene = null_str_vec('$do.phenotype_gene') -sample_groups = null_str_vec('$do.sample_groups') +methods = c("MuSiC", "NNLS") +phenotype_target = null_str_vec('$do.phenotype_target') +phenotype_target_threshold = as.numeric('$do.phenotype_target_threshold') sample_disease_group = null_str_vec('$do.sample_disease_group') sample_disease_group_scale = as.integer('$do.sample_disease_group_scale') -healthy_phenotype = null_str_vec('$do.healthy_phenotype') compare_title = null_str_vec('$do.compare_title') + outfile_pdf='$out_pdf' #elif str($do.method) == "dendrogram": @@ -91,20 +92,24 @@ - -