comparison proteinortho_grab_proteins.xml @ 7:b183a90fe278 draft

planemo upload for repository https://gitlab.com/paulklemm_PHD/proteinortho commit ebbb4da7c0c0176df539f9baa7c9323d9ff5f201
author iuc
date Tue, 31 Oct 2023 16:32:13 +0000
parents a87f7278b4ee
children
comparison
equal deleted inserted replaced
6:e2a8e134e928 7:b183a90fe278
1 <tool id="proteinortho_grab_proteins" name="Proteinortho grab proteins" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" profile="@PROFILE@"> 1 <tool id="proteinortho_grab_proteins" name="Proteinortho grab proteins" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" profile="@PROFILE@">
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="biotools"/>
6 <expand macro="requirements"/> 7 <expand macro="requirements"/>
7 <expand macro="version_command"/> 8 <expand macro="version_command"/>
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 ## the following ln-action is necessary, since the file names are used by proteinortho (output contains filenames => species names) 10 ## the following ln-action is necessary, since the file names are used by proteinortho (output contains filenames => species names)
10 #import re 11 #import re