Previous changeset 0:6b572c4f2ce1 (2017-08-30) Next changeset 2:f84a33bc5c3e (2017-10-14) |
Commit message:
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 5c77d22b71a174dcbda8bb8f5780a12051337af4-dirty |
modified:
porechop.xml |
b |
diff -r 6b572c4f2ce1 -r 3cf98e7f21b7 porechop.xml --- a/porechop.xml Wed Aug 30 02:45:08 2017 -0400 +++ b/porechop.xml Wed Sep 06 12:29:17 2017 -0400 |
b |
@@ -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> |