Mercurial > repos > iuc > art
annotate art_solid.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 <tool id="art_solid" name="ART SOLiD" version="2014.11.03.0"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
2 <description>simulates SOLiD data</description> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
3 <macros> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
5 </macros> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
6 <expand macro="stdio" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
7 <command><![CDATA[ |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
8 art_SOLiD |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
9 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
10 $sam |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
11 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
12 #if $rndSeed and $rndSeed > -1: |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
13 -r $rndSeed |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
14 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
15 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
16 #if $generate.amplicon.use_amplicon == "amplicon_true": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
17 -A |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
18 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
19 #if $generate.choice == "single_end": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
20 s |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
21 #else if $generate.choice == "paired_end": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
22 p |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
23 #else: |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
24 m |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
25 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
26 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
27 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
28 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
29 $input_seq_file |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
30 output |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
31 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
32 #if $generate.choice == "single_end": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
33 $generate.LEN_READ |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
34 $fold_coverage |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
35 #else if $generate.choice == "paired_end": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
36 $generate.LEN_READ_F3 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
37 $generate.LEN_READ_F5 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
38 $fold_coverage |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
39 $generate.fragment_size |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
40 $generate.fragment_sd |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
41 #else: |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
42 $generate.LEN_READ |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
43 $fold_coverage |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
44 $generate.fragment_size |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
45 $generate.fragment_sd |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
46 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
47 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
48 #if $generate.amplicon.use_amplicon == "amplicon_true": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
49 #if $generate.choice == "single_end": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
50 $generate.amplicon.reads_per_amplicon |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
51 #else: |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
52 $generate.amplicon.read_pairs_per_amplicon |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
53 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
54 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
55 ]]></command> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
56 <inputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
57 <param label="DNA/RNA reference sequence" format="fasta" name="input_seq_file" type="data"/> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
58 <param label="the fold of read coverage over the reference sequences" name="fold_coverage" type="integer" value="20"/> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
59 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
60 <conditional name="generate"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
61 <param name="choice" type="select" label="Type of data to generate"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
62 <option value="single_end">Single-End</option> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
63 <option value="paired_end">Paired-End</option> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
64 <option value="paired_end">Mate Pair</option> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
65 </param> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
66 <when value="single_end"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
67 <param name="LEN_READ" type="integer" label="Length of F3/R3 reads" value="100" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
68 <expand macro="amplicon" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
69 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
70 <when value="paired_end"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
71 <param name="LEN_READ_F3" type="integer" label="Length of F3 reads" value="100" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
72 <param name="LEN_READ_F5" type="integer" label="Length of F5 reads" value="100" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
73 <expand macro="frag_len_sd" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
74 <expand macro="amplicon_pair" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
75 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
76 <when value="mate_pair"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
77 <param name="LEN_READ" type="integer" label="Length of F3/R3 reads" value="100" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
78 <expand macro="frag_len_sd" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
79 <expand macro="amplicon_pair" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
80 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
81 </conditional> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
82 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
83 <expand macro="sam" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
84 <expand macro="rndSeed" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
85 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
86 </inputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
87 <outputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
88 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
89 <!-- Single End --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
90 <data format="fastq" name="output_fq1_single" from_work_dir="output.fq" label="Simulated of SOLiD sequencing of $input_seq_file.name"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
91 <filter>generate['choice'] == "single_end"</filter> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
92 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
93 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
94 <!-- Paired End --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
95 <data format="fastq" name="output_fq1_paired" from_work_dir="output_F3.fq" label="Simulated of SOLiD sequencing of $input_seq_file.name (F3)"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
96 <filter>generate['choice'] == "paired_end"</filter> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
97 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
98 <data format="fastq" name="output_fq2_paired" from_work_dir="output_F5.fq" label="Simulated of SOLiD sequencing of $input_seq_file.name (F5)"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
99 <filter>generate['choice'] == "paired_end"</filter> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
100 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
101 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
102 <!-- Mate Pair --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
103 <data format="fastq" name="output_fq1_mate" from_work_dir="output_F3.fq" label="Simulated of SOLiD sequencing of $input_seq_file.name (Forward)"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
104 <filter>generate['choice'] == "mate_pair"</filter> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
105 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
106 <data format="fastq" name="output_fq2_mate" from_work_dir="output_R3.fq" label="Simulated of SOLiD sequencing of $input_seq_file.name (Reverse)"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
107 <filter>generate['choice'] == "mate_pair"</filter> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
108 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
109 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
110 <data format="sam" name="output_sam" from_work_dir="output.sam" label="Mapping of Simulated SOLiD data to $input_seq_file.name"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
111 <filter>sam</filter> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
112 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
113 <!-- todo? map file --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
114 </outputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
115 <tests> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
116 <!-- Single End tests --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
117 <test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
118 <param name="rndSeed" value="42" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
119 <param name="input_seq_file" value="input.fa" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
120 <param name="LEN_READ" value="25" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
121 <param name="fold_coverage" value="10" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
122 <param name="choice" value="single_end" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
123 <param name="sam" value="False" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
124 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
125 <output name="output_fq1_single" file="art.solid.01.fq" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
126 </test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
127 <test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
128 <param name="rndSeed" value="42" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
129 <param name="input_seq_file" value="input.fa" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
130 <param name="fold_coverage" value="20" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
131 <param name="choice" value="paired_end" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
132 <param name="LEN_READ_F3" value="50" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
133 <param name="LEN_READ_F5" value="50" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
134 <param name="fragment_size" value="75" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
135 <param name="fragment_sd" value="10" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
136 <param name="sam" value="True" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
137 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
138 <output name="output_fq1_paired" file="art.solid.02_F3.fq" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
139 <output name="output_fq2_paired" file="art.solid.02_F5.fq" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
140 <output name="output_sam" file="art.solid.02.sam" lines_diff="2"/> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
141 </test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
142 </tests> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
143 <help><![CDATA[ |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
144 Art SOLiD Simulator |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
145 =================== |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
146 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
147 ART_SOLiD is a simulation program to generate sequence read data of SOLiD |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
148 sequencing reads. ART generates reads according to a SOLiD read error profile. |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
149 The built-in error profile is an empiricial error profile summarized from large |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
150 SOLiD sequencing data. ART has been using for testing or benchmarking a variety |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
151 of method or tools for next-generation sequencing data analysis, including read |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
152 alignment, de novo assembly, detection of SNP, CNV, or other structure |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
153 variation. |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
154 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
155 art_SOLiD can generate both single-end, matepair, and paired-end of SOLiD |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
156 sequencing platform. art_SOLiD also support amplicon sequencing simulation with |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
157 RNA references. |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
158 ]]></help> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
159 <expand macro="citation" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
160 </tool> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
161 |