Mercurial > repos > lparsons > cutadapt
comparison cutadapt.xml @ 17:52ef1be47553 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit 5b7bf5d9a56f6aabaf7951d3e32a082c91937360
author | iuc |
---|---|
date | Fri, 09 Nov 2018 11:33:40 -0500 |
parents | 8f1df515eb87 |
children | 5c7e7d905b33 |
comparison
equal
deleted
inserted
replaced
16:8f1df515eb87 | 17:52ef1be47553 |
---|---|
131 #end if | 131 #end if |
132 #if $read_mod_options.suffix != '': | 132 #if $read_mod_options.suffix != '': |
133 --suffix="$read_mod_options.suffix" | 133 --suffix="$read_mod_options.suffix" |
134 #end if | 134 #end if |
135 #if str($read_mod_options.length) != '0': | 135 #if str($read_mod_options.length) != '0': |
136 --length=$$read_mod_options.length | 136 --length=$read_mod_options.length |
137 #end if | 137 #end if |
138 #if $read_mod_options.length_tag != '': | 138 #if $read_mod_options.length_tag != '': |
139 --length-tag="$read_mod_options.length_tag" | 139 --length-tag="$read_mod_options.length_tag" |
140 #end if | 140 #end if |
141 | 141 |