# HG changeset patch # User sblanck # Date 1532607473 14400 # Node ID e4e6e583b8d958dab9fae98ca00509bff060393a # Parent aedbf50acb4a74af3d72771068aa7ce35f34fc3f planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit ad301f84e16455ca3886e9b56e908180dfd66d4f diff -r aedbf50acb4a -r e4e6e583b8d9 AffyQCnormalization.R --- 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() diff -r aedbf50acb4a -r e4e6e583b8d9 AffyQCnormalization.xml --- 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 @@ - + Quality control and normalization of affymetrix expression data