comparison meme.xml @ 13:b1746e02a308 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:42:07 +0000
parents 94f27be617a4
children e17bbcc0744d
comparison
equal deleted inserted replaced
12:94f27be617a4 13:b1746e02a308
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}'