Mercurial > repos > iuc > unicycler
comparison unicycler.xml @ 13:e022dff952df draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/unicycler commit f05d53efde2cd695accde1fd89799a30d17dbd6f
author | iuc |
---|---|
date | Mon, 29 Jul 2024 07:14:25 +0000 |
parents | 3e44ef016b45 |
children |
comparison
equal
deleted
inserted
replaced
12:3e44ef016b45 | 13:e022dff952df |
---|---|
1 <tool id="unicycler" name="Create assemblies with Unicycler" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> | 1 <tool id="unicycler" name="Create assemblies with Unicycler" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> |
2 <description>pipeline for bacterial genomes</description> | 2 <description>pipeline for bacterial genomes</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">0.5.0</token> | 4 <token name="@TOOL_VERSION@">0.5.1</token> |
5 <token name="@VERSION_SUFFIX@">2</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
6 </macros> | 6 </macros> |
7 <edam_topics> | 7 <edam_topics> |
8 <edam_topic>topic_0196</edam_topic> | 8 <edam_topic>topic_0196</edam_topic> |
9 </edam_topics> | 9 </edam_topics> |
10 <edam_operations> | 10 <edam_operations> |
13 <xrefs> | 13 <xrefs> |
14 <xref type="bio.tools">unicycler</xref> | 14 <xref type="bio.tools">unicycler</xref> |
15 </xrefs> | 15 </xrefs> |
16 <requirements> | 16 <requirements> |
17 <requirement type="package" version="@TOOL_VERSION@">unicycler</requirement> | 17 <requirement type="package" version="@TOOL_VERSION@">unicycler</requirement> |
18 <requirement type="package" version="1.15.1">samtools</requirement> | 18 <requirement type="package" version="1.20">samtools</requirement> |
19 </requirements> | 19 </requirements> |
20 <command detect_errors="exit_code"><![CDATA[ | 20 <command detect_errors="exit_code"><![CDATA[ |
21 #for r in $reuse | 21 #for r in $reuse |
22 ln -s $r.reuse_file ${r.reuse_step}.gfa && | 22 ln -s $r.reuse_file ${r.reuse_step}.gfa && |
23 #end for | 23 #end for |