comparison porechop.xml @ 1:3cf98e7f21b7 draft

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 5c77d22b71a174dcbda8bb8f5780a12051337af4-dirty
author jdv
date Wed, 06 Sep 2017 12:29:17 -0400
parents 6b572c4f2ce1
children f84a33bc5c3e
comparison
equal deleted inserted replaced
0:6b572c4f2ce1 1:3cf98e7f21b7
1 <tool id="porechop" name="Porechop" version="0.2.1"> 1 <tool id="porechop" name="Porechop" version="0.2.1">
2 2
3 <description>Demux and adapter removal of ONT reads</description> 3 <description>Demux and adapter removal</description>
4 4
5 <!-- ***************************************************************** --> 5 <!-- ***************************************************************** -->
6 6
7 <!-- not yet working with Bioconda 7 <!-- not yet working with Bioconda
8 <requirements> 8 <requirements>
131 <!-- ***************************************************************** --> 131 <!-- ***************************************************************** -->
132 132
133 <outputs> 133 <outputs>
134 134
135 <collection type="list" name="output"> 135 <collection type="list" name="output">
136 <discover_datasets pattern="(?P&lt;name&gt;.*)" directory="out" format="fastq" /> 136 <discover_datasets pattern="(?P&lt;name&gt;.*)" directory="out" format="fastqsanger" />
137 </collection> 137 </collection>
138 138
139 </outputs> 139 </outputs>
140 140
141 <!-- ***************************************************************** --> 141 <!-- ***************************************************************** -->