Mercurial > repos > iuc > compleasm
comparison compleasm.xml @ 4:8f20a5b9b282 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compleasm/ commit 025282d56217bb501fcae8500546dec4ddf63949
author | iuc |
---|---|
date | Wed, 24 Jul 2024 17:43:14 +0000 |
parents | cfec9601b25d |
children |
comparison
equal
deleted
inserted
replaced
3:cfec9601b25d | 4:8f20a5b9b282 |
---|---|
1 <tool id="compleasm" name="compleasm" version="@TOOL_VERSION@+galaxy0" profile="20.01"> | 1 <tool id="compleasm" name="compleasm" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
2 <description>completeness of genome assemblies</description> | 2 <description>completeness of genome assemblies</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <xrefs> | 6 <xrefs> |
19 -a '$input' | 19 -a '$input' |
20 -o galaxy_output | 20 -o galaxy_output |
21 --mode $mode | 21 --mode $mode |
22 -L 'galaxy_db' | 22 -L 'galaxy_db' |
23 -l '$lineage_dataset' | 23 -l '$lineage_dataset' |
24 -t "\${GALAXY_SLOTS:-1}" | |
24 | 25 |
25 #if str($specified_contigs) != '': | 26 #if str($specified_contigs) != '': |
26 --specified_contigs '$specified_contigs' | 27 --specified_contigs '$specified_contigs' |
27 #end if | 28 #end if |
28 | 29 |