Mercurial > repos > bgruening > racon
changeset 9:936f0b5e7fcc draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/racon commit 2ac6111065e4c2ad30947819faabfc8439762354
author | bgruening |
---|---|
date | Sun, 27 Aug 2023 08:47:31 +0000 |
parents | e100a765370e |
children | 78c533842eeb |
files | macros.xml racon.xml |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Oct 19 16:12:55 2022 +0000 +++ b/macros.xml Sun Aug 27 08:47:31 2023 +0000 @@ -2,6 +2,10 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">racon</requirement> + <resource type="cuda_version_min">9.0</resource> + <resource type="cuda_compute_capability">3.0</resource> + <resource type="cuda_device_count_min">1</resource> + <resource type="cuda_device_count_max">1</resource> <yield/> </requirements> </xml>
--- a/racon.xml Wed Oct 19 16:12:55 2022 +0000 +++ b/racon.xml Sun Aug 27 08:47:31 2023 +0000 @@ -1,4 +1,4 @@ -<tool id="racon" name="Racon" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> +<tool id="racon" name="Racon" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01"> <description>Consensus module for raw de novo DNA assembly of long uncorrected reads</description> <macros> <import>macros.xml</import>