Mercurial > repos > dktanwar > test_fgsea
view 16_fgsea/GSEA.xml~ @ 2:d91ddc13f8a8 draft
Uploaded
author | dktanwar |
---|---|
date | Mon, 11 Dec 2017 09:43:17 -0500 |
parents | |
children |
line wrap: on
line source
<tool id="GSEA" name="Gene Set Enrichment Analysis" version="0.1.0"> <command detect_errors="exit_code"><![CDATA[ RScript $__tool_directory__/GSEA.R --input1 $Ranked_list --input2 $Pathway_database --output $output ]]></command> <inputs> <param type="data" name="Ranked_list" format="txt" /> <param type="data" name="Pathway_database" format="txt" /> </inputs> <outputs> <data name="Results" format="txt" /> </outputs> <tests> <test> <param name="Ranked_list" value="ranked_genes_list.rnk"/> <param name="Pathway_database" value="ouse.gmt"/> <output name="output" file="GSEA_results.txt"/> </test> </tests> <help><![CDATA[ Write the tool help section here. ]]></help> <citations> <citation type="bibtex"> @misc{github01_mismatch_removal, author = {LastTODO, FirstTODO}, year = {TODO}, title = {01_mismatch_removal}, publisher = {GitHub}, journal = {GitHub repository}, url = {https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal}, }</citation> </citations> </tool>