Mercurial > repos > iuc > proteinortho_grab_proteins
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:d348c3a151d9 | 1:fa2d1e652ec1 |
---|---|
1 <tool id="proteinortho_grab_proteins" name="Proteinortho grab proteins" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@"> | 1 <tool id="proteinortho_grab_proteins" name="Proteinortho grab proteins" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" profile="@PROFLE@"> |
2 <description>finds genes/proteins in a given fasta file</description> | 2 <description>finds genes/proteins in a given fasta file</description> |
3 <macros> | 3 <macros> |
4 <import>proteinortho_macros.xml</import> | 4 <import>proteinortho_macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
51 <add value="?"/> | 51 <add value="?"/> |
52 <add value="+"/> | 52 <add value="+"/> |
53 <add value="\\"/> | 53 <add value="\\"/> |
54 <add value="_"/> | 54 <add value="_"/> |
55 <add value="|"/> | 55 <add value="|"/> |
56 <add value="\t"/> | |
57 <add value="	"/> <!-- tab --> | |
58 <add value=","/> | |
59 <add value=";"/> | |
56 <add value="["/> <!-- left square bracket, e.g subselecting from vec[1] --> | 60 <add value="["/> <!-- left square bracket, e.g subselecting from vec[1] --> |
57 <add value="]"/> <!-- right square bracket --> | 61 <add value="]"/> <!-- right square bracket --> |
58 <add value="("/> <!-- left parenthesis --> | 62 <add value="("/> <!-- left parenthesis --> |
59 <add value=")"/> <!-- right parenthesis --> | 63 <add value=")"/> <!-- right parenthesis --> |
60 </valid> | 64 </valid> |