Mercurial > repos > sjung > bdds
changeset 4:20bbc86eae21 draft
Uploaded
author | sjung |
---|---|
date | Wed, 24 May 2017 00:35:55 -0400 |
parents | 43e4ba4796c1 |
children | f77a3f2876c3 |
files | hint.xml |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hint.xml Wed May 24 00:35:55 2017 -0400 @@ -0,0 +1,22 @@ +<tool id="hint" name="Hint" version="HINT: 1.1.1"> + <description> predicts TFBSs given open chromatin data </description> + <requirements> + <requirement type="package">pymodules</requirement> + </requirements> + <command interpreter="python"> + hint_wrapper.py + --input $input + --region $region + --out-dir $output.extra_files_path + --output $output + </command> + <inputs> + <param format="bam" help="" name="input" optional="false" type="data" label="Input BAM"/> + <param format="bed" help="" name="region" optional="false" type="data" label="Input BED"/> + </inputs> + <outputs> + <data format="bed" label="${tool.name} on ${on_string}" name="output"/> + </outputs> + <help> + </help> +</tool>