Mercurial > repos > bgruening > instagraal
changeset 2:d1be552c6034 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/instagraal commit c5ff906bec1f07b06a60081f7db3fc8f0c6e94b8
| author | bgruening | 
|---|---|
| date | Sun, 27 Aug 2023 09:28:26 +0000 | 
| parents | 8d5b13b571fd | 
| children | |
| files | instagraal.xml | 
| diffstat | 1 files changed, 14 insertions(+), 11 deletions(-) [+] | 
line wrap: on
 line diff
--- a/instagraal.xml Sun Nov 13 12:59:17 2022 +0000 +++ b/instagraal.xml Sun Aug 27 09:28:26 2023 +0000 @@ -1,21 +1,25 @@ -<tool id="instagraal" name="instaGRAAL" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> +<tool id="instagraal" name="instaGRAAL" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01"> <description>Large genome reassembly based on Hi-C data</description> + <xrefs> + <xref type="bio.tools">instagraal</xref> + </xrefs> <macros> <token name="@TOOL_VERSION@">0.1.6</token> <token name="@VERSION_SUFFIX@">0</token> </macros> - <xrefs> - <xref type="bio.tools">instagraal</xref> - </xrefs> + <requirements> + <!-- use a versioned copy of the upstream container at koszullab/instagraal --> + <container type="docker">quay.io/galaxy/instagraal:0.1.6</container> + <resource type="cuda_version_min">10.0</resource> + <resource type="cuda_compute_capability">3.0</resource> + <resource type="cuda_device_count_min">1</resource> + </requirements> <stdio> <regex match="instagraal_class" level="warning" description="instaGRAAL is raining an expected error at the end."/> <regex match="Exception:"/> <exit_code range="2:"/> <exit_code range=":-1"/> </stdio> - <requirements> - <container type="docker">koszullab/instagraal</container> - </requirements> <version_command>instagraal --version</version_command> <command> <