Mercurial > repos > bgruening > deseq2
diff deseq2.xml @ 15:ff74cd9b0414 draft
Uploaded
author | bgruening |
---|---|
date | Thu, 05 Sep 2013 04:09:22 -0400 |
parents | bb5c80d15e0a |
children | 1d2a02bc2208 |
line wrap: on
line diff
--- a/deseq2.xml Wed Sep 04 11:58:20 2013 -0400 +++ b/deseq2.xml Thu Sep 05 04:09:22 2013 -0400 @@ -1,4 +1,4 @@ -<tool id="deseq2" name="DESeq2" version="2.0"> +<tool id="deseq2" name="DESeq2" version="2.0.1"> <description>Determines differentially expressed transcripts from read alignments</description> <requirements> <requirement type="binary">Rscript</requirement> @@ -39,11 +39,15 @@ <regex match="Execution halted" source="both" level="fatal" - description="Execution halted" /> + description="Execution halted." /> <regex match="Input-Error 01" source="both" level="fatal" description="Error in your input parameters: Make sure you only apply factors to selected samples." /> + <regex match="Error in" + source="both" + level="fatal" + description="An undefined error occured, please check your intput carefully and contact your administrator." /> </stdio> <inputs> <param format="tabular" name="input_matrix" type="data" label="Countmatrix" help="You can create a count matrix with the tool ..."/>