Previous changeset 8:15a3d5439e7b (2018-03-29) |
Commit message:
Uploaded |
added:
galaxy_wrapper.xml |
b |
diff -r 15a3d5439e7b -r 9f6798968481 galaxy_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy_wrapper.xml Thu Mar 29 12:06:28 2018 -0400 |
b |
@@ -0,0 +1,22 @@ + +<tool id="peak_calling_script" name="Find modes of bimodal PCR-like distribution" version="0.1.0"> + <command interpreter="python"> peak_calling_script.py $input $output $__tool_directory__/web_template.html ${input.name} </command> + <inputs> + <param format="tabular" name="input" type="data" label="Source file"/> + </inputs> + <outputs> + <data format="html" name="output" label="${input.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> |