Mercurial > repos > iuc > fgsea
comparison fgsea.xml @ 1:101b208a3e1a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fgsea commit a8ec42c929d1f96af3cfe6aeaf229190a0a0717a
author | iuc |
---|---|
date | Sat, 09 Feb 2019 12:22:37 -0500 |
parents | 9bb7943b5263 |
children | 17eb1e0d711f |
comparison
equal
deleted
inserted
replaced
0:9bb7943b5263 | 1:101b208a3e1a |
---|---|
1 <tool id="fgsea" name="fgsea" version="1.6.0"> | 1 <tool id="fgsea" name="fgsea" version="1.8.0"> |
2 <description>- fast preranked gene set enrichment analysis</description> | 2 <description>- fast preranked gene set enrichment analysis</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.6.0">bioconductor-fgsea</requirement> | 4 <requirement type="package" version="1.8.0">bioconductor-fgsea</requirement> |
5 <requirement type="package" version="1.6.0">r-optparse</requirement> | 5 <requirement type="package" version="1.6.0">r-optparse</requirement> |
6 </requirements> | 6 </requirements> |
7 <version_command><![CDATA[ | 7 <version_command><![CDATA[ |
8 echo $(R --version | grep version | grep -v GNU)", fgsea version" $(R --vanilla --slave -e "library(fgsea); cat(sessionInfo()\$otherPkgs\$fgsea\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", optparse version" $(R --vanilla --slave -e "library(optparse); cat(sessionInfo()\$otherPkgs\$optparse\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 8 echo $(R --version | grep version | grep -v GNU)", fgsea version" $(R --vanilla --slave -e "library(fgsea); cat(sessionInfo()\$otherPkgs\$fgsea\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", optparse version" $(R --vanilla --slave -e "library(optparse); cat(sessionInfo()\$otherPkgs\$optparse\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
9 ]]></version_command> | 9 ]]></version_command> |
58 <assert_contents> | 58 <assert_contents> |
59 <has_text_matching expression="pathway.*pval.*padj.*ES.*NES.*nMoreExtreme.*size.*leadingEdge" /> | 59 <has_text_matching expression="pathway.*pval.*padj.*ES.*NES.*nMoreExtreme.*size.*leadingEdge" /> |
60 <has_text_matching expression="HALLMARK_TNFA_SIGNALING_VIA_NFKB.*0.001" /> | 60 <has_text_matching expression="HALLMARK_TNFA_SIGNALING_VIA_NFKB.*0.001" /> |
61 </assert_contents> | 61 </assert_contents> |
62 </output> | 62 </output> |
63 <output name="out_pdf" value="out_t47d.pdf" compare="sim_size" delta="12000"/> | 63 <output name="out_pdf" value="out_t47d.pdf" compare="sim_size"/> |
64 </test> | 64 </test> |
65 <test> | 65 <test> |
66 <param name="rnk_file" ftype="tabular" value="t47d_entrez_ids.rnk" /> | 66 <param name="rnk_file" ftype="tabular" value="t47d_entrez_ids.rnk" /> |
67 <param name="sets_file" ftype="rdata" value="human_H_v5p2.rdata"/> | 67 <param name="sets_file" ftype="rdata" value="human_H_v5p2.rdata"/> |
68 <param name="plot_opt" value="True"/> | 68 <param name="plot_opt" value="True"/> |