Mercurial > repos > bgruening > racon
comparison racon.xml @ 10:78c533842eeb draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/racon commit 57a0433defa3cbc37ab34fbb0ebcfaeb680db8d5
author | bgruening |
---|---|
date | Sat, 04 Nov 2023 19:00:11 +0000 |
parents | 936f0b5e7fcc |
children |
comparison
equal
deleted
inserted
replaced
9:936f0b5e7fcc | 10:78c533842eeb |
---|---|
1 <tool id="racon" name="Racon" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01"> | 1 <tool id="racon" name="Racon" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01"> |
2 <description>Consensus module for raw de novo DNA assembly of long uncorrected reads</description> | 2 <description>Consensus module for raw de novo DNA assembly of long uncorrected reads</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <xrefs> | |
7 <xref type="bio.tools">Racon</xref> | |
8 </xrefs> | |
6 <expand macro="requirements" /> | 9 <expand macro="requirements" /> |
7 <version_command>racon --version</version_command> | 10 <version_command>racon --version</version_command> |
8 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="exit_code"><![CDATA[ |
9 #if $reads.ext.startswith("fasta") | 12 #if $reads.ext.startswith("fasta") |
10 #set ext="fasta" | 13 #set ext="fasta" |