Mercurial > repos > guerler > hhsuite
changeset 3:35dbd62871b0 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:14:10 -0400 |
parents | c3bf37da2daa |
children | 691d8f7c078c |
files | hhblits.xml |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/hhblits.xml Mon Jul 27 13:29:28 2020 -0400 +++ b/hhblits.xml Fri Jul 31 00:14:10 2020 -0400 @@ -1,13 +1,14 @@ -<tool id="hhblits" name="HH-blits itererative protein sequence searching" version="0.1.0" python_template_version="3.5"> +<tool id="hhblits" name="HH-blits" version="0.1.0" python_template_version="3.5"> + <description>itererative protein sequence searching</description> <requirements> <requirement type="package" version="3.2.0">hhsuite</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ - link $hhm_ffdata hhdb_hhm.ffdata && - link $hhm_ffindex hhdb_hhm.ffindex && - link $cs219_ffdata hhdb_cs219.ffdata && - link $cs219_ffindex hhdb_cs219.ffindex && - hhblits -n $n -e $e -i $input -d hhdb -o $output + link '$hhm_ffdata' hhdb_hhm.ffdata && + link '$hhm_ffindex' hhdb_hhm.ffindex && + link '$cs219_ffdata' hhdb_cs219.ffdata && + link '$cs219_ffindex' hhdb_cs219.ffindex && + hhblits -n '$n' -e '$e' -i '$input' -d hhdb -o '$output' ]]></command> <inputs> <param format="data" name="input" type="data" label="Query Sequence" help="Single sequence or multiple sequence alignment (MSA)