Skip to content

Commit

Permalink
Merge pull request #703 from ARTbio/deeseq_norm
Browse files Browse the repository at this point in the history
change categories for the deeseq2_normalization tool
  • Loading branch information
drosofff authored Nov 7, 2024
2 parents 2695463 + 5097c83 commit a4201d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions tools/deseq2_normalization/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ description: Normalizes gene hitlists
long_description: |
Normalizes gene count lists using DESeq2 estimateSizeFactors() function.
categories:
- RNA
- Transcriptomics
- Sequence Analysis
- Statistics
- Single Cell
homepage_url: http://artbio.fr
remote_repository_url: https://github.com/ARTbio/tools-artbio/tree/main/tools/deseq2_normalization
toolshed:
Expand Down
16 changes: 7 additions & 9 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+galaxy0" profile="22.01">
<description>of hit lists (geometric method)</description>
<tool id="deseq2_normalization" name="DESeq2 normalization" version="1.40.2+galaxy1" profile="22.01">
<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 a4201d3

Please sign in to comment.