annotate shovill.xml @ 7:2a9baa0c4316 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
author iuc
date Thu, 03 Feb 2022 20:41:04 +0000
parents 83ead2be47b2
children ad80238462c1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
2a9baa0c4316 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents: 6
diff changeset
1 <tool id="shovill" name="Shovill" version="@TOOL_VERSION@+galaxy1">
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>
7
2a9baa0c4316 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents: 6
diff changeset
3 <xrefs>
2a9baa0c4316 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents: 6
diff changeset
4 <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
5 </xrefs>
4
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
6 <macros>
6
83ead2be47b2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit f667915d861dbf0a25cc8fd132cc956d82e73ee9"
iuc
parents: 5
diff changeset
7 <token name="@TOOL_VERSION@">1.1.0</token>
4
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
8 </macros>
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
9 <requirements>
4
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
10 <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
11 </requirements>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
12 <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
13 <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
14 ## 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
15 ## 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
16
4
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
17 #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
18 #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
19 #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
20 #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
21 cp '$library.R1' 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
22 cp '$library.R2' 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
23 #else
2a9baa0c4316 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents: 6
diff changeset
24 ln -s '$library.R1' 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
25 ln -s '$library.R2' 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
26 #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
27 #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
28 #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
29 #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
30 #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
31 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
32 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
33 #else
2a9baa0c4316 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 89d6fae4df90f4e56c0179c6bd97267f6d9c0074"
iuc
parents: 6
diff changeset
34 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
35 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
36 #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
37 #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
38
8d1af5db538d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit da99aa8018e36c84fc4cbd7c73923fc710b3b31a"
iuc
parents: 4
diff changeset
39 ## 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
40 ## (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
41 ## (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
42 ## (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
43 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
44 SHOVILL_RAM=\${SHOVILL_RAM:-\${GALAXY_MEMORY_GB}} &&
4
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
45
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
46 shovill
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
47 --outdir 'out'
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
48 --cpus \${GALAXY_SLOTS:-1}
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
49 --ram \${SHOVILL_RAM:-4}
4
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
50 --R1 fastq_r1.'$r1_ext'
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
51 --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
52 $trim
2
f698c7604b3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents: 1
diff changeset
53 --namefmt '$adv.namefmt'
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
54 --depth '$adv.depth'
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
55 #if $adv.gsize
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
56 --gsize '$adv.gsize'
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
57 #end if
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
58 #if $adv.kmers
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
59 --kmers '$adv.kmers'
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
60 #end if
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
61 #if $adv.opts
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
62 --opts '$adv.opts'
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
63 #end if
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
64 $adv.nocorr
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
1
57d5928f456e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents: 0
diff changeset
68
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
69 ]]></command>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
70 <inputs>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
71 <conditional name="library">
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
72 <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
73 <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
74 <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
75 </param>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
76 <when value="paired">
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
77 <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
78 <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
79 </when>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
80 <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
81 <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
82 </when>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
83 </conditional>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
84 <param name="trim" argument="--trim" type="boolean" truevalue="--trim" falsevalue="" label="Trim reads" help="Use Trimmomatic to remove common adaptors first (default: OFF)" />
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
85 <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" />
3
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
86 <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
87 <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
88 <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
89 <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
90 <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
91 </param>
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
92 <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
93 <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
94 <sanitizer>
2
f698c7604b3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents: 1
diff changeset
95 <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
96 <remove value="&apos;" />
f698c7604b3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents: 1
diff changeset
97 </valid>
f698c7604b3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents: 1
diff changeset
98 <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
99 <add source="&apos;" target="&apos;&quot;&apos;&quot;&apos;" />
f698c7604b3b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents: 1
diff changeset
100 </mapping>
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
101 </sanitizer>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
102 </param>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
103 <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
104 <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
105 <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
106 <param name="opts" argument="--opts" type="text" value="" label="Extra SPAdes options" help="eg. --plasmid --sc ... (default: '')" />
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
107 <param name="nocorr" argument="--nocorr" type="boolean" truevalue="--nocorr" falsevalue="" checked="True" label="Disable post-assembly correction" help="Disable post assembly correction with pilon (default: ON)" />
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
108 <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
109 <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
110 </section>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
111 </inputs>
1
57d5928f456e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents: 0
diff changeset
112
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
113 <outputs>
3
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
114 <data name="shovill_std_log" format="txt" label="${tool.name} on ${on_string} Log file" from_work_dir="out/shovill.log" >
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
115 <filter>log</filter>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
116 </data>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
117 <data format="fasta" name="contigs" label="${tool.name} on ${on_string}: Contigs" from_work_dir="out/contigs.fa"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
118 <data format="txt" name="contigs_graph" label="${tool.name} on ${on_string}: Contig Graph" from_work_dir="out/contigs.gfa"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
119 </outputs>
1
57d5928f456e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents: 0
diff changeset
120
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
121 <tests>
3
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
122 <test> <!-- Test 1: Basic test -->
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
123 <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
124 <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
125 <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
126 <output name="contigs" ftype="fasta">
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
127 <assert_contents>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
128 <has_text text="&gt;contig00001"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
129 </assert_contents>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
130 </output>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
131 <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
132 <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
133 <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
134 <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
135 <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
136 <has_text text="[spades] ======= SPAdes pipeline finished."/>
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
137 </assert_contents>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
138 </output>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
139 </test>
3
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
140 <test> <!-- 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
141 <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
142 <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
143 <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
144 <param name="trim" value="true" />
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
145 <section name="adv">
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
146 <param name="depth" value="0"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
147 <param name="minlen" value="0"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
148 <param name="mincov" value="0"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
149 <param name="nocorr" value="false"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
150 <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
151 </section>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
152 <output name="contigs" ftype="fasta">
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
153 <assert_contents>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
154 <has_text text="&gt;contig001"/>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
155 </assert_contents>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
156 </output>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
157 <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
158 <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
159 <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
160 <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
161 <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
162 <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
163 <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
164 <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
165 <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
166 </assert_contents>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
167 </output>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
168 </test>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
169 <test> <!-- Test 3: Alternate assembler #1: Megahit -->
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
170 <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
171 <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
172 <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
173 <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
174 <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
175 <assert_contents>
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="&gt;contig00001"/>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
177 </assert_contents>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
178 </output>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
179 <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
180 <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
181 <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
182 <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
183 <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
184 <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
185 </assert_contents>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
186 </output>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
187 </test>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
188 <test> <!-- Test 4: Alternate assembler #2: Skesa -->
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="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
190 <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
191 <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
192 <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
193 <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
194 <assert_contents>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
195 <has_text text="&gt;contig00001"/>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
196 </assert_contents>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
197 </output>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
198 <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
199 <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
200 <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
201 <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
202 <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
203 <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
204 </assert_contents>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
205 </output>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
206 </test>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
207 <test> <!-- Test 5: Alternate assembler #3: Velvet -->
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="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
209 <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
210 <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
211 <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
212 <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
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 <has_text text="&gt;contig00001"/>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
215 </assert_contents>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
216 </output>
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
217 <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
218 <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
219 <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
220 <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
221 <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
222 <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
223 </assert_contents>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
224 </output>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
225 </test>
4
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
226 <test> <!-- Test 6: Gzipped input with trimming -->
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
227 <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
228 <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
229 <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
230 <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
231 <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
232 <assert_contents>
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
233 <has_text text="&gt;contig00001"/>
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
234 </assert_contents>
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
235 </output>
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
236 <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
237 <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
238 <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
239 <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
240 <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
241 <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
242 </assert_contents>
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
243 </output>
d9f6a00b6db7 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit eb617cb0aeeb18710ecb12f5208f4e69b7659dbc"
iuc
parents: 3
diff changeset
244 </test>
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
245 </tests>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
246 <help><![CDATA[
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
247 Synopsis:
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
248 Faster de novo assembly pipeline for Illumina paired end reads based around Spades
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
249
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
250 Details and options:
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
251 - Takes paired end Illumina fastq reads
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
252 - Trim reads: Use Trimmomatic to remove common adaptors first (default: OFF)
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
253 - Output log file: If set to "Yes", tool will return Shovill's log file as part of the output
3
865119fcb694 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents: 2
diff changeset
254 - 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
255
57d5928f456e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents: 0
diff changeset
256 Advanced options:
0
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
257 - Name format: Format of output 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
258 - Depth: Sub-sample the reads 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
259 - Estimated genomesize: 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
260 - List of kmers to use: 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
261 - Extra SPAdes options: Extra SPAdes options eg. --plasmid --sc ... (default: '')
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
262 - Disable post-assembly correction: Disable post assembly correction with pilon (default: ON)
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
263 - Minimum contig length: 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
264 - Minimum contig coverage: 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
265 - Spades result to correct: Spades result to correct: before_rr, contigs or scaffolds (default: 'contigs')
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
266
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
267 Documentation can be found at Torsten Seemann `site <https://github.com/tseemann/shovill>`_.
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
268 ]]></help>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
269 <citations>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
270 <citation type="bibtex">
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
271 @UNPUBLISHED{Seemann2017,
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
272 author = {Seemann, Torsten},
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
273 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
274 year = {2017},
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
275 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
276 }
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
277 </citation>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
278 </citations>
196a599ec43d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff changeset
279 </tool>