Mercurial > repos > iuc > art
annotate macros.xml @ 0:b98d6fffd00b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
author | iuc |
---|---|
date | Thu, 11 Jun 2015 11:51:06 -0400 |
parents | |
children | a12ce5668966 |
rev | line source |
---|---|
0
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
1 <macros> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
2 <token name="@WRAPPER_VERSION@">2014.11.03.0</token> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
3 <xml name="stdio"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
4 <stdio> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
5 <!-- Anything other than zero is an error --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
6 <exit_code range="1:" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
7 <exit_code range=":-1" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
8 <!-- In case the return code has not been set propery check stderr too --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
9 <regex match="Error:" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
10 <regex match="Exception:" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
11 </stdio> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
12 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
13 <xml name="aln"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
14 <param type="boolean" label="output ALN alignment file (-a)" name="aln" |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
15 truevalue="-a" falsevalue="" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
16 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
17 <xml name="sam"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
18 <param type="boolean" label="output SAM alignment file (-s)" name="sam" |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
19 truevalue="-s" falsevalue="" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
20 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
21 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
22 <xml name="rndSeed"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
23 <param label="specify a fixed, random seed for the simulation" |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
24 help="Use -1 to request a random seed (-r)" name="rndSeed" |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
25 type="integer" value="-1" optional="true" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
26 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
27 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
28 <xml name="citation"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
29 <citations> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
30 <citation type="doi">10.1093/bioinformatics/btr708</citation> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
31 </citations> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
32 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
33 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
34 <xml name="amplicon"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
35 <conditional name="amplicon"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
36 <param name="use_amplicon" type="boolean" label="Run Amplicon Sequencing Simulation" truevalue="amplicon_true" falsevalue="amplicon_false" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
37 <when value="amplicon_true"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
38 <param label="number of reads per amplicon (for 5'end amplicon sequencing)" name="reads_per_amplicon" type="integer" value="0"/> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
39 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
40 <when value="amplicon_false"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
41 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
42 </conditional> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
43 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
44 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
45 <xml name="amplicon_pair"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
46 <conditional name="amplicon"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
47 <param name="use_amplicon" type="boolean" label="Run Amplicon Sequencing Simulation" truevalue="amplicon_true" falsevalue="amplicon_false" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
48 <when value="amplicon_true"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
49 <param label="number of read pairs per amplicon (for two-end amplicon sequencing)" name="read_pairs_per_amplicon" type="integer" value="0"/> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
50 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
51 <when value="amplicon_false"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
52 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
53 </conditional> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
54 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
55 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
56 <xml name="frag_len_sd"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
57 <param label="the average DNA fragment size" |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
58 name="fragment_size" type="integer" value="200" minimum="101" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
59 <param label="the standard deviation of the DNA fragment size" |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
60 name="fragment_sd" type="integer" value="0"/> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
61 </xml> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
62 </macros> |