Mercurial > repos > iuc > miniprot
comparison miniprot.xml @ 4:00b22efdd100 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit a411dff38de49b830297ba7c9a8f023abc9591aa
author | iuc |
---|---|
date | Mon, 11 Mar 2024 15:26:38 +0000 |
parents | 52bdc302299b |
children | 6b20d051d0dc |
comparison
equal
deleted
inserted
replaced
3:52bdc302299b | 4:00b22efdd100 |
---|---|
2 <tool id="miniprot" name="Miniprot align" version="@TOOL_VERSION@+galaxy0" profile="21.05"> | 2 <tool id="miniprot" name="Miniprot align" version="@TOOL_VERSION@+galaxy0" profile="21.05"> |
3 <description>align a protein sequence against a genome with affine gap penalty, splicing and frameshift</description> | 3 <description>align a protein sequence against a genome with affine gap penalty, splicing and frameshift</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <requirements> | 7 <expand macro="xrefs"/> |
8 <requirement type="package" version="@TOOL_VERSION@">miniprot</requirement> | 8 <expand macro="requirements"/> |
9 </requirements> | |
10 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
11 miniprot | 10 miniprot |
12 -t \${GALAXY_SLOTS:-1} | 11 -t \${GALAXY_SLOTS:-1} |
13 #if str($adv.options) == "yes" | 12 #if str($adv.options) == "yes" |
14 $adv.mapping.no_splicing | 13 $adv.mapping.no_splicing |