Skip to content

Commit

Permalink
deseq_visu : correctly use the reference modality (in conf pannel) as…
Browse files Browse the repository at this point in the history
… mod2 in the python command line
  • Loading branch information
mariabernard committed Jun 18, 2021
1 parent fb1bb0b commit 2b6ba88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deseq2_visualisation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<option value="quant">quantitative</option>
</param>
<when value="qual">
<param type="text" name="mod1" label="Condition 1 considered as reference" help="One condition of the experimental variable (e.g. with)." optional="false" value="" size="20">
<param type="text" name="mod2" label="Condition 1 considered as reference" help="One condition of the experimental variable (e.g. with)." optional="false" value="" size="20">
<validator type="empty_field" message="This parameter is required." />
</param>
<param type="text" name="mod2" label="Condition 2 to be compared to the reference" help="Another condition of the experimental variable (e.g. without)." optional="false" value="" size="20">
<param type="text" name="mod1" label="Condition 2 to be compared to the reference" help="Another condition of the experimental variable (e.g. without)." optional="false" value="" size="20">
<validator type="empty_field" message="This parameter is required." />
</param>
</when>
Expand Down

0 comments on commit 2b6ba88

Please sign in to comment.