comparison findMotif.xml @ 7:38ed57c267b4 draft

Uploaded
author jjalmagro
date Wed, 28 Jan 2015 05:52:39 -0500
parents 83b2fbc9368d
children
comparison
equal deleted inserted replaced
6:e7eb315be15a 7:38ed57c267b4
6 -strand="${options_type.strand} 6 -strand="${options_type.strand}
7 "${options_type.wigOutput}" 7 "${options_type.wigOutput}"
8 #end if 8 #end if
9 > "$output" 9 > "$output"
10 </command> 10 </command>
11 <requirements>
12 <requirement type="package" version="1.0">findMotif</requirement>
13 </requirements>
11 <inputs> 14 <inputs>
12 <param format="fasta" name="input1" type="data" label="Sequences"/> 15 <param format="fasta" name="input1" type="data" label="Sequences"/>
13 <param name="motif" type="text" value="acgt" size="17" /> 16 <param name="motif" type="text" value="acgt" size="17" />
14 17
15 <conditional name="options_type"> 18 <conditional name="options_type">