Mercurial > repos > jtilman > flexbar
comparison flexbar.xml @ 15:ec08b13d6c74
Uploaded
author | jtilman |
---|---|
date | Fri, 22 Feb 2013 05:28:03 -0500 |
parents | 69ddef2ec7d2 |
children | 765019165d30 |
comparison
equal
deleted
inserted
replaced
14:69ddef2ec7d2 | 15:ec08b13d6c74 |
---|---|
14 | 14 |
15 <command interpreter="perl"> | 15 <command interpreter="perl"> |
16 | 16 |
17 flexbar.pl flexbar | 17 flexbar.pl flexbar |
18 | 18 |
19 --threads 1 | 19 --threads $threads |
20 | 20 |
21 --reads $reads | 21 --reads $reads |
22 | 22 |
23 #if $cReads2.select == "on": | 23 #if $cReads2.select == "on": |
24 #if $cReads2.reads2.ext == $reads.ext: | 24 #if $cReads2.reads2.ext == $reads.ext: |
356 <option value="--removal-tags">On</option> | 356 <option value="--removal-tags">On</option> |
357 </param> | 357 </param> |
358 </when> | 358 </when> |
359 </conditional> | 359 </conditional> |
360 | 360 |
361 <param name="threads" type="select" label="Threads" help="check availability of cores"> | |
362 <option value="1" selected="true">1</option> | |
363 <option value="2">2</option> | |
364 <option value="4">4</option> | |
365 </param> | |
366 | |
361 </inputs> | 367 </inputs> |
362 | 368 |
363 <stdio> | 369 <stdio> |
364 <exit_code range="1:" level="fatal" description="Error!" /> | 370 <exit_code range="1:" level="fatal" description="Error!" /> |
365 </stdio> | 371 </stdio> |