comparison meme.xml @ 5:34c794383f81 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit dc83f3908392f1444da623f26716eadc6967ce43
author iuc
date Fri, 18 Mar 2016 08:23:54 -0400
parents cc283f3e5863
children 487ce3fa1822
comparison
equal deleted inserted replaced
4:cc283f3e5863 5:34c794383f81
7 <command> 7 <command>
8 <![CDATA[ 8 <![CDATA[
9 meme "$input1" 9 meme "$input1"
10 -o "${html_outfile.files_path}" 10 -o "${html_outfile.files_path}"
11 -nostatus 11 -nostatus
12 -maxsize 1000000
12 #if str( $options_type.options_type_selector ) == 'advanced': 13 #if str( $options_type.options_type_selector ) == 'advanced':
13 -sf "${ str( $options_type.sf ).replace( ' ', '_' ) }" 14 -sf "${ str( $options_type.sf ).replace( ' ', '_' ) }"
14 -${options_type.alphabet_type.alphabet_type_selector} 15 -${options_type.alphabet_type.alphabet_type_selector}
15 -mod "${options_type.mod_type.mod_type_selector}" 16 -mod "${options_type.mod_type.mod_type_selector}"
16 -nmotifs "${options_type.nmotifs}" 17 -nmotifs "${options_type.nmotifs}"