comparison stacks_kmerfilter.xml @ 1:38c9f9a680f0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit c300b84615660459bb0020fa74ccd3b874d329a4"
author iuc
date Mon, 30 Sep 2019 14:18:47 -0400
parents b2e3553e1be2
children 8a55d29c8fcf
comparison
equal deleted inserted replaced
0:b2e3553e1be2 1:38c9f9a680f0
127 <conditional name="input_type"> 127 <conditional name="input_type">
128 <param name="input_type_select" value="single" /> 128 <param name="input_type_select" value="single" />
129 <param name="fqinputs" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" /> 129 <param name="fqinputs" ftype="fastqsanger.gz" value="clonefilter/R1_0001.1.fq.gz" />
130 </conditional> 130 </conditional>
131 <param name="add_log" value="yes" /> 131 <param name="add_log" value="yes" />
132 <output name="output_log" ftype="txt" file="kmerfilter/kmerfilter.log" lines_diff="8"/> 132 <output name="output_log" ftype="txt" file="kmerfilter/kmerfilter.log" lines_diff="8"/>
133 <param name="rare" value="--rare"/> 133 <param name="rare" value="--rare"/>
134 <param name="abundant" value="--abundant" /> 134 <param name="abundant" value="--abundant" />
135 <param name="k_len" value="16" /> 135 <param name="k_len" value="16" />
136 <assert_command> 136 <assert_command>
137 <has_text text="--rare" /> 137 <has_text text="--rare" />