Mercurial > repos > iuc > shovill
annotate shovill.xml @ 8:ad80238462c1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
author | iuc |
---|---|
date | Fri, 16 Sep 2022 14:39:43 +0000 |
parents | 2a9baa0c4316 |
children | ee17a294d3a3 |
rev | line source |
---|---|
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
1 <tool id="shovill" name="Shovill" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
2 <description>Faster SPAdes assembly of Illumina reads</description> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
3 <macros> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
4 <token name="@TOOL_VERSION@">1.1.0</token> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">1</token> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
6 </macros> |
7
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
7 <xrefs> |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
8 <xref type="bio.tools">shovill</xref> |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
9 </xrefs> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
10 <requirements> |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
11 <requirement type="package" version="@TOOL_VERSION@">shovill</requirement> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
12 </requirements> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
13 <version_command>shovill --version</version_command> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
14 <command detect_errors="exit_code"><![CDATA[ |
7
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
15 ## NOTE: the wrapper uses cp instead of ln -s because of this problem |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
16 ## with shovill 1.1.0: https://github.com/tseemann/shovill/issues/157 |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
17 |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
18 #if str($library.lib_type) == "paired" |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
19 #set r1_ext = $library.R1.extension |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
20 #set r2_ext = $library.R2.extension |
7
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
21 #if $r1_ext == 'fastqsanger.gz' or $r1_ext == 'fastqsanger.bz2' |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
22 cp '$library.R1' fastq_r1.'$r1_ext' && |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
23 cp '$library.R2' fastq_r2.'$r2_ext' && |
7
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
24 #else |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
25 ln -s '$library.R1' fastq_r1.'$r1_ext' && |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
26 ln -s '$library.R2' fastq_r2.'$r2_ext' && |
7
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
27 #end if |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
28 #else if str($library.lib_type) == "collection" |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
29 #set r1_ext = $library.input1.forward.extension |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
30 #set r2_ext = $library.input1.reverse.extension |
7
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
31 #if $r1_ext == 'fastqsanger.gz' or $r1_ext == 'fastqsanger.bz2' |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
32 cp '$library.input1.forward' fastq_r1.'$r1_ext' && |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
33 cp '$library.input1.reverse' fastq_r2.'$r2_ext' && |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
34 #else |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
35 ln -s '$library.input1.forward' fastq_r1.'$r1_ext' && |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
36 ln -s '$library.input1.reverse' fastq_r2.'$r2_ext' && |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
37 #end if |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
38 #end if |
5
8d1af5db538d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents:
4
diff
changeset
|
39 |
8d1af5db538d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents:
4
diff
changeset
|
40 ## Sets the memory used by Shovill according to the following conditions |
8d1af5db538d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents:
4
diff
changeset
|
41 ## (1) If SHOVILL_RAM is already set, use this value |
8d1af5db538d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents:
4
diff
changeset
|
42 ## (2) Otherwise, set based on GALAXY_MEMORY_MB |
8d1af5db538d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents:
4
diff
changeset
|
43 ## (3) Or default to 4 GB if GALAXY_MEMORY_MB is unset |
8d1af5db538d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents:
4
diff
changeset
|
44 GALAXY_MEMORY_GB=\$((\${GALAXY_MEMORY_MB:-4096}/1024)) && |
8d1af5db538d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents:
4
diff
changeset
|
45 SHOVILL_RAM=\${SHOVILL_RAM:-\${GALAXY_MEMORY_GB}} && |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
46 |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
47 shovill |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
48 --outdir 'out' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
49 --cpus \${GALAXY_SLOTS:-1} |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
50 --ram \${SHOVILL_RAM:-4} |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
51 --R1 'fastq_r1.$(r1_ext)' |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
52 --R2 'fastq_r2.$(r2_ext)' |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
53 $trim |
2
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
54 --namefmt '$adv.namefmt' |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
55 --depth '$adv.depth' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
56 #if $adv.gsize |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
57 --gsize '$adv.gsize' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
58 #end if |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
59 #if $adv.kmers |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
60 --kmers '$adv.kmers' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
61 #end if |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
62 #if $adv.opts |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
63 --opts '$adv.opts' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
64 #end if |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
65 --minlen $adv.minlen |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
66 --mincov $adv.mincov |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
67 --assembler $assembler |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
68 #if $adv.keep_files.nocorr == 'no_correction' |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
69 --nocorr |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
70 #else |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
71 $adv.keep_files.keepfiles |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
72 #end if |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
73 ]]></command> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
74 <inputs> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
75 <conditional name="library"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
76 <param name="lib_type" type="select" label="Input reads type, collection or single library" help="Select 'paired end' for a single library or 'collection' for a paired end collection"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
77 <option value="paired" selected="true">Paired End</option> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
78 <option value="collection">Paired Collection</option> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
79 </param> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
80 <when value="paired"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
81 <param name="R1" type="data" format="fastqsanger,fastqsanger.gz,fastqsanger.bz2" label="Forward reads (R1)" help="The file of forward reads in FASTQ format"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
82 <param name="R2" type="data" format="fastqsanger,fastqsanger.gz,fastqsanger.bz2" label="Reverse reads (R2)" help="The file of reverse reads in FASTQ format"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
83 </when> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
84 <when value="collection"> |
1
57d5928f456e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents:
0
diff
changeset
|
85 <param name="input1" format="fastqsanger,fastqsanger.gz,fastqsanger.bz2" type="data_collection" collection_type="paired" label="Paired collection" help="See help section for an explanation of dataset collections"/> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
86 </when> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
87 </conditional> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
88 <param name="trim" argument="--trim" type="boolean" truevalue="--trim" falsevalue="" label="Trim reads" help="Use Trimmomatic to remove common adaptors first (default: OFF)" /> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
89 <param name="assembler" argument="--assembler" type="select" label="Assembler to use" help="Which assembler would you like shovill to use, default is Spades"> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
90 <option value="skesa">skesa</option> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
91 <option value="megahit">megahit</option> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
92 <option value="velvet">velvet</option> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
93 <option value="spades" selected="true">Spades</option> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
94 </param> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
95 <section name="adv" title="Advanced options" expanded="False"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
96 <param name="namefmt" argument="--namefmt" type="text" value="contig%05d" label="Contig name format" help="Format of contig FASTA IDs in 'printf' style (default: 'contig%05d')" > |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
97 <sanitizer> |
2
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
98 <valid initial="string.printable"> |
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
99 <remove value="'" /> |
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
100 </valid> |
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
101 <mapping initial="none"> |
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
102 <add source="'" target="'"'"'" /> |
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
103 </mapping> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
104 </sanitizer> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
105 </param> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
106 <param name="depth" argument="--depth" type="integer" value="100" label="Depth" help="Sub-sample --R1/--R2 to this depth. Disable with --depth 0 (default: 100)" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
107 <param name="gsize" argument="--gsize" type="text" value="" label="Estimated genome size" help="An estimate of the final genome size, it will autodetect if this is blank. (default: '')" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
108 <param name="kmers" argument="--kmers" type="text" value="" label="List of kmer sizes to use" help="List of K-mer sizes to use in SPAdes. Blank is AUTO. default: ''" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
109 <param name="opts" argument="--opts" type="text" value="" label="Extra SPAdes options" help="eg. --plasmid --sc ... (default: '')" /> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
110 <conditional name="keep_files"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
111 <param name="nocorr" argument="--nocorr" type="select" label="Disable post-assembly correction" help="Disable post assembly correction with pilon (default: ON)"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
112 <option value="no_correction" selected="true">No corrections</option> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
113 <option value="yes_correction">Post assembly corrections</option> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
114 </param> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
115 <when value="no_correction"/> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
116 <when value="yes_correction"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
117 <param name="keepfiles" argument="--keepfiles" type="boolean" truevalue="--keepfiles" checked="False" falsevalue="" label="Keep bam files" help="Keep bam files only if post-assembly correction is enable"/> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
118 </when> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
119 </conditional> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
120 <param name="minlen" argument="--minlen" type="integer" value="0" label="Minimum contig length" help="Minimum length of contig to be output. 0 is AUTO (default: 0)" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
121 <param name="mincov" argument="--mincov" type="integer" value="2" label="Minimum contig coverage" help="Minimum coverage to call part of a contig. 0 is AUTO (default: 2)" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
122 </section> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
123 <param name="log" type="boolean" label="Output log file?" checked="true" help="Return the Shovill log file as part of the output. Default is on" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
124 |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
125 </inputs> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
126 <outputs> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
127 <data name="shovill_std_log" format="txt" label="${tool.name} on ${on_string} Log file" from_work_dir="out/shovill.log" > |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
128 <filter>log == True</filter> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
129 </data> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
130 <data name="contigs" format="fasta" label="${tool.name} on ${on_string}: Contigs" from_work_dir="out/contigs.fa"/> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
131 <data name="contigs_graph" format="txt" label="${tool.name} on ${on_string}: Contig Graph" from_work_dir="out/contigs.gfa"/> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
132 <data name="bamfiles" format="unsorted.bam" from_work_dir="out/shovill.bam" label="Bam file for ${tool.name} on ${on_string}"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
133 <filter> adv['keep_files']['nocorr'] == 'yes_correction' and adv['keep_files']['keepfiles'] == True </filter> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
134 </data> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
135 </outputs> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
136 <tests> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
137 <test expect_num_outputs="3"> <!-- Test 1: Basic test --> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
138 <param name="lib_type" value="paired" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
139 <param name="R1" value="mutant_R1.fastq" ftype="fastqsanger" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
140 <param name="R2" value="mutant_R2.fastq" ftype="fastqsanger" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
141 <output name="contigs" ftype="fasta"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
142 <assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
143 <has_text text=">contig00001"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
144 </assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
145 </output> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
146 <output name="shovill_std_log" ftype="txt" > |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
147 <assert_contents> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
148 <has_text text="Read stats: total_bp = 300000"/> |
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
149 <has_text text="[lighter] Processed 820 reads"/> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
150 <has_text text="[FLASH] FLASH v1.2.11 complete!"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
151 <has_text text="[spades] ======= SPAdes pipeline finished."/> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
152 </assert_contents> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
153 </output> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
154 </test> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
155 <test expect_num_outputs="3"> <!-- Test 2: Auto everything + trim + different name format test --> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
156 <param name="lib_type" value="paired" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
157 <param name="R1" value="mutant_R1.fastq" ftype="fastqsanger" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
158 <param name="R2" value="mutant_R2.fastq" ftype="fastqsanger" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
159 <param name="trim" value="true" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
160 <section name="adv"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
161 <param name="depth" value="0"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
162 <param name="minlen" value="0"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
163 <param name="mincov" value="0"/> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
164 <conditional name="keep_files"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
165 <param name="nocorr" value="yes_correction"/> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
166 </conditional> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
167 <param name="namefmt" value="contig%03d"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
168 </section> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
169 <output name="contigs" ftype="fasta"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
170 <assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
171 <has_text text=">contig001"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
172 </assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
173 </output> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
174 <output name="shovill_std_log" ftype="txt" > |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
175 <assert_contents> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
176 <has_text text="[trimmomatic] TrimmomaticPE: Completed successfully"/> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
177 <has_text text="[lighter] Processed"/> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
178 <has_text text="[FLASH] FLASH v1.2.11 complete!"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
179 <has_text text="[spades] ======= SPAdes pipeline finished."/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
180 <has_text text="[bwa+samtools-sort] [samclip] Done."/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
181 <has_text text="[pilon] Mean total coverage:"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
182 <has_text text="[shovill] Done."/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
183 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
184 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
185 </test> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
186 <test expect_num_outputs="3"> <!-- Test 3: Alternate assembler #1: Megahit --> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
187 <param name="lib_type" value="paired" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
188 <param name="R1" value="mutant_R1.fastq" ftype="fastqsanger" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
189 <param name="R2" value="mutant_R2.fastq" ftype="fastqsanger" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
190 <param name="assembler" value="megahit" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
191 <output name="contigs" ftype="fasta"> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
192 <assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
193 <has_text text=">contig00001"/> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
194 </assert_contents> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
195 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
196 <output name="shovill_std_log" ftype="txt" > |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
197 <assert_contents> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
198 <has_text text="[lighter] Processed"/> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
199 <has_text text="[FLASH] FLASH v1.2.11 complete!"/> |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
200 <has_text_matching expression="\[megahit\] .* ALL DONE"/> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
201 <has_text text="[shovill] Done."/> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
202 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
203 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
204 </test> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
205 <test expect_num_outputs="3"> <!-- Test 4: Alternate assembler #2: Skesa --> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
206 <param name="lib_type" value="paired" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
207 <param name="R1" value="mutant_R1.fastq" ftype="fastqsanger" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
208 <param name="R2" value="mutant_R2.fastq" ftype="fastqsanger" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
209 <param name="assembler" value="skesa" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
210 <output name="contigs" ftype="fasta"> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
211 <assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
212 <has_text text=">contig00001"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
213 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
214 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
215 <output name="shovill_std_log" ftype="txt" > |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
216 <assert_contents> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
217 <has_text text="[lighter] Processed"/> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
218 <has_text text="[FLASH] FLASH v1.2.11 complete!"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
219 <has_text text="[skesa] DONE"/> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
220 <has_text text="[shovill] Done."/> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
221 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
222 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
223 </test> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
224 <test expect_num_outputs="3"> <!-- Test 5: Alternate assembler #3: Velvet --> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
225 <param name="lib_type" value="paired" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
226 <param name="R1" value="mutant_R1.fastq" ftype="fastqsanger" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
227 <param name="R2" value="mutant_R2.fastq" ftype="fastqsanger" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
228 <param name="assembler" value="velvet" /> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
229 <output name="contigs" ftype="fasta"> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
230 <assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
231 <has_text text=">contig00001"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
232 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
233 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
234 <output name="shovill_std_log" ftype="txt" > |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
235 <assert_contents> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
236 <has_text text="[lighter] Processed"/> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
237 <has_text text="[FLASH] FLASH v1.2.11 complete!"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
238 <has_text text="[velvetg] Final graph has"/> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
239 <has_text text="[shovill] Done."/> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
240 </assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
241 </output> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
242 </test> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
243 <test expect_num_outputs="3"> <!-- Test 6: Gzipped input with trimming --> |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
244 <param name="lib_type" value="paired" /> |
7
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
245 <param name="R1" value="mutant_R1.fastq.gz" ftype="fastqsanger.gz" /> |
2a9baa0c4316
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents:
6
diff
changeset
|
246 <param name="R2" value="mutant_R2.fastq.gz" ftype="fastqsanger.gz" /> |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
247 <param name="trim" value="true" /> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
248 <output name="contigs" ftype="fasta"> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
249 <assert_contents> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
250 <has_text text=">contig00001"/> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
251 </assert_contents> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
252 </output> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
253 <output name="shovill_std_log" ftype="txt" > |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
254 <assert_contents> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
255 <has_text text="[lighter] Processed"/> |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
256 <has_text text="[FLASH] FLASH v1.2.11 complete!"/> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
257 <has_text text="[spades] ======= SPAdes pipeline finished."/> |
6
83ead2be47b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents:
5
diff
changeset
|
258 <has_text text="[shovill] Done."/> |
4
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
259 </assert_contents> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
260 </output> |
d9f6a00b6db7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents:
3
diff
changeset
|
261 </test> |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
262 <test expect_num_outputs="4"> <!-- Test 7: Add keepfiles option --> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
263 <param name="lib_type" value="paired" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
264 <param name="R1" value="mutant_R1.fastq.gz" ftype="fastqsanger.gz" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
265 <param name="R2" value="mutant_R2.fastq.gz" ftype="fastqsanger.gz" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
266 <param name="trim" value="true" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
267 <section name="adv"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
268 <conditional name="keep_files"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
269 <param name="nocorr" value="yes_correction" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
270 <param name="keepfiles" value="True" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
271 </conditional> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
272 <param name="log" value="true"/> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
273 </section> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
274 <output name="contigs" ftype="fasta"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
275 <assert_contents> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
276 <has_text text=">contig00001"/> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
277 </assert_contents> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
278 </output> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
279 <output name="bamfiles" ftype="unsorted.bam"> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
280 <assert_contents> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
281 <has_size value="36359" delta="1000" /> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
282 </assert_contents> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
283 </output> |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
284 </test> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
285 </tests> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
286 <help><![CDATA[ |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
287 Synopsis: |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
288 Faster de novo assembly pipeline for Illumina paired end reads based around Spades |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
289 |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
290 Details and options: |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
291 - Takes paired end Illumina fastq reads |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
292 - Trim reads: Use Trimmomatic to remove common adaptors first (default: OFF) |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
293 - Output log file: If set to "Yes", tool will return Shovill's log file as part of the output |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
294 - Assembler: Which assembler should shovill use from: Skesa, Megahit, Velvet or Spades. Spades is the default. |
1
57d5928f456e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents:
0
diff
changeset
|
295 |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
296 Advanced options: |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
297 - Name format: Format of output contig FASTA IDs in 'printf' style (default: 'contig%05d') |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
298 - Depth: Sub-sample the reads to this depth. Disable with *Depth: 0* (default: 100) |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
299 - Estimated genomesize: An estimate of the final genome size, it will autodetect if this is blank. (default: '') |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
300 - List of kmers to use: List of K-mer sizes to use in SPAdes. Blank is AUTO. (default: '') |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
301 - Extra SPAdes options: Extra SPAdes options eg. --plasmid --sc ... (default: '') |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
302 - Disable post-assembly correction: Disable post assembly correction with pilon (default: ON) |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
303 - Keep the bam files : Enable to keep mapped files from bwa in the post assembly correction (default: OFF) |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
304 - Minimum contig length: Minimum length of contig to be output. 0 is AUTO (default: 0) |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
305 - Minimum contig coverage: Minimum coverage to call part of a contig. 0 is AUTO (default: 2) |
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
306 - Spades result to correct: Spades result to correct: before_rr, contigs or scaffolds (default: 'contigs') |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
307 |
8
ad80238462c1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 1e28eb4ffcf3d9168877c291d27e533b96021445
iuc
parents:
7
diff
changeset
|
308 Documentation can be found at Torsten Seemann `site <https://github.com/tseemann/shovill>`_. |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
309 ]]></help> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
310 <citations> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
311 <citation type="bibtex"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
312 @UNPUBLISHED{Seemann2017, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
313 author = {Seemann, Torsten}, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
314 title = {Shovill: Faster SPAdes assembly of Illumina reads}, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
315 year = {2017}, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
316 url = {https://github.com/tseemann/shovill}, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
317 } |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
318 </citation> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
319 </citations> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
320 </tool> |