comparison poretools_stats.xml @ 3:205f84ab1cd5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
author iuc
date Fri, 27 Sep 2024 07:44:33 +0000
parents 288c1b94485e
children
comparison
equal deleted inserted replaced
2:288c1b94485e 3:205f84ab1cd5
1 <?xml version="1.0"?> 1 <tool id="poretools_stats" name="Read length statistics" version="@VERSION@.0" profile="@PROFILE@">
2 <tool id="poretools_stats" name="Read length statistics" version="@VERSION@.0">
3 <description>from a set of FAST5 files</description> 2 <description>from a set of FAST5 files</description>
4 <expand macro="bio_tools"/>
5 <macros> 3 <macros>
6 <import>macros.xml</import> 4 <import>macros.xml</import>
7 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
8 <expand macro="requirements" /> 7 <expand macro="requirements" />
9 <command detect_errors="aggressive"> 8 <command detect_errors="aggressive">
10 <![CDATA[ 9 <![CDATA[
11 poretools stats --type $type $detailed '$input' > '$output' 10 poretools stats --type $type $detailed '$input' > '$output'
12 ]]> 11 ]]>