Mercurial > repos > sblanck > smagexp
changeset 8:e4e6e583b8d9 draft default tip
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit ad301f84e16455ca3886e9b56e908180dfd66d4f
author | sblanck |
---|---|
date | Thu, 26 Jul 2018 08:17:53 -0400 |
parents | aedbf50acb4a |
children | |
files | AffyQCnormalization.R AffyQCnormalization.xml |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/AffyQCnormalization.R Tue Jun 26 10:40:36 2018 -0400 +++ b/AffyQCnormalization.R Thu Jul 26 08:17:53 2018 -0400 @@ -39,6 +39,12 @@ listInput <- trimws( unlist( strsplit(trimws(opt$input), ",") ) ) +listInput <- trimws( unlist( strsplit(trimws(opt$input), ",") ) ) +if(length(listInput)<2){ + stop("To few .CEL files selected : At least 2 .CEL files are required", call.=FALSE) +} + + celList=vector() celFileNameList=vector()
--- a/AffyQCnormalization.xml Tue Jun 26 10:40:36 2018 -0400 +++ b/AffyQCnormalization.xml Thu Jul 26 08:17:53 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="QCnormalization" name="QCnormalization" version="1.0.0"> +<tool id="QCnormalization" name="QCnormalization" version="1.0.1"> <description>Quality control and normalization of affymetrix expression data</description>