comparison meme.xml @ 16:3c2ac7c3f0b8 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
author iuc
date Sat, 27 Nov 2021 09:45:12 +0000
parents 9dd5373f6a5a
children 19237efe98d1
comparison
equal deleted inserted replaced
15:9dd5373f6a5a 16:3c2ac7c3f0b8
1 <tool id="meme_meme" name="MEME" version="@WRAPPER_VERSION@.0"> 1 <tool id="meme_meme" name="MEME" version="@TOOL_VERSION@.0">
2 <description>- Multiple EM for Motif Elicitation</description> 2 <description>- Multiple EM for Motif Elicitation</description>
3 <xrefs>
4 <xref type="bio.tools">meme_meme</xref>
5 </xrefs>
3 <macros> 6 <macros>
4 <import>macros.xml</import> 7 <import>macros.xml</import>
5 </macros> 8 </macros>
6 <expand macro="requirements" /> 9 <expand macro="requirements" />
7 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
11 @CHECK_NON_COMMERCIAL_USE@
8 export TMPDIR=\${TMPDIR:-.}; 12 export TMPDIR=\${TMPDIR:-.};
9 13
10 meme '$input1' 14 meme '$input1'
11 -p \${GALAXY_SLOTS:-1} 15 -p \${GALAXY_SLOTS:-1}
12 -o '${html_outfile.files_path}' 16 -o '${html_outfile.files_path}'