# HG changeset patch # User azomics # Date 1625010834 0 # Node ID 3293c160f73c7f76652dc435137d32df319e78ce # Parent 7f5bf24d5aeb898e175fe73b81bea8e422517480 "planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/autospill commit 71a5a8cb5b80c7971440a2a1c49a68d311366c6f" diff -r 7f5bf24d5aeb -r 3293c160f73c autospill.xml --- a/autospill.xml Sat Jun 19 10:57:45 2021 +0000 +++ b/autospill.xml Tue Jun 29 23:53:54 2021 +0000 @@ -1,4 +1,4 @@ - + calculates spillover coefficients with robust linear models and then refines spillover coefficients iteratively @@ -115,6 +115,13 @@ asp\$figure.convergence.dir <- "figure_convergence" asp\$table.spillover.dir <- "table_spillover" +#if $remove_forbidden: +for(c in strsplit('$remove_forbidden', split="")) { + print(paste0("Removing ",c," from forbidden characters...")) + asp\$marker.forbidden.char<-gsub(c, "", asp\$marker.forbidden.char) +} +#end if + ## Set workers through GALAXY_SLOTS asp\$worker.process.n<-args[[3]] @@ -166,6 +173,7 @@ --> + @@ -229,7 +237,7 @@ - Collection of control FCS files - Auxiliary control file: Contains metadata for control list. It has to match original names of FCS files uploaded, and those files need to be present in the Collection of control FCS files given. ​ - +- Optional list of characters to remove from autospill's forbidden characters (that otherwise autospill replaces with '-'). **Output**