changeset 2:49b937f12aa4 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sina commit e94aa6daf5746ddd3798b8b3d8bc92094b03be90"
author iuc
date Wed, 25 Dec 2019 12:09:28 -0500
parents fd62f1b940f6
children 8afa8799d50f
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:29 2019 -0400
+++ b/macros.xml	Wed Dec 25 12:09:28 2019 -0500
@@ -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:29 2019 -0400
+++ b/sina.xml	Wed Dec 25 12:09:28 2019 -0500
@@ -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">