| Previous changeset 0:83458fec2479 (2017-12-31) Next changeset 2:b62d3210b814 (2018-01-16) |
|
Commit message:
Uploaded |
|
added:
adams_tool.xml |
| b |
| diff -r 83458fec2479 -r adc396724afc adams_tool.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/adams_tool.xml Sun Dec 31 09:32:39 2017 -0500 |
| b |
| @@ -0,0 +1,22 @@ + +<tool id="adams_tool" name="Find modes of bimodal PCR-like distribution" version="0.1.0"> + <command interpreter="python"> adams_tool.py $input $output $__tool_directory__/web_template.html </command> + <inputs> + <param format="tabular" name="input" type="data" label="Source file"/> + </inputs> + <outputs> + <data format="tabular" name="output" /> + </outputs> + + <tests> + <!--test> + <param name="input" value="fa_gc_content_input.fa"/> + <output name="out_file1" file="fa_gc_content_output.txt"/> + </test--> + </tests> + + <help> + Find modes of bimodal distribution of PCR reads + </help> + +</tool> |