Mercurial > repos > davidvanzessen > clonal_sequences_in_paired_samples
diff CLL.xml @ 0:c5ac9a871b26 draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 19 Jun 2014 10:39:41 -0400 |
parents | |
children | f9316f7676cc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CLL.xml Thu Jun 19 10:39:41 2014 -0400 @@ -0,0 +1,15 @@ +<tool id="vct_clonal_sequences" name="Clonal Sequences in paired samples" version="1.0"> + <description>Comparison of clonal sequences in paired samples</description> + <command interpreter="bash"> + wrapper.sh $in_file $out_file $out_file.files_path + </command> + <inputs> + <param name="in_file" format="tabular" type="data" label="Data to Process" /> + </inputs> + <outputs> + <data format="html" name="out_file" /> + </outputs> + <help> + stuff and words + </help> +</tool>