comparison fimo.xml @ 16:8ce1f35e03d3 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:40:50 +0000
parents 189bde75d44d
children 6f68fb7ef9f0
comparison
equal deleted inserted replaced
15:189bde75d44d 16:8ce1f35e03d3
1 <tool id="meme_fimo" name="FIMO" version="@WRAPPER_VERSION@.0"> 1 <tool id="meme_fimo" name="FIMO" version="@TOOL_VERSION@.0">
2 <description>- Scan a set of sequences for motifs</description> 2 <description>- Scan a set of sequences for motifs</description>
3 <xrefs> 3 <xrefs>
4 <xref type="bio.tools">meme_fimo</xref> 4 <xref type="bio.tools">meme_fimo</xref>
5 </xrefs> 5 </xrefs>
6 <macros> 6 <macros>
7 <import>macros.xml</import> 7 <import>macros.xml</import>
8 </macros> 8 </macros>
9 <expand macro="requirements" /> 9 <expand macro="requirements" />
10 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
11 @CHECK_NON_COMMERCIAL_USE@
11 fimo 12 fimo
12 -o ./out/ 13 -o ./out/
13 $scanrc 14 $scanrc
14 #if str( $options_type.options_type_selector ) == 'advanced': 15 #if str( $options_type.options_type_selector ) == 'advanced':
15 --thresh $options_type.thresh 16 --thresh $options_type.thresh