0
|
1 <tool id="GSEA" name="Gene Set Enrichment Analysis" version="0.1.0">
|
1
|
2
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.4.0">bioconductor-fgsea</requirement>
|
|
5 <requirement type="package" version="1.20.0">r-getopt</requirement>
|
|
6 <!-- required for alpha function used with plotMD -->
|
|
7 <requirement type="package" version="0.12.13">r-rcpp</requirement>
|
|
8 </requirements>
|
|
9
|
|
10 <command detect_errors="exit_code"><![CDATA[
|
|
11 Rscript '$__tool_directory__/GSEA.R' --input1 '$Ranked_list' --input2 '$Pathway_database' --output '$output'
|
0
|
12 ]]></command>
|
|
13 <inputs>
|
|
14 <param type="data" name="Ranked_list" format="txt" />
|
|
15 <param type="data" name="Pathway_database" format="txt" />
|
|
16 </inputs>
|
|
17 <outputs>
|
|
18 <data name="output" format="txt" />
|
|
19 </outputs>
|
|
20 <tests>
|
|
21 <test>
|
|
22 <param name="Ranked_list" value="ranked_genes_list.rnk"/>
|
|
23 <param name="Pathway_database" value="ouse.gmt"/>
|
|
24 <output name="output" file="GSEA_results.txt"/>
|
|
25 </test>
|
|
26 </tests>
|
|
27 <help><![CDATA[
|
|
28 Write the tool help section here.
|
|
29 ]]></help>
|
|
30 <citations>
|
|
31 <citation type="bibtex">
|
|
32 @misc{github01_mismatch_removal,
|
|
33 author = {LastTODO, FirstTODO},
|
|
34 year = {TODO},
|
|
35 title = {01_mismatch_removal},
|
|
36 publisher = {GitHub},
|
|
37 journal = {GitHub repository},
|
|
38 url = {https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal},
|
|
39 }</citation>
|
|
40 </citations>
|
|
41 </tool>
|