Mercurial > repos > iuc > poretools_events
comparison poretools_events.xml @ 2:daf8518d243a 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:57:33 +0000 |
parents | 28d7819c312f |
children |
comparison
equal
deleted
inserted
replaced
1:28d7819c312f | 2:daf8518d243a |
---|---|
1 <?xml version="1.0"?> | 1 <tool id="poretools_events" name="Extract nanopore events" version="@VERSION@.1" profile="@PROFILE@"> |
2 <tool id="poretools_events" name="Extract nanopore events" version="@VERSION@.1"> | |
3 <description>from a set of sequencing reads</description> | 2 <description>from a set of sequencing reads</description> |
4 <macros> | 3 <macros> |
5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
6 </macros> | 5 </macros> |
6 <expand macro="bio_tools"/> | |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
8 <command detect_errors="aggressive"> | 8 <command detect_errors="aggressive"> |
9 <![CDATA[ | 9 <![CDATA[ |
10 poretools events $precalled '$input' > '$output' | 10 poretools events $precalled '$input' > '$output' |
11 ]]> | 11 ]]> |