Previous changeset 14:69ddef2ec7d2 (2013-01-19) Next changeset 16:765019165d30 (2013-02-22) |
Commit message:
Uploaded |
modified:
flexbar.xml |
b |
diff -r 69ddef2ec7d2 -r ec08b13d6c74 flexbar.xml --- a/flexbar.xml Sat Jan 19 16:46:20 2013 +0100 +++ b/flexbar.xml Fri Feb 22 05:28:03 2013 -0500 |
b |
@@ -16,7 +16,7 @@ flexbar.pl flexbar - --threads 1 + --threads $threads --reads $reads @@ -358,6 +358,12 @@ </when> </conditional> + <param name="threads" type="select" label="Threads" help="check availability of cores"> + <option value="1" selected="true">1</option> + <option value="2">2</option> + <option value="4">4</option> + </param> + </inputs> <stdio> |