comparison galaxy_wrapper.xml @ 9:9f6798968481 draft default tip

Uploaded
author nitrozyna
date Thu, 29 Mar 2018 12:06:28 -0400
parents
children
comparison
equal deleted inserted replaced
8:15a3d5439e7b 9:9f6798968481
1
2 <tool id="peak_calling_script" name="Find modes of bimodal PCR-like distribution" version="0.1.0">
3 <command interpreter="python"> peak_calling_script.py $input $output $__tool_directory__/web_template.html ${input.name} </command>
4 <inputs>
5 <param format="tabular" name="input" type="data" label="Source file"/>
6 </inputs>
7 <outputs>
8 <data format="html" name="output" label="${input.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>