Skip to content

Commit

Permalink
Update deseq2_normalization.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
drosofff committed Nov 7, 2024
1 parent 455c6bb commit 5097c83
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tools/deseq2_normalization/deseq2_normalization.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<tool id="deseq2_normalization" name="DESeq2 normalization" version="1.40.2+galaxy1" profile="22.01">
<description>of hit lists (geometric method)</description>
<description>of hit lists (geometric method)</description>
<requirements>
<requirement type="package" version="1.40.2">bioconductor-deseq2</requirement>
</requirements>
Expand Down Expand Up @@ -31,13 +31,13 @@
quote = FALSE, dec = ".", sep = "\t", eol = "\n")
</configfile>
</configfiles>
<inputs>
<param name="input" type="data" format="tabular" label="Hit lists of items"/>
</inputs>
<outputs>
<inputs>
<param name="input" type="data" format="tabular" label="Hit lists of items"/>
</inputs>
<outputs>
<data name="output_factors" format="tabular" label="Normalization Factors (Geometric mean method)" />
<data name="norm_hit_table" format="tabular" label="Normalized Hit Table (Geometric mean method)" />
</outputs>
</outputs>
<tests>
<test>
<param name="input" value="counts.tab" ftype="tabular"/>
Expand Down Expand Up @@ -106,8 +106,6 @@ NM_177834 1 3 2 0
NM_145381 606 445 367 306
]]>


</help>
<citations>
<citation type="doi">10.1186/s13059-014-0550-8</citation>
Expand Down

0 comments on commit 5097c83

Please sign in to comment.