Mercurial > repos > davidvanzessen > plotting_merged
comparison plotting_merged.xml @ 44:20763d15d641 draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 22 Nov 2013 08:16:43 -0500 |
parents | 2e2a29d505c7 |
children | 3d609220e92a |
comparison
equal
deleted
inserted
replaced
43:1b3ef7b2f4a0 | 44:20763d15d641 |
---|---|
1 <tool id="plotting_merged" name="Plotting the merged data" version="1.0"> | 1 <tool id="plotting_merged" name="Plotting the merged data" version="1.0"> |
2 <description>Creating a graph of the merged reports.</description> | 2 <description>Creating a graph of the merged reports.</description> |
3 <command interpreter="bash"> | 3 <command interpreter="bash"> |
4 r_wrapper.sh $in_file $out_file $out_file.files_path $clonaltype_select | 4 r_wrapper.sh $in_file $out_file $out_file.files_path "$clonaltype_select" |
5 </command> | 5 </command> |
6 <inputs> | 6 <inputs> |
7 <param name="in_file" format="tabular" type="data" label="Data to Process" /> | 7 <param name="in_file" format="tabular" type="data" label="Data to Process" /> |
8 <param name="clonaltype_select" type="select" label="Clonal Type Definition"> | 8 <param name="clonaltype_select" type="select" label="Clonal Type Definition"> |
9 <option value="Top.V.Gene,CDR3.Seq">Top.V.Gene, CDR3.Seq</option> | 9 <option value="Top.V.Gene,CDR3.Seq">Top.V.Gene, CDR3.Seq</option> |