diff proteinortho_grab_proteins.xml @ 1:fa2d1e652ec1 draft

"planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit 95f1ae4ed1cdd56114df76d215f9e1ed549aa4c5"
author iuc
date Tue, 14 Sep 2021 11:39:49 +0000
parents d348c3a151d9
children 85ffb2cc6b64
line wrap: on
line diff
--- a/proteinortho_grab_proteins.xml	Tue Feb 18 17:57:53 2020 -0500
+++ b/proteinortho_grab_proteins.xml	Tue Sep 14 11:39:49 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="proteinortho_grab_proteins" name="Proteinortho grab proteins" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@">
+<tool id="proteinortho_grab_proteins" name="Proteinortho grab proteins" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" profile="@PROFLE@">
     <description>finds genes/proteins in a given fasta file</description>
     <macros>
         <import>proteinortho_macros.xml</import>
@@ -53,6 +53,10 @@
                             <add value="\\"/>
                             <add value="_"/>
                             <add value="|"/>
+                            <add value="\t"/>
+                            <add value="&#9;"/> <!-- tab -->
+                            <add value=","/>
+                            <add value=";"/>
                             <add value="&#91;"/> <!-- left square bracket, e.g subselecting from vec[1] -->
                             <add value="&#93;"/> <!-- right square bracket -->
                             <add value="&#40;"/> <!-- left parenthesis -->