Mercurial > repos > iuc > sina
changeset 2:340f01ee223e draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit e94aa6daf5746ddd3798b8b3d8bc92094b03be90"
| author | iuc |
|---|---|
| date | Wed, 25 Dec 2019 17:09:04 +0000 |
| parents | 35fcb02ee69a |
| children | c32b0361f6bf |
| files | macros.xml sina.xml |
| diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Oct 23 18:55:06 2019 -0400 +++ b/macros.xml Wed Dec 25 17:09:04 2019 +0000 @@ -1,10 +1,10 @@ <macros> <token name="@TOOL_VERSION@">1.5.0</token> - <token name="@WRAPPER_VERSION@">galaxy0</token> + <token name="@WRAPPER_VERSION@">galaxy1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">sina</requirement> <yield/> </requirements> </xml> -</macros> \ No newline at end of file +</macros>
--- a/sina.xml Wed Oct 23 18:55:06 2019 -0400 +++ b/sina.xml Wed Dec 25 17:09:04 2019 +0000 @@ -1,4 +1,4 @@ -<tool id="sina" name="SINA" version="@TOOL_VERSION@+@WRAPPER_VERSION@"> +<tool id="sina" name="SINA" version="@TOOL_VERSION@+@WRAPPER_VERSION@" profile="18.01"> <description>reference based multiple sequence alignment</description> <macros> <import>macros.xml</import> @@ -11,18 +11,18 @@ #if $db.select == 'custom' #if $db.custom.ext == 'fasta' - sina -i '$db.custom' --prealigned -o ./reference.arb && + sina -i '$db.custom' --prealigned -o reference.arb && #else - ln -s '$db.custom' ./reference.arb && + ln -s '$db.custom' reference.arb && #end if #elif $db.select == 'local' - ln -s '$db.arb_databases.fields.path' ./reference.arb && + ln -s '$db.arb_databases.fields.path' reference.arb && #end if ## run sina --in='$in' - --db=./reference.arb + --db=reference.arb -p \${GALAXY_SLOTS:-4} --num-pts=\${GALAXY_SLOTS:-4} @@ -327,7 +327,7 @@ <test> <param name="in" value="sequence.fasta"/> <conditional name="db"> - <param name="select" value="local"/> + <param name="select" value="local"/> <param name="arb_databases" value="testarb"/> </conditional> <section name="os">
