Mercurial > repos > iuc > meme_dreme
comparison dreme.xml @ 3:ec2f378ac827 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:44 +0000 |
parents | 3e5c80594237 |
children | f33d77dcacce |
comparison
equal
deleted
inserted
replaced
2:3e5c80594237 | 3:ec2f378ac827 |
---|---|
1 <tool id="meme_dreme" name="DREME" version="@WRAPPER_VERSION@.0"> | 1 <tool id="meme_dreme" name="DREME" version="@TOOL_VERSION@.0"> |
2 <description>- Discriminative Regular Expression Motif Elicitation</description> | 2 <description>- Discriminative Regular Expression Motif Elicitation</description> |
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 <requirement type="package" version="2.7">python</requirement> | 7 <requirement type="package" version="2.7">python</requirement> |
8 </expand> | 8 </expand> |
9 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
10 @CHECK_NON_COMMERCIAL_USE@ | |
10 dreme | 11 dreme |
11 -o ./dreme_out | 12 -o ./dreme_out |
12 -p '$pos_fasta_file' | 13 -p '$pos_fasta_file' |
13 $norc | 14 $norc |
14 $alphabet_type | 15 $alphabet_type |