Mercurial > repos > nitrozyna > dm1_genotypying
annotate galaxy_wrapper.xml @ 3:a1cb5223ac36 draft
Uploaded
author | nitrozyna |
---|---|
date | Tue, 16 Jan 2018 15:15:02 -0500 |
parents | |
children |
rev | line source |
---|---|
3 | 1 |
2 <tool id="adams_tool" name="Find modes of bimodal PCR-like distribution" version="0.1.0"> | |
3 <command interpreter="python"> adams_tool.py $input $output $__tool_directory__/web_template.html </command> | |
4 <inputs> | |
5 <param format="tabular" name="input" type="data" label="Source file"/> | |
6 </inputs> | |
7 <outputs> | |
8 <data format="tabular" name="output" /> | |
9 </outputs> | |
10 | |
11 <tests> | |
12 <!--test> | |
13 <param name="input" value="fa_gc_content_input.fa"/> | |
14 <output name="out_file1" file="fa_gc_content_output.txt"/> | |
15 </test--> | |
16 </tests> | |
17 | |
18 <help> | |
19 Find modes of bimodal distribution of PCR reads | |
20 </help> | |
21 | |
22 </tool> |