Mercurial > repos > jdv > porechop
changeset 4:40232a4e5a04 draft
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60-dirty
author | jdv |
---|---|
date | Sat, 14 Oct 2017 22:30:35 -0400 |
parents | 80408ff0c1f5 |
children | 64fcb9c72e47 |
files | porechop.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/porechop.xml Sat Oct 14 22:23:22 2017 -0400 +++ b/porechop.xml Sat Oct 14 22:30:35 2017 -0400 @@ -50,6 +50,7 @@ --barcode_threshold $demux_section.demux_options.barcode_threshold --barcode_diff $demux_section.demux_options.barcode_diff $demux_section.demux_options.require_two_barcodes + $demux_section.demux_options.discard_unassigned #end if @@ -106,6 +107,7 @@ <param argument="--barcode_threshold" size="5" type="float" value="75.0" min="0" max="100" label="Barcode threshold identity" /> <param argument="--barcode_diff" size="5" type="float" value="5.0" min="0" max="100" label="Barcode threshold difference" /> <param argument="--require_two_barcodes" type="boolean" truevalue="--require_two_barcodes" falsevalue="" checked="false" label="Require two barcodes" /> + <param argument="--discard_unassigned" type="boolean" truevalue="--discard_unassigned" falsevalue="" checked="false" label="Discard unassigned reads" /> </when> </conditional> </section>