Mercurial > repos > sjung > bdds
annotate hint.xml @ 4:20bbc86eae21 draft
Uploaded
author | sjung |
---|---|
date | Wed, 24 May 2017 00:35:55 -0400 |
parents | |
children |
rev | line source |
---|---|
4 | 1 <tool id="hint" name="Hint" version="HINT: 1.1.1"> |
2 <description> predicts TFBSs given open chromatin data </description> | |
3 <requirements> | |
4 <requirement type="package">pymodules</requirement> | |
5 </requirements> | |
6 <command interpreter="python"> | |
7 hint_wrapper.py | |
8 --input $input | |
9 --region $region | |
10 --out-dir $output.extra_files_path | |
11 --output $output | |
12 </command> | |
13 <inputs> | |
14 <param format="bam" help="" name="input" optional="false" type="data" label="Input BAM"/> | |
15 <param format="bed" help="" name="region" optional="false" type="data" label="Input BED"/> | |
16 </inputs> | |
17 <outputs> | |
18 <data format="bed" label="${tool.name} on ${on_string}" name="output"/> | |
19 </outputs> | |
20 <help> | |
21 </help> | |
22 </tool> |