comparison meme.xml @ 15:9dd5373f6a5a draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
author iuc
date Wed, 18 Nov 2020 19:41:27 +0000
parents 3f0dd362b755
children 3c2ac7c3f0b8
comparison
equal deleted inserted replaced
14:3f0dd362b755 15:9dd5373f6a5a
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <command detect_errors="exit_code"><![CDATA[ 7 <command detect_errors="exit_code"><![CDATA[
8 export TMPDIR=\${TMPDIR:-.};
9
8 meme '$input1' 10 meme '$input1'
11 -p \${GALAXY_SLOTS:-1}
9 -o '${html_outfile.files_path}' 12 -o '${html_outfile.files_path}'
10 -nostatus 13 -nostatus
11 -maxsize 1000000 14 -maxsize 1000000
12 #if str( $options_type.options_type_selector ) == 'advanced': 15 #if str( $options_type.options_type_selector ) == 'advanced':
13 -sf '${ str( $options_type.sf ).replace( " ", "_" ) }' 16 -sf '${ str( $options_type.sf ).replace( " ", "_" ) }'