Mercurial > repos > iuc > shovill
annotate shovill.xml @ 3:865119fcb694 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
author | iuc |
---|---|
date | Tue, 13 Nov 2018 10:41:12 -0500 |
parents | f698c7604b3b |
children | d9f6a00b6db7 |
rev | line source |
---|---|
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
1 <tool id="shovill" name="Shovill" version="1.0.4"> |
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> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
3 <requirements> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
4 <requirement type="package" version="1.0.4">shovill</requirement> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
5 </requirements> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
6 <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
|
7 <command detect_errors="exit_code"><![CDATA[ |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
8 shovill |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
9 --outdir 'out' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
10 --cpus \${GALAXY_SLOTS:-1} |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
11 --ram \${SHOVILL_RAM:-4} |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
12 #if str($library.lib_type) == "paired" |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
13 --R1 '$library.R1' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
14 --R2 '$library.R2' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
15 #else if str($library.lib_type) == "collection" |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
16 --R1 '$library.input1.forward' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
17 --R2 '$library.input1.reverse' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
18 #end if |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
19 $trim |
2
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
20 --namefmt '$adv.namefmt' |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
21 --depth '$adv.depth' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
22 #if $adv.gsize |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
23 --gsize '$adv.gsize' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
24 #end if |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
25 #if $adv.kmers |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
26 --kmers '$adv.kmers' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
27 #end if |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
28 #if $adv.opts |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
29 --opts '$adv.opts' |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
30 #end if |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
31 $adv.nocorr |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
32 --minlen $adv.minlen |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
33 --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
|
34 --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
|
35 |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
36 ]]></command> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
37 <inputs> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
38 <conditional name="library"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
39 <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
|
40 <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
|
41 <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
|
42 </param> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
43 <when value="paired"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
44 <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
|
45 <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
|
46 </when> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
47 <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
|
48 <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
|
49 </when> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
50 </conditional> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
51 <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
|
52 <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
|
53 <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
|
54 <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
|
55 <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
|
56 <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
|
57 <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
|
58 </param> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
59 <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
|
60 <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
|
61 <sanitizer> |
2
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
62 <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
|
63 <remove value="'" /> |
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
64 </valid> |
f698c7604b3b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 686710a7d313b828f1daed20c4055479727f2d91
iuc
parents:
1
diff
changeset
|
65 <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
|
66 <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
|
67 </mapping> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
68 </sanitizer> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
69 </param> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
70 <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
|
71 <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
|
72 <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
|
73 <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
|
74 <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
|
75 <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
|
76 <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
|
77 </section> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
78 </inputs> |
1
57d5928f456e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents:
0
diff
changeset
|
79 |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
80 <outputs> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
81 <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
|
82 <filter>log</filter> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
83 </data> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
84 <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
|
85 <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
|
86 </outputs> |
1
57d5928f456e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents:
0
diff
changeset
|
87 |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
88 <tests> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
89 <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
|
90 <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
|
91 <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
|
92 <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
|
93 <output name="contigs" ftype="fasta"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
94 <assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
95 <has_text text=">contig00001"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
96 </assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
97 </output> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
98 <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
|
99 <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
|
100 <has_text text="[mash]"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
101 <has_text text="[lighter] Processed 24960 reads"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
102 <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
|
103 <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
|
104 </assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
105 </output> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
106 </test> |
3
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
107 <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
|
108 <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
|
109 <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
|
110 <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
|
111 <param name="trim" value="true" /> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
112 <section name="adv"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
113 <param name="depth" value="0"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
114 <param name="minlen" value="0"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
115 <param name="mincov" value="0"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
116 <param name="nocorr" value="false"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
117 <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
|
118 </section> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
119 <output name="contigs" ftype="fasta"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
120 <assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
121 <has_text text=">contig001"/> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
122 </assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
123 </output> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
124 <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
|
125 <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
|
126 <has_text text="[mash] Writing to"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
127 <has_text text="[trimmomatic] TrimmomaticPE: Completed successfully"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
128 <has_text text="[lighter] Processed 24960 reads:"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
129 <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
|
130 <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
|
131 <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
|
132 <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
|
133 <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
|
134 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
135 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
136 </test> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
137 <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
|
138 <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
|
139 <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
|
140 <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
|
141 <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
|
142 <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
|
143 <assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
144 <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
|
145 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
146 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
147 <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
|
148 <assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
149 <has_text text="[mash]"/> |
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="[lighter] Processed 24960 reads"/> |
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="[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
|
152 <has_text text="[megahit] --- [STAT]"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
153 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
154 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
155 </test> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
156 <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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 <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
|
162 <assert_contents> |
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=">contig00001"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
164 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
165 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
166 <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
|
167 <assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
168 <has_text text="[mash]"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
169 <has_text text="[lighter] Processed 24960 reads"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
170 <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
|
171 <has_text text="[skesa] DONE"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
172 </assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
173 </output> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
174 </test> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
175 <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
|
176 <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
|
177 <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
|
178 <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
|
179 <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
|
180 <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
|
181 <assert_contents> |
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=">contig00001"/> |
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 <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
|
186 <assert_contents> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
187 <has_text text="[mash]"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
188 <has_text text="[lighter] Processed 24960 reads"/> |
865119fcb694
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 7c14ae1fd4494808cc7be290dab100b828ee6a33
iuc
parents:
2
diff
changeset
|
189 <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
|
190 <has_text text="[velvetg] Final graph has"/> |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
191 </assert_contents> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
192 </output> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
193 </test> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
194 </tests> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
195 <help><![CDATA[ |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
196 Synopsis: |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
197 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
|
198 |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
199 Details and options: |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
200 - 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
|
201 - 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
|
202 - 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
|
203 - 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
|
204 |
57d5928f456e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/shovill commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
iuc
parents:
0
diff
changeset
|
205 Advanced options: |
0
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
206 - 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
|
207 - 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
|
208 - 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
|
209 - 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
|
210 - 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
|
211 - 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
|
212 - 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
|
213 - 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
|
214 - 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
|
215 |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
216 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
|
217 ]]></help> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
218 <citations> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
219 <citation type="bibtex"> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
220 @UNPUBLISHED{Seemann2017, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
221 author = {Seemann, Torsten}, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
222 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
|
223 year = {2017}, |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
224 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
|
225 } |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
226 </citation> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
227 </citations> |
196a599ec43d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/shovill commit 1515c4b987ad6858fb6f94479fa21a25a6dc033c
iuc
parents:
diff
changeset
|
228 </tool> |