Mercurial > repos > jdv > porechop
changeset 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 |
files | porechop.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/porechop.xml Wed Aug 30 02:45:08 2017 -0400 +++ b/porechop.xml Wed Sep 06 12:29:17 2017 -0400 @@ -1,6 +1,6 @@ <tool id="porechop" name="Porechop" version="0.2.1"> - <description>Demux and adapter removal of ONT reads</description> + <description>Demux and adapter removal</description> <!-- ***************************************************************** --> @@ -133,7 +133,7 @@ <outputs> <collection type="list" name="output"> - <discover_datasets pattern="(?P<name>.*)" directory="out" format="fastq" /> + <discover_datasets pattern="(?P<name>.*)" directory="out" format="fastqsanger" /> </collection> </outputs>