changeset 2:fa50d7c895c2 draft

Uploaded
author greg
date Mon, 16 Sep 2019 14:01:09 -0400
parents d00c4cc7e8c2
children 36f8098ff528
files queue_genotype_workflow.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/queue_genotype_workflow.xml	Mon Aug 19 13:25:40 2019 -0400
+++ b/queue_genotype_workflow.xml	Mon Sep 16 14:01:09 2019 -0400
@@ -22,7 +22,7 @@
     </configfiles>
     <inputs>
         <param name="affy_metadata" type="data" format="tabular" label="Affymetrix 96 well plate metadata file" help="The word 'metadata' must be in the file name.">
-            <validator type="expression" message="96 well plate data must have 32 columns and no more than 96 lines of data"><![CDATA[value is not None and value.metadata.columns==32 and value.metadata.data_lines<=96]]></validator>
+            <validator type="expression" message="96 well plate data must have 32 columns"><![CDATA[value is not None and value.metadata.columns==32]]></validator>
         </param>
         <param name="sample_attributes" type="data" format="tabular" label="Sample attributes file" help="The word 'attributes' must be in the file name."/>
         <param name="annot" type="data" format="csv" label="Probeset annotation file" help="The word 'annotation' must be in the file name."/>