# HG changeset patch # User jdv # Date 1512181635 18000 # Node ID e3ad639c692aad72a7ad6c67fc11715d72887603 # Parent 852b3fe95c2062eb26c0ec84214f63a249e661f7 planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 83364d7d78ca5524a08065daef995bfcd54a379d-dirty diff -r 852b3fe95c20 -r e3ad639c692a porechop.xml --- a/porechop.xml Fri Oct 20 23:11:21 2017 -0400 +++ b/porechop.xml Fri Dec 01 21:27:15 2017 -0500 @@ -133,12 +133,24 @@ out_format == 'fastq' + demux_section['demux_options']['demux'] == 'yes' out_format == 'fasta' + demux_section['demux_options']['demux'] == 'yes' + + + out_format == 'fastq' + demux_section['demux_options']['demux'] == 'no' + + + + out_format == 'fasta' + demux_section['demux_options']['demux'] == 'no' + @@ -178,6 +190,13 @@ + + + + + + +