Mercurial > repos > iuc > meme_fimo
comparison fimo.xml @ 16:be146697a083 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:44:17 +0000 |
parents | 0c5239d1aa65 |
children | c5209f38700d |
comparison
equal
deleted
inserted
replaced
15:0c5239d1aa65 | 16:be146697a083 |
---|---|
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> | |
4 <xref type="bio.tools">meme_fimo</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 fimo | 12 fimo |
9 -o ./out/ | 13 -o ./out/ |
10 $scanrc | 14 $scanrc |
11 #if str( $options_type.options_type_selector ) == 'advanced': | 15 #if str( $options_type.options_type_selector ) == 'advanced': |
12 --thresh $options_type.thresh | 16 --thresh $options_type.thresh |