annotate fimo.xml @ 19:01f5d04846c4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
author iuc
date Thu, 29 Aug 2024 10:19:40 +0000
parents c5209f38700d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
1 <tool id="meme_fimo" name="FIMO" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
2 <description>- Scan a set of sequences for motifs</description>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
3 <macros>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
4 <import>macros.xml</import>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
5 </macros>
16
be146697a083 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents: 15
diff changeset
6 <xrefs>
be146697a083 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents: 15
diff changeset
7 <xref type="bio.tools">meme_fimo</xref>
be146697a083 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents: 15
diff changeset
8 </xrefs>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
9 <expand macro="requirements"/>
10
307b2f3559bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents: 8
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
16
be146697a083 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents: 15
diff changeset
11 @CHECK_NON_COMMERCIAL_USE@
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
12 fimo
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
13 -o ./out/
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
14 $scanrc
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
15 #if str( $options_type.options_type_selector ) == 'advanced':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
16 --thresh $options_type.thresh
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
17 $options_type.qv_thresh
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
18 #if str( $options_type.bgfile_type.bgfile_type_selector ) == 'motif_file':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
19 --bgfile --motif--
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
20 #elif str( $options_type.bgfile_type.bgfile_type_selector ) == 'bgfile':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
21 --bgfile $options_type.bgfile_type.bgfile
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
22 #elif str( $options_type.bgfile_type.bgfile_type_selector ) == 'uniform_distr':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
23 --bgfile --uniform--
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
24 #end if
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
25 $options_type.max_strand
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
26 --max-stored-scores $options_type.max_stored_scores
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
27
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
28 #if str( $options_type.motifs_cond.motif_selector) == 'yes':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
29 #for $motif in $options_type.motifs_cond.motifs:
14
c1a9a297ba8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 5dd1dbea49bab90b13c1b5f42a730843041609b7
iuc
parents: 13
diff changeset
30 --motif '$motif.motif'
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
31 #end for
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
32 #end if
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
33
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
34 --motif-pseudo $options_type.motif_pseudo
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
35 $options_type.no_qvalue
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
36 $options_type.parse_genomic_coords
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
37
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
38 #if str( $options_type.psp_cond.psp_selector ) == 'yes':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
39 --psp $options_type.psp_cond.input_psp
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
40 --alpha $options_type.psp_cond.alpha
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
41 #end if
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
42
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
43 #if str( $options_type.prior_dist_cond.prior_dist_selector ) == 'yes':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
44 --prior-dist $options_type.prior_dist_cond.input_prior_dist
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
45 #end if
10
307b2f3559bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents: 8
diff changeset
46 #end if
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
47 '$input_motifs'
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
48 #if str($fasta_type.fasta_type_selector) == 'history':
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
49 '${fasta_type.input_database}'
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
50 #else:
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
51 '${fasta_type.input_database.fields.path}'
10
307b2f3559bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents: 8
diff changeset
52 #end if
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
53 && mv ./out/fimo.html '${html_outfile}'
15
0c5239d1aa65 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
iuc
parents: 14
diff changeset
54 && mv ./out/fimo.tsv '${txt_outfile}'
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
55 && mv ./out/fimo.xml '${xml_outfile}'
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
56 && mv ./out/fimo.gff '${gff_outfile}'
10
307b2f3559bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents: 8
diff changeset
57 ]]></command>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
58 <inputs>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
59 <param name="input_motifs" type="data" format="memexml" label="DREME or MEME output XML file" help="DREME or MEME output XML file containing found motifs"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
60 <conditional name="fasta_type">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
61 <param name="fasta_type_selector" type="select" label="Source for sequence to search">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
62 <option value="cached">Locally Cached sequences</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
63 <option value="history" selected="true">Sequences from your history</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
64 </param>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
65 <when value="cached">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
66 <param name="input_database" type="select" label="Genome to search">
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
67 <options from_data_table="all_fasta"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
68 </param>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
69 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
70 <when value="history">
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
71 <param name="input_database" type="data" format="fasta" label="Sequences"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
72 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
73 </conditional>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
74 <param name="scanrc" type="boolean" truevalue="" falsevalue="--norc" checked="False" label="Check reverse complement strand" help="Search for motifs also on reverse complement strand"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
75 <conditional name="options_type">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
76 <param name="options_type_selector" type="select" label="Options configuration">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
77 <option value="basic" selected="true">Basic</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
78 <option value="advanced">Advanced</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
79 </param>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
80 <when value="basic"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
81 <when value="advanced">
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
82 <param argument="--thresh" type="float" value="1e-4" label="Output threshold for displaying search results" help="Only output results with a p-value less than the given threshold. To apply set threshold to q-values rather than p-values, set --qv-thresh."/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
83 <param argument="--qv-thresh" type="boolean" truevalue="--qv_thresh" falsevalue="" checked="False" label="Apply output threshold to q-values?" help="Default: apply set threshold on p-values"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
84 <conditional name="bgfile_type">
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
85 <param name="bgfile_type_selector" type="select" label="Background model selection">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
86 <option value="default" selected="true">Use embedded letter frequencies from non-redundant DNA/protein database</option>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
87 <option value="motif_file">Use 0-order letter frequencies from motif file</option>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
88 <option value="bgfile">Use 0-order letter frequencies from background file</option>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
89 <option value="uniform_distr">Use uniform letter frequencies</option>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
90 </param>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
91 <when value="motif_file"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
92 <when value="default"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
93 <when value="uniform_distr"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
94 <when value="bgfile">
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
95 <param name="bgfile" type="data" format="txt" optional="True" label="Background model file" help="File must be in Markov background model format (see MEME suite tool fasta-get-markov for details)"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
96 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
97 </conditional>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
98 <param argument="--max-strand" type="boolean" truevalue="--max-strand" falsevalue="" checked="False" label="Report best match in case of overlapping matches on both strands?" help="If matches on both strands at a given position satisfy the output threshold, only report the match for the strand with the higher score. If the scores are tied, the matching strand is chosen at random (default: report both matches)."/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
99 <param argument="--max-stored-scores" type="integer" value="100000" label="Maximum number of scores that will be stored" help="Keeping a complete list of scores may exceed available memory. Once the number of stored scores reaches the maximum allowed, the least significant 50% of scores will be dropped. In this case, the list of reported motifs may be incomplete and the q-value calculation will be approximate."/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
100 <conditional name="motifs_cond">
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
101 <param name="motif_selector" type="select" label="Specify single input motifs for scanning?">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
102 <option value="no" selected="true">No</option>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
103 <option value="yes">Yes</option>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
104 </param>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
105 <when value="no"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
106 <when value="yes">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
107 <repeat name="motifs" title="Supply input motif ID">
14
c1a9a297ba8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 5dd1dbea49bab90b13c1b5f42a730843041609b7
iuc
parents: 13
diff changeset
108 <param name="motif" type="text" value="" label="Specify motif by id">
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
109 <validator type="empty_field"/>
14
c1a9a297ba8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 5dd1dbea49bab90b13c1b5f42a730843041609b7
iuc
parents: 13
diff changeset
110 <validator type="regex" message="Value may include alphanumeric characters.">[A-Za-z]+</validator>
c1a9a297ba8b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 5dd1dbea49bab90b13c1b5f42a730843041609b7
iuc
parents: 13
diff changeset
111 </param>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
112 </repeat>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
113 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
114 </conditional>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
115 <param argument="--motif-pseudo" type="float" value="0.1" label="Pseudocount to add to counts in motif matrix" help="A pseudocount to be added to each count in the motif matrix, after first multiplying by the corresponding background frequency"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
116 <param argument="--no-qvalue" type="boolean" truevalue="--no-qvalue" falsevalue="" checked="False" label="Disable q-value calculation?" help="The q-value calculation is that of Benjamini and Hochberg (1995) (default: calculate q-value for each p-value)"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
117 <param name="parse_genomic_coords" argument="--parse-genomic-coord" type="boolean" truevalue="--parse-genomic-coord" falsevalue="" checked="False" label="Check each sequence header for UCSC-style genomic coordinates?" help=" If genomic coordinates are found they will be used as the coordinates in the output."/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
118 <conditional name="psp_cond">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
119 <param name="psp_selector" type="select" label="Use position-specific priors?">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
120 <option value="no" selected="true">No</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
121 <option value="yes">Yes</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
122 </param>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
123 <when value="no"/>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
124 <when value="yes">
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
125 <param name="input_psp" argument="--psp" type="data" format="txt" label="Select file containing position-specific priors" help="File should be in MEME PSP format or wiggle format (can be generated by MEME suite tool create-priors)"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
126 <param argument="--alpha" type="float" min="0" max="1.0" value="1.0" label="Alpha parameter for calculating position-specific priors" help="Represents the fraction of all transcription factor binding sites that are binding sites for the TF of interest (must be between 0 and 1)"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
127 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
128 </conditional>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
129 <conditional name="prior_dist_cond">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
130 <param name="prior_dist_selector" type="select" label="Use binned distribution of priors?">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
131 <option value="no" selected="true">No</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
132 <option value="yes">Yes</option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
133 </param>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
134 <when value="no"/>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
135 <when value="yes">
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
136 <param name="input_prior_dist" argument="--prior-dist" type="data" format="txt" label="Select dataset containing binned distribution of priors" help="This file can be generated using the MEME suite tool create-priors"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
137 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
138 </conditional>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
139 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
140 </conditional>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
141 <param name="non_commercial_use" type="boolean" truevalue="NON_COMMERCIAL_USE" falsevalue="COMMERCIAL_USE" checked="False" label="I certify that I am not using this tool for commercial purposes.">
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
142 <validator type="expression" message="This tool is only available for non-commercial use.">value == True</validator>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
143 </param>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
144 <section name="output_options" title="Additional output options">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
145 <param name="html_outfile" type="boolean" value="False" label="Output HTML file" help="FIMO HTML output file"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
146 <param name="xml_outfile" type="boolean" value="False" label="Output XML file" help="FIMO XML output file"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
147 <param name="gff_outfile" type="boolean" value="False" label="Output GFF file" help="FIMO GFF output file"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
148 </section>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
149 </inputs>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
150 <outputs>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
151 <data format="txt" name="txt_outfile" label="${tool.name} on ${on_string} (text)">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
152 <actions>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
153 <conditional name="fasta_type.fasta_type_selector">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
154 <when value="cached">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
155 <action type="metadata" name="dbkey">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
156 <option type="from_data_table" name="all_fasta" column="1" offset="0">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
157 <filter type="param_value" ref="fasta_type.input_database" column="0"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
158 </option>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
159 </action>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
160 </when>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
161 </conditional>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
162 </actions>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
163 </data>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
164 <data format="html" name="html_outfile" label="${tool.name} on ${on_string} (html)">
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
165 <filter>(output_options['html_outfile'] is True)</filter>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
166 <actions>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
167 <conditional name="fasta_type.fasta_type_selector">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
168 <when value="cached">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
169 <action type="metadata" name="dbkey">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
170 <option type="from_data_table" name="all_fasta" column="1" offset="0">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
171 <filter type="param_value" column="0" value="seq" keep="True"/>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
172 <filter type="param_value" ref="fasta_type.input_database" column="1"/>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
173 </option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
174 </action>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
175 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
176 </conditional>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
177 </actions>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
178 </data>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
179 <data format="gff" name="gff_outfile" label="${tool.name} on ${on_string} (gff)">
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
180 <filter>(output_options['gff_outfile'] is True)</filter>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
181 <actions>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
182 <conditional name="fasta_type.fasta_type_selector">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
183 <when value="cached">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
184 <action type="metadata" name="dbkey">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
185 <option type="from_data_table" name="all_fasta" column="1" offset="0">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
186 <filter type="param_value" ref="fasta_type.input_database" column="0"/>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
187 </option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
188 </action>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
189 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
190 </conditional>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
191 </actions>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
192 </data>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
193 <data format="memexml" name="xml_outfile" label="${tool.name} on ${on_string} (xml)">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
194 <filter>(output_options['xml_outfile'] is True)</filter>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
195 <actions>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
196 <conditional name="fasta_type.fasta_type_selector">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
197 <when value="cached">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
198 <action type="metadata" name="dbkey">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
199 <option type="from_data_table" name="all_fasta" column="1" offset="0">
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
200 <filter type="param_value" ref="fasta_type.input_database" column="0"/>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
201 </option>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
202 </action>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
203 </when>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
204 </conditional>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
205 </actions>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
206 </data>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
207 </outputs>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
208 <tests>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
209 <test expect_num_outputs="4">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
210 <param name="input_motifs" value="meme_fimo_input_1.xml" ftype="memexml"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
211 <param name="fasta_type_selector" value="history"/>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
212 <param name="input_database" value="hsa_chrM.fa" ftype="fasta"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
213 <param name="scanrc" value="true"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
214 <param name="options_type_selector" value="basic"/>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
215 <param name="html_outfile" value="True"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
216 <param name="xml_outfile" value="True"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
217 <param name="gff_outfile" value="True"/>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
218 <param name="non_commercial_use" value="True"/>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
219 <output name="html_outfile" ftype="html">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
220 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
221 <has_text text="TACTAAYM"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
222 <has_text text="MEME file name"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
223 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
224 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
225 <output name="txt_outfile">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
226 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
227 <has_text text="motif_id"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
228 <has_text text="sequence_name"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
229 <has_text text="matched_sequence"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
230 <has_text text="TACTAATA"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
231 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
232 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
233 <output name="xml_outfile" ftype="memexml">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
234 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
235 <has_text text="sequence-data num-sequences"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
236 <has_text text="16569"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
237 <has_text text="Cytosine"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
238 <has_text text="TACTAACA"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
239 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
240 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
241 <output name="gff_outfile" ftype="gff">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
242 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
243 <has_text text="gff-version 3"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
244 <has_text text="TACTAAYM_chrM"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
245 <has_text text="qvalue"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
246 <has_text text="nucleotide_motif"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
247 <has_text text="fimo"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
248 <has_text text="chrM"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
249 <has_n_lines n="12"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
250 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
251 </output>
5
eca84de658b0 Uploaded
iuc
parents: 2
diff changeset
252 </test>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
253 <test expect_num_outputs="4">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
254 <param name="input_motifs" value="dreme_fimo_input_1.xml" ftype="memexml"/>
5
eca84de658b0 Uploaded
iuc
parents: 2
diff changeset
255 <param name="fasta_type_selector" value="history"/>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
256 <param name="input_database" value="hsa_chrM.fa" ftype="fasta"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
257 <param name="scanrc" value="true"/>
5
eca84de658b0 Uploaded
iuc
parents: 2
diff changeset
258 <param name="options_type_selector" value="advanced"/>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
259 <param name="bgfile_type_selector" value="bgfile"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
260 <param name="bgfile" value="fimo_background_probs_hsa_chrM.txt"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
261 <param name="html_outfile" value="True"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
262 <param name="xml_outfile" value="True"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
263 <param name="gff_outfile" value="True"/>
5
eca84de658b0 Uploaded
iuc
parents: 2
diff changeset
264 <param name="non_commercial_use" value="True"/>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
265 <output name="html_outfile">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
266 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
267 <has_text text="MOTIF"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
268 <has_text text="WIDTH"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
269 <has_text text="TTAACA"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
270 <has_text text="GAATGT"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
271 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
272 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
273 <output name="txt_outfile">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
274 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
275 <has_text text="sequence_name"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
276 <has_text text="motif_id"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
277 <has_text text="matched_sequence"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
278 <has_text text="ACTAAYH"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
279 <has_text text="chrM"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
280 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
281 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
282 <output name="xml_outfile" ftype="memexml">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
283 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
284 <has_text text="MEME file name"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
285 <has_text text="pseudocount"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
286 <has_text text="Not G"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
287 <has_text text="Keto"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
288 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
289 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
290 <output name="gff_outfile" ftype="gff">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
291 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
292 <has_text text="gff-version 3"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
293 <has_text text="ID=ACTAAYH-DREME-1-4-chrM"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
294 <has_text text="nucleotide_motif"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
295 <has_text text="fimo"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
296 <has_text text="chrM"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
297 <has_n_lines n="12"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
298 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
299 </output>
13
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
300 </test>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
301 <test expect_num_outputs="3">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
302 <param name="input_motifs" value="dreme_fimo_input_1.xml" ftype="memexml"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
303 <param name="fasta_type_selector" value="history"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
304 <param name="input_database" value="hsa_chrM.fa" ftype="fasta"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
305 <param name="scanrc" value="true"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
306 <param name="options_type_selector" value="advanced"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
307 <param name="thresh" value="0.01"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
308 <param name="bgfile_type_selector" value="uniform_distr"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
309 <param name="motif_selector" value="yes"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
310 <repeat name="motifs">
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
311 <param name="motif" value="ACTAAYH"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
312 </repeat>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
313 <param name="html_outfile" value="True"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
314 <param name="xml_outfile" value="True"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
315 <param name="gff_outfile" value="False"/>
4eb02864e5df planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents: 11
diff changeset
316 <param name="non_commercial_use" value="True"/>
19
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
317 <output name="html_outfile">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
318 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
319 <has_text text="top_buttons"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
320 <has_text text="database_and_motifs"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
321 <has_text text="YTAACA"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
322 <has_text text="ACTAAYH"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
323 <has_text text="DREME"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
324 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
325 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
326 <output name="txt_outfile">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
327 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
328 <has_text text="motif_alt_id"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
329 <has_text text="matched_sequence"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
330 <has_text text="ACTAAYH"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
331 <has_text text="ACTAACA"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
332 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
333 </output>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
334 <output name="xml_outfile" ftype="memexml">
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
335 <assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
336 <has_text text="complement"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
337 <has_text text="letter"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
338 <has_text text="16569"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
339 <has_text text="dna"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
340 <has_text text="ACTAAYH"/>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
341 </assert_contents>
01f5d04846c4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents: 18
diff changeset
342 </output>
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
343 </test>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
344 </tests>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
345 <help>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
346
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
347 .. class:: warningmark
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
348
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
349 **WARNING: This tool is only available for non-commercial use. Use for educational, research and non-profit purposes is permitted.
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
350 Before using, be sure to review, agree, and comply with the license.**
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
351
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
352 FIMO scans a sequence database for individual matches to each of the motifs you provide (sample output for motifs and sequences).
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
353 The name FIMO stands for 'Find Individual Motif Occurrences'. The program searches a database of sequences for occurrences of
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
354 known motifs, treating each motif independently. Motifs must be in MEME Motif Format. You can define the statistical threshold
5
eca84de658b0 Uploaded
iuc
parents: 2
diff changeset
355 (p-value) for motifs and whether FIMO scans just the given sequences or their reverse complements (where applicable).
0
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
356
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
357 .. class:: infomark
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
358
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
359 For detailed information on FIMO, click here_, or view the license_.
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
360
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
361 .. _here: http://meme-suite.org/doc/fimo.html?man_type=web
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
362 .. _license: http://meme-suite.org/doc/copyright.html?man_type=web
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
363
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
364 </help>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
365 <citations>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
366 <citation type="doi">10.1093/bioinformatics/btr064</citation>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
367 </citations>
fd522a964017 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e96df94dba60050fa28aaf55b5bb095717a5f260
iuc
parents:
diff changeset
368 </tool>