Mercurial > repos > yhoogstrate > edger_with_design_matrix
changeset 21:ad5d660ae693 draft
Uploaded
author | yhoogstrate |
---|---|
date | Thu, 09 Jan 2014 10:01:11 -0500 |
parents | 1d5057b31cd2 |
children | d86d9d498dc7 |
files | edgeR_DGE.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/edgeR_DGE.xml Thu Jan 09 09:54:13 2014 -0500 +++ b/edgeR_DGE.xml Thu Jan 09 10:01:11 2014 -0500 @@ -2,7 +2,7 @@ <tool id="edger_dge" name="edgeR Differential GeneExpression Analysis"> <description>RNA-Seq expression analysis using edgeR (R package)</description> - <command> + <command interpreter="bash"> <!-- The following script is written in the "Cheetah" language: http://www.cheetahtemplate.org/docs/users_guide_html_multipage/contents.html @@ -22,8 +22,8 @@ $output_BCVplot $output_MAplot smearPlot ' - > $output_R - 2> >(grep -v 'Calculating library sizes' 1>&amp;2) + > $output_R + 2> >(grep -v 'Calculating library sizes' 1>&2) </command> <inputs>