annotate biosyntheticspades.xml @ 1:8a9a9350ffaf draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 370cc20429f3b9e68792b71865b05165cac3ad77"
author iuc
date Mon, 24 Jan 2022 18:47:05 +0000
parents 42a39792aaae
children d89ced9439f3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
1 <tool id="spades_biosyntheticspades" name="biosyntheticSPAdes" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
2 <description>biosynthetic gene cluster assembly</description>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
3 <macros>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
5 </macros>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
7 <expand macro="stdio"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
8 <expand macro="version_command"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
10
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
11 #set $library = 1
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
12
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
13 @PREPROCESS_INPUT_FILES_MAIN@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
14 #if $additional_reads.selector == 'true'
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
15 @PREPROCESS_INPUT_FILES_ADDITIONAL@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
16 #end if
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
17 @PREPROCESS_NANOPORE_PACBIO_FILES@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
18
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
19 ## run
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
20 spades.py --bio
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
21 -o 'output'
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
22 @RESOURCES@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
23 @INPUT_READS_MAIN@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
24 #if $additional_reads.selector == 'true'
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
25 @INPUT_READS_ADDITIONAL@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
26 #end if
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
27 ## reads
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
28 @NANOPORE_PACBIO@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
29 ## parameter
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
30 @KMER@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
31 @PHREDOFFSET@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
32 @PIPELINE_OPTIONS@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
33 ## postprocessing
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
34 @STATS@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
35 @CORRECTED@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
36 ]]></command>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
37 <inputs>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
38 <expand macro="input_files_paired" format="fastq,fastq.gz,fastqsanger.gz" label="FASTQ file(s)"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
39 <expand macro="input_additional_files_paired" format="fastq,fastq.gz,fastqsanger.gz" label="FASTQ file(s)"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
40 <section name="arf" title="Additional read files">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
41 <expand macro="nanopore_pacbio"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
42 </section>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
43 <expand macro="kmer"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
44 <expand macro="phred"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
45 <expand macro="pipeline_options">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
46 <option value="--iontorrent">Iontorrent: required when assembling IonTorrent data (--iontorrent)</option>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
47 </expand>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
48 <param name="optional_output" type="select" multiple="true" optional="false" label="Select output file(s)" help="Only shown in history if selected here and generated by the specific run.">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
49 <option value="sc" selected="true">Scaffolds</option>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
50 <option value="rs" selected="true">Raw scaffolds</option>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
51 <option value="b" selected="true">HMM statistics</option>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
52 <option value="dg" selected="true">Domain graph</option>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
53 <option value="l">Log</option>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
54 </param>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
55 </inputs>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
56 <outputs>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
57 <expand macro="out_sc"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
58 <expand macro="out_rs"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
59 <expand macro="out_b"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
60 <expand macro="out_dg"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
61 <expand macro="out_l"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
62 </outputs>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
63 <tests>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
64 <!-- #1 single, interlaced, fastq.gz, default parameters -->
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
65 <test expect_num_outputs="4">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
66 <conditional name="singlePaired">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
67 <param name="sPaired" value="paired_interlaced"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
68 <param name="input1" value="ecoli_1K.fastq.gz"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
69 </conditional>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
70 <output name="out_b">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
71 <assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
72 <has_n_lines n="1"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
73 </assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
74 </output>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
75 <output name="out_dg">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
76 <assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
77 <has_n_lines n="2"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
78 <has_text_matching expression="digraph.+"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
79 </assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
80 </output>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
81 <output name="out_sc">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
82 <assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
83 <has_n_lines n="0"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
84 </assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
85 </output>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
86 <output name="out_rs">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
87 <assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
88 <has_n_lines n="18"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
89 <has_text_matching expression=">NODE\_1\_length\_1000.+"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
90 </assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
91 </output>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
92 </test>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
93 <!-- #2 single, separate, fastq, hybrid assembly, iontorrent-->
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
94 <test expect_num_outputs="2">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
95 <conditional name="singlePaired">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
96 <param name="sPaired" value="paired"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
97 <param name="input1" value="ecoli_1K_1.fastq.gz"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
98 <param name="input2" value="ecoli_1K_2.fastq.gz"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
99 </conditional>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
100 <section name="arf">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
101 <param name="nanopore" value="ecoli_1K.fastq.gz"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
102 </section>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
103 <param name="mode_sel" value="--iontorrent"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
104 <assert_command>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
105 <has_text text="--nanopore"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
106 <has_text text="--iontorrent"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
107 </assert_command>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
108 <conditional name="kmer_cond">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
109 <param name="kmer_sel" value="manual"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
110 <param name="manual" value="33"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
111 </conditional>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
112 <param name="phred_offset" value="33"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
113 <param name="optional_output" value="rs,l"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
114 <output name="out_rs">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
115 <assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
116 <has_n_lines n="18"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
117 </assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
118 </output>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
119 </test>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
120 <!-- #3 multiple inputs -->
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
121 <test expect_num_outputs="2">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
122 <conditional name="singlePaired">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
123 <param name="sPaired" value="paired"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
124 <param name="input1" value="ecoli_1K_1.fastq.gz"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
125 <param name="input2" value="ecoli_1K_2.fastq.gz"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
126 </conditional>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
127 <conditional name="singlePaired">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
128 <param name="sPaired" value="paired_interlaced"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
129 <param name="input1" value="ecoli_1K.fastq.gz"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
130 </conditional>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
131 <param name="optional_output" value="rs,b"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
132 <output name="out_b">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
133 <assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
134 <has_n_lines n="1"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
135 </assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
136 </output>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
137 <output name="out_rs">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
138 <assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
139 <has_n_lines n="18"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
140 <has_text_matching expression=">NODE\_1\_length\_1000.+"/>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
141 </assert_contents>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
142 </output>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
143 </test>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
144 </tests>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
145 <help><![CDATA[
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
146 .. class:: infomark
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
147
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
148 **What it does**
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
149
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
150 @HELP_WID@
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
151
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
152 biosyntheticSPAdes is a subtool for biosynthetic gene cluster assembly with paired-end reads.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
153
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
154 **Input**
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
155
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
156 biosyntheticSPAdes works with Illumina or IonTorrent reads in a single paired-end library and is capable of providing hybrid assemblies using PacBio, Oxford Nanopore and TSLR reads.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
157
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
158 Input data can be provided as interlaced, forward and reverse, merged and unpaired files.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
159
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
160 A detailed description can be found in the `input section <https://github.com/ablab/spades/#sec3.1>`_ of the manual.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
161
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
162 **Output**
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
163
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
164
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
165 biosyntheticSPAdes outputs four files of interest:
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
166
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
167 - Scaffolds: contains DNA sequences from putative biosynthetic gene clusters (BGC). Since each sample may contain multiple BGCs and biosyntheticSPAdes can output several putative DNA sequences for eash cluster, for each contig name we append suffix _cluster_X_candidate_Y, where X is the id of the BGC and Y is the id of the candidate from the BGC.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
168 - Raw_scaffolds: SPAdes scaffolds generated without domain-graph related algorithms. Very close to regular scaffolds.fasta file.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
169 - HMM statistics: contains statistics about BGC composition in the sample. First, it outputs number of domain hits in the sample. Then, for each BGC candidate we output domain order with positions on the corresponding DNA sequence from scaffolds.fasta.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
170 - Domain graphs: contains domain graph structure, that can be used to assess complexity of the sample and structure of BGCs.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
171
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
172 A detailed description can be found in the `output section <https://github.com/ablab/spades/#bgc>`_ of the manual.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
173
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
174 .. class:: infomark
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
175
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
176 **References**
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
177
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
178 More information can be found on `github <https://github.com/ablab/spades>`_ and on the `project website <http://cab.spbu.ru/software/biosyntheticspades>`_.
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
179 ]]></help>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
180 <expand macro="citations">
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
181 <citation type="doi">10.1101/gr.243477.118</citation>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
182 </expand>
42a39792aaae "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 8734db131db6f76697b500b30f18ee7723d61813"
iuc
parents:
diff changeset
183 </tool>