Mercurial > repos > iuc > art
annotate art_illumina.xml @ 6:5c265c4835c0 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 7e2fa670ffad6bf9cd2411d7807c65db7c7e2f6b"
author | iuc |
---|---|
date | Wed, 04 Dec 2019 06:19:06 -0500 |
parents | bb7e0ccc0029 |
children |
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_illumina" name="ART Illumina" 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 sequencing 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> |
1
a12ce5668966
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 44c7d88ebdbf798890394a7696a4ce0c504faaf7
iuc
parents:
0
diff
changeset
|
6 <expand macro="requirements"/> |
0
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
7 <expand macro="stdio" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
8 <command><![CDATA[ |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
9 art_illumina |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
10 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
11 #if str($sam) == "-s": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
12 --samout |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
13 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
14 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
15 #if not str($aln) == "-a": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
16 --noALN |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
17 #end if |
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 str($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
|
20 --paired |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
21 --mflen $generate.fragment_size |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
22 --sdev $generate.fragment_sd |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
23 #else if str($generate.choice) == "mate_pair": |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
24 --matepair |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
25 --mflen $generate.fragment_size |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
26 --sdev $generate.fragment_sd |
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 --in $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 --len $read_length |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
31 --fcov $fold_coverage |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
32 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
33 $amplicon |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
34 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
35 --insRate $insRate |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
36 --insRate2 $insRate2 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
37 --delRate $delRate |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
38 --delRate2 $delRate2 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
39 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
40 #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
|
41 --rndSeed $rndSeed |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
42 #end if |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
43 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
44 --out output; |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
45 ]]></command> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
46 <inputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
47 <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
|
48 <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
|
49 <param label="length of reads to be simulated" name="read_length" type="integer" value="100"/> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
50 <param label="amplicon sequencing simulation" name="amplicon" type="boolean" truevalue="--amplicon" falsevalue="" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
51 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
52 <conditional name="generate"> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
53 <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
|
54 <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
|
55 <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
|
56 <option value="mate_pair">Mate-Pair</option> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
57 </param> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
58 <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
|
59 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
60 <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
|
61 <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
|
62 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
63 <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
|
64 <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
|
65 </when> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
66 </conditional> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
67 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
68 <expand macro="aln" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
69 <expand macro="sam" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
70 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
71 <param label="the first-read insertion rate" help="(--insRate)" name="insRate" type="float" value="0.00009" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
72 <param label="the second-read insertion rate" help="(--insRate2)" name="insRate2" type="float" value="0.00015" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
73 <param label="the first-read deletion rate" help="(--delRate)" name="delRate" type="float" value="0.00011" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
74 <param label="the second-read deletion rate" help="(--delRate2)" name="delRate2" type="float" value="0.00023" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
75 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
76 <expand macro="rndSeed" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
77 <!-- todo: id, errfree, masN, qShift(2), sepProf --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
78 </inputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
79 <outputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
80 <!-- Single End --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
81 <data format="fastq" name="output_fq1_single" from_work_dir="output.fq" label="Simulated of Illumina 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
|
82 <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
|
83 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
84 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
85 <!-- Paired End --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
86 <data format="fastq" name="output_fq1_paired" from_work_dir="output1.fq" label="Simulated of Illumina 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
|
87 <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
|
88 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
89 <data format="fastq" name="output_fq2_paired" from_work_dir="output2.fq" label="Simulated of Illumina 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
|
90 <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
|
91 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
92 <data format="sam" name="output_sam" from_work_dir="output.sam" label="Mapping of Simulated Illumina 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
|
93 <filter>sam</filter> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
94 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
95 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
96 <!-- Single End --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
97 <data format="aln" name="output_aln1_single" from_work_dir="output.aln" label="Alignment of Simulated Illumina 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
|
98 <filter>aln and 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
|
99 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
100 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
101 <!-- paired end --> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
102 <data format="aln" name="output_aln1_paired" from_work_dir="output1.aln" label="Alignment of Simulated Illumina 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
|
103 <filter>aln and 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
|
104 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
105 <data format="aln" name="output_aln2_paired" from_work_dir="output2.aln" label="Alignment of Simulated Illumina 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
|
106 <filter>aln and 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
|
107 </data> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
108 </outputs> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
109 <tests> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
110 <test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
111 <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
|
112 <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
|
113 <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
|
114 <param name="read_length" value="200" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
115 <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
|
116 <param name="aln" value="True" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
117 <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
|
118 |
3
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
119 <output name="output_fq1_single" file="art.illumina.01.fq" compare="sim_size" delta="5000" /> |
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
120 <output name="output_aln1_single" file="art.illumina.01.aln" compare="sim_size" delta="5000"/> |
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
121 <output name="output_sam" file="art.illumina.01.sam" compare="sim_size" delta="5000"/> |
0
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
122 </test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
123 <test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
124 <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
|
125 <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
|
126 <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
|
127 <param name="read_length" value="200" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
128 <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
|
129 <param name="fragment_size" value="300" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
130 <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
|
131 <param name="aln" value="True" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
132 <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
|
133 |
3
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
134 <output name="output_fq1_paired" file="art.illumina.021.fq" compare="sim_size" delta="5000" /> |
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
135 <output name="output_fq2_paired" file="art.illumina.022.fq" compare="sim_size" delta="5000" /> |
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
136 <output name="output_aln1_paired" file="art.illumina.021.aln" compare="sim_size" delta="5000"/> |
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
137 <output name="output_aln2_paired" file="art.illumina.022.aln" compare="sim_size" delta="5000"/> |
bb7e0ccc0029
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 4f3b019991c8a322870d1130a7c0a34d5c09758f
iuc
parents:
1
diff
changeset
|
138 <output name="output_sam" file="art.illumina.02.sam" compare="sim_size" delta="5000"/> |
0
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
139 </test> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
140 </tests> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
141 <help><![CDATA[ |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
142 Art Illumina Simulator |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
143 ====================== |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
144 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
145 ART (art_Illumina Q version) is a simulation program to generate sequence read |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
146 data of Illumina sequencers. ART generates reads according to the empirical |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
147 read quality profile summarized from large real read data. ART has been using |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
148 for testing or benchmarking a variety of methods or tools for next-generation |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
149 sequencing data analysis, including read alignment, de novo assembly, detection |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
150 of SNP, CNV, or other structure variation. |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
151 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
152 art_Illumina can generate single-end, paired-end, mate-pair reads, and |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
153 amplicon sequencing simulation of Illumina sequencing platform. Its outputs |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
154 include FASTQ read, ALN and/or SAM alignment files. |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
155 |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
156 ]]></help> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
157 <expand macro="citation" /> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
158 </tool> |
b98d6fffd00b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/art commit 2b8fe4bffea74c80e20d2d4d0c426cc1631fc05f
iuc
parents:
diff
changeset
|
159 |