Mercurial > repos > davidvanzessen > baseline_bayesian_comparison
comparison baseline_comparison.xml @ 0:187f2699aacb draft default tip
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 15 Jul 2014 08:47:16 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:187f2699aacb |
---|---|
1 <tool id="baseline_bayesian_comparison" name="Baseline comparison" version="1.0"> | |
2 <description>Create baseline comparison plots</description> | |
3 <command interpreter="bash"> | |
4 wrapper.sh $in_file $out_file "$rows" | |
5 </command> | |
6 <inputs> | |
7 <param name="in_file" type="data" label="RData file to use" /> | |
8 <param name="rows" type="text" size="50" label="row numbers to compare, seperate by space" /> | |
9 </inputs> | |
10 <outputs> | |
11 <data format="pdf" name="out_file" label = "Baseline comparison on ${on_string}"/> | |
12 </outputs> | |
13 <help> | |
14 Gur Yaari; Mohamed Uduman; Steven H. Kleinstein. Quantifying selection in high-throughput Immunoglobulin sequencing data sets. Nucleic Acids Res. 2012 May 27. | |
15 | |
16 Mohamed Uduman; Gur Yaari; Uri Hershberg; Mark J. Shlomchik; Steven H. Kleinstein. Detecting selection in immunoglobulin sequences. Nucleic Acids Res. 2011 Jul;39(Web Server issue):W499-504. | |
17 </help> | |
18 </tool> |