Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
comparison phylostatistics/ses-mpd.xml @ 0:5b9a38ec4a39 draft default tip
First commit of old repositories
author | osiris_phylogenetics <ucsb_phylogenetics@lifesci.ucsb.edu> |
---|---|
date | Tue, 11 Mar 2014 12:19:13 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5b9a38ec4a39 |
---|---|
1 <!--host shell must be Unicode enabled!--> | |
2 <tool id="ses-mpd" name="Picante ses-mpd for Galaxy"> | |
3 <description>Standardized effect size of mean pairwise distances in communities.</description> | |
4 <command interpreter="Rscript">ses-mpd-galaxy.r $samples $tree $output >/dev/null 2>&1</command> | |
5 <inputs> | |
6 <param name="samples" type="data" format="txt" label="Phylocom sample formatted data text file" /> | |
7 <param name="tree" type="data" format="txt" label="Phylogenetic tree related to samples" /> | |
8 </inputs> | |
9 <outputs> | |
10 <data format="txt" name="output" label="ses.mpd output" /> | |
11 </outputs> | |
12 <help> | |
13 Inputs: Phylocom sample formatted data text file, phylogenetic tree file. | |
14 | |
15 Output: Output of ses.mpd in text file | |
16 </help> | |
17 </tool> |