Mercurial > repos > yhoogstrate > edger_with_design_matrix
changeset 59:f20dc31afd5e draft
Uploaded
author | yhoogstrate |
---|---|
date | Mon, 25 Aug 2014 08:14:33 -0400 |
parents | bcc237ae7050 |
children | c5cc1b24f7d8 |
files | edgeR_Differential_Gene_Expression.xml |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/edgeR_Differential_Gene_Expression.xml Mon Aug 25 07:42:18 2014 -0400 +++ b/edgeR_Differential_Gene_Expression.xml Mon Aug 25 08:14:33 2014 -0400 @@ -342,8 +342,14 @@ <filter>outputs and ("make_output_raw_counts" in outputs)</filter> </data> - <data format="${output_format_images}" name="output_MDSplot" label="edgeR DGE on ${design_matrix.hid}: ${design_matrix.name} - MDS-plot"> + <data format="png" name="output_MDSplot" label="edgeR DGE on ${design_matrix.hid}: ${design_matrix.name} - MDS-plot"> <filter>outputs and ("make_output_MDSplot" in outputs)</filter> + + <change_format> + <when input="output_format_images" value="png" format="png" /> + <when input="output_format_images" value="pdf" format="pdf" /> + <when input="output_format_images" value="svg" format="svg" /> + </change_format> </data> <data format="${output_format_images}" name="output_BCVplot" label="edgeR DGE on ${design_matrix.hid}: ${design_matrix.name} - BCV-plot">