annotate disco.xml @ 2:dfefaf2bab95 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
author iuc
date Sun, 18 Apr 2021 17:48:28 +0000
parents 6d447ebb2bf4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
1 <tool id="disco" name="DISCO" version="@WRAPPER_VERSION@.1" profile="20.01">
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
2 <description>to assemble metagenomics data using an overlap-layout-consensus (OLC) approach</description>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
3 <macros>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
4 <token name="@WRAPPER_VERSION@">1.2</token>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
5 <xml name="assembly_params">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
6 <param argument="minSequenceLengthTobePrinted" type="integer" value="1000" min="0" label="Minimum length of contigs or scaffolds to be printed"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
7 <param argument="MinOverlap4SimplifyGraph" type="integer" value="30" min="0" label="Minimum overlap length (bp) required to keep an edge between two reads during graph simplification" help="This minimum overlap length must be equal to 30 or larger than the MinOverlap4BuildGraph above. This allows you to try different minimum overlap lengths for assembly without redoing assembly graph construction. Edges with shorter overlap length than this parameter will be ignored during graph simplification. Increase this to reduce N50 and mis-assemblies"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
8 <param argument="minOverlapDifference4ClipBranches" type="integer" value="25" min="0" label="Minimum overlap length difference (bp) to clip branches" help="If a read has multiple edges, Disco clips the branches with overlap lengths less than the largest overlap of this read by this difference or more. Increase this to reduce N50 and mis-assemblies"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
9 <param argument="minUniquePEsupport" type="integer" value="3" min="0" label="Minumum number of paired-end reads that provide unique support to merge two edges" help="Increase this to reduce N50 and mis-assemblies"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
10 <param argument="minNonUniquePEsupport" type="integer" value="0" min="0" label="Minumum number of paired-end reads that provide non-unique support to merge two edgess"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
11 <param argument="minReadsCountInEdgeToBeNotDeadEnd" type="integer" value="10" min="0" label="Minimum number of reads in an edge to be not dead-end edge"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
12 <param argument="minEdgeLengthToBeNotDeadEnd" type="integer" value="1000" min="0" label="Minimum edge length (bp) to be not dead-end edge"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
13 <param argument="minFoldToBeShortBranch" type="integer" value="5" min="0" label="Minimum fold difference between two branches' lengths to consider a branch to be short"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
14 <param argument="minReadsCountToHave0Flow" type="integer" value="15" min="0" label="Minimum number of reads for an edge to be kept even if it has 0 flow"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
15 <param argument="minEdgeLengthToHave0Flow" type="integer" value="1500" min="0" label="Minimum edge length for an edge to be kept even if it has 0 flow"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
16 <param argument="minReadsCountInEdgeToBe1MinFlow" type="integer" value="20" min="0" label="Minimum number of reads in an edge to be assigned with 1 minimum flow"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
17 <param argument="minEdgeLengthToBe1MinFlow" type="integer" value="2000" min="0" label="Minimum edge length to be assigned with 1 minimum flow"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
18 </xml>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
19 </macros>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
20 <requirements>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
21 <requirement type="package" version="@WRAPPER_VERSION@">disco</requirement>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
22 </requirements>
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
23 <version_command>echo @WRAPPER_VERSION@</version_command>
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
24 <command detect_errors="exit_code"><![CDATA[
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
25 #if $input_cond.library_type == "single"
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
26 #for i, e in enumerate($input_cond.inS)
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
27 cp '$e'
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
28 #if $e.ext.endswith(".gz")
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
29 input_${i}.fastq.gz &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
30 #else
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
31 input_${i}.fastq &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
32 #end if
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
33 #end for
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
34 #else
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
35 #if $input_cond.paired_input.type == "separated"
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
36 #if $input_cond.paired_input.in1.ext.endswith(".gz")
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
37 cp '$input_cond.paired_input.in1' forward.fastq.gz &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
38 cp '$input_cond.paired_input.in2' reverse.fastq.gz &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
39 #else
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
40 cp '$input_cond.paired_input.in1' forward.fastq &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
41 cp '$input_cond.paired_input.in2' reverse.fastq &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
42 #end if
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
43 #else
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
44 #for i, e in enumerate($input_cond.paired_input.inP)
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
45 cp '$e'
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
46 #if $e.ext.endswith(".gz")
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
47 input_${i}.fastq.gz &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
48 #else
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
49 input_${i}.fastq &&
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
50 #end if
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
51 #end for
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
52 #end if
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
53 #end if
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
54 runDisco.sh
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
55 -n \${GALAXY_SLOTS:-4}
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
56 -m \${DISCO_MAX_MEMORY:-4}
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
57 -d .
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
58 -o disco
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
59 #if $input_cond.library_type == "single"
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
60 -inS \$(find . -name "*fastq*" -print | tr '\n' ',' | sed 's/,$//')
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
61 #else
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
62 #if $input_cond.paired_input.type == "separated"
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
63 #if $input_cond.paired_input.in1.ext.endswith(".gz")
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
64 -in1 forward.fastq.gz
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
65 -in2 reverse.fastq.gz
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
66 #else
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
67 -in1 forward.fastq
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
68 -in2 reverse.fastq
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
69 #end if
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
70 #else
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
71 -inP \$(find . -name "*fastq*" -print | tr '\n' ',' | sed 's/,$//')
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
72 #end if
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
73 #end if
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
74 $obg
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
75 $osg
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
76 -p '$first_assembly_iteration_params'
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
77 -p2 '$second_assembly_iteration_params'
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
78 -p3 '$third_assembly_iteration_params'
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
79 ]]></command>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
80 <configfiles>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
81 <configfile name="first_assembly_iteration_params">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
82 <![CDATA[
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
83 MinOverlap4BuildGraph = $MinOverlap4BuildGraph
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
84 PrintContigs = true
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
85 PrintScaffolds = true
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
86 PrintUnused = $PrintUnused
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
87 PrintGFA = $PrintGFA
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
88 PrintGFA2 = $PrintGFA2
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
89 minSequenceLengthTobePrinted = $first_assembly_iter_param.minSequenceLengthTobePrinted
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
90 MinOverlap4SimplifyGraph = $first_assembly_iter_param.MinOverlap4SimplifyGraph
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
91 minOverlapDifference4ClipBranches = $first_assembly_iter_param.minOverlapDifference4ClipBranches
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
92 minUniquePEsupport = $first_assembly_iter_param.minUniquePEsupport
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
93 minNonUniquePEsupport = $first_assembly_iter_param.minNonUniquePEsupport
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
94 minReadsCountInEdgeToBeNotDeadEnd = $first_assembly_iter_param.minReadsCountInEdgeToBeNotDeadEnd
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
95 minEdgeLengthToBeNotDeadEnd = $first_assembly_iter_param.minEdgeLengthToBeNotDeadEnd
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
96 minFoldToBeShortBranch = $first_assembly_iter_param.minFoldToBeShortBranch
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
97 minReadsCountToHave0Flow = $first_assembly_iter_param.minReadsCountToHave0Flow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
98 minEdgeLengthToHave0Flow = $first_assembly_iter_param.minEdgeLengthToHave0Flow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
99 minReadsCountInEdgeToBe1MinFlow = $first_assembly_iter_param.minReadsCountInEdgeToBe1MinFlow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
100 minEdgeLengthToBe1MinFlow = $first_assembly_iter_param.minEdgeLengthToBe1MinFlow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
101 ]]></configfile>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
102 <configfile name="second_assembly_iteration_params">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
103 <![CDATA[
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
104 MinOverlap4BuildGraph = $MinOverlap4BuildGraph
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
105 PrintContigs = true
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
106 PrintScaffolds = true
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
107 PrintUnused = $PrintUnused
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
108 PrintGFA = $PrintGFA
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
109 PrintGFA2 = $PrintGFA2
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
110 minSequenceLengthTobePrinted = $second_assembly_iter_param.minSequenceLengthTobePrinted
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
111 MinOverlap4SimplifyGraph = $second_assembly_iter_param.MinOverlap4SimplifyGraph
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
112 minOverlapDifference4ClipBranches = $second_assembly_iter_param.minOverlapDifference4ClipBranches
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
113 minUniquePEsupport = $second_assembly_iter_param.minUniquePEsupport
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
114 minNonUniquePEsupport = $second_assembly_iter_param.minNonUniquePEsupport
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
115 minReadsCountInEdgeToBeNotDeadEnd = $second_assembly_iter_param.minReadsCountInEdgeToBeNotDeadEnd
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
116 minEdgeLengthToBeNotDeadEnd = $second_assembly_iter_param.minEdgeLengthToBeNotDeadEnd
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
117 minFoldToBeShortBranch = $second_assembly_iter_param.minFoldToBeShortBranch
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
118 minReadsCountToHave0Flow = $second_assembly_iter_param.minReadsCountToHave0Flow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
119 minEdgeLengthToHave0Flow = $second_assembly_iter_param.minEdgeLengthToHave0Flow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
120 minReadsCountInEdgeToBe1MinFlow = $second_assembly_iter_param.minReadsCountInEdgeToBe1MinFlow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
121 minEdgeLengthToBe1MinFlow = $second_assembly_iter_param.minEdgeLengthToBe1MinFlow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
122 ]]></configfile>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
123 <configfile name="third_assembly_iteration_params">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
124 <![CDATA[
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
125 MinOverlap4BuildGraph = $MinOverlap4BuildGraph
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
126 PrintContigs = true
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
127 PrintScaffolds = true
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
128 PrintUnused = $PrintUnused
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
129 PrintGFA = $PrintGFA
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
130 PrintGFA2 = $PrintGFA2
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
131 minSequenceLengthTobePrinted = $third_assembly_iter_param.minSequenceLengthTobePrinted
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
132 MinOverlap4SimplifyGraph = $third_assembly_iter_param.MinOverlap4SimplifyGraph
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
133 minOverlapDifference4ClipBranches = $third_assembly_iter_param.minOverlapDifference4ClipBranches
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
134 minUniquePEsupport = $third_assembly_iter_param.minUniquePEsupport
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
135 minNonUniquePEsupport = $third_assembly_iter_param.minNonUniquePEsupport
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
136 minReadsCountInEdgeToBeNotDeadEnd = $third_assembly_iter_param.minReadsCountInEdgeToBeNotDeadEnd
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
137 minEdgeLengthToBeNotDeadEnd = $third_assembly_iter_param.minEdgeLengthToBeNotDeadEnd
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
138 minFoldToBeShortBranch = $third_assembly_iter_param.minFoldToBeShortBranch
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
139 minReadsCountToHave0Flow = $third_assembly_iter_param.minReadsCountToHave0Flow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
140 minEdgeLengthToHave0Flow = $third_assembly_iter_param.minEdgeLengthToHave0Flow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
141 minReadsCountInEdgeToBe1MinFlow = $third_assembly_iter_param.minReadsCountInEdgeToBe1MinFlow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
142 minEdgeLengthToBe1MinFlow = $third_assembly_iter_param.minEdgeLengthToBe1MinFlow
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
143 ]]></configfile>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
144 </configfiles>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
145 <inputs>
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
146 <conditional name="input_cond">
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
147 <param name="library_type" type="select" label="Type of library?">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
148 <option value="single">Single-end reads</option>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
149 <option value="paired">Paired-end reads</option>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
150 </param>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
151 <when value="single">
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
152 <param argument="-inS" type="data" format="fastq,fastq.gz,fasta" multiple="true" label="Single-read files"/>
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
153 </when>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
154 <when value="paired">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
155 <conditional name="paired_input">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
156 <param name="type" type="select" label="Type of library?">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
157 <option value="separated">Separated forward/reverse paired-read files</option>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
158 <option value="interleaved">Interleaved paired-read files</option>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
159 </param>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
160 <when value="separated">
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
161 <param argument="-in1" type="data" format="fastq,fastq.gz,fasta" label="Forward read file" />
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
162 <param argument="-in2" type="data" format="fastq,fastq.gz,fasta" label="Reverse read file" />
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
163 </when>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
164 <when value="interleaved">
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
165 <param argument="-inP" type="data" format="fastq,fastq.gz,fasta" multiple="true" label="Interleaved paired-read files" />
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
166 </when>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
167 </conditional>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
168 </when>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
169 </conditional>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
170 <param argument="-obg" type="boolean" truevalue="-obg" falsevalue="" checked="false" label="Only build overlap graph?"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
171 <param argument="-osg" type="boolean" truevalue="-osg" falsevalue="" checked="false" label="Only simplify existing overlap graph?"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
172 <param argument="MinOverlap4BuildGraph" type="integer" min="0" value="20" label="Minimum overlap length (bp) required to insert an edge between two reads during graph construction" help="Increase this to reduce N50 and mis-assemblies"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
173 <param name="log" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Output log file?"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
174 <param argument="PrintScaffolds" type="boolean" truevalue="true" falsevalue="false" label="Print scaffolds?"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
175 <param argument="PrintUnused" type="boolean" truevalue="true" falsevalue="false" label="Print unused reads?"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
176 <param argument="PrintGFA" type="boolean" truevalue="true" falsevalue="false" label="Print GFA graph format?"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
177 <param argument="PrintGFA2" type="boolean" truevalue="true" falsevalue="false" label="Print GFA2 graph format?"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
178 <section name="first_assembly_iter_param" title="Parameters for 1st assembly iteration" expanded="False">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
179 <expand macro="assembly_params"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
180 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
181 <section name="second_assembly_iter_param" title="Parameters for 2nd assembly iteration" expanded="False">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
182 <expand macro="assembly_params"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
183 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
184 <section name="third_assembly_iter_param" title="Parameters for 3rd assembly iteration" expanded="False">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
185 <expand macro="assembly_params"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
186 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
187 </inputs>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
188 <outputs>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
189 <data format="txt" name="log" from_work_dir="disco.log" label="${tool.name} on ${on_string}: Log file">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
190 <filter>log</filter>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
191 </data>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
192 <data format="fasta" name="contigs" from_work_dir="disco_contigsFinalCombined.fasta" label="${tool.name} on ${on_string}: Contigs"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
193 <data format="fasta" name="scaffolds" from_work_dir="disco_scaffoldsFinalCombined.fasta" label="${tool.name} on ${on_string}: Scaffolds"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
194 <collection name="unused_reads" type="list" label="${tool.name} on ${on_string}: Unused reads">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
195 <filter>PrintUnused</filter>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
196 <discover_datasets pattern="disco_0_Unused(?P&lt;designation&gt;.+)\.fasta" format="fasta" directory="assembly" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
197 </collection>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
198 <collection name="gfa_graphs" type="list" label="${tool.name} on ${on_string}: GFA graph">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
199 <filter>PrintGFA</filter>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
200 <discover_datasets pattern="disco_Graph_(?P&lt;designation&gt;.+)\.gfa" format="txt" directory="assembly" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
201 </collection>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
202 <collection name="gfa2_graphs" type="list" label="${tool.name} on ${on_string}: GFA2 graph">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
203 <filter>PrintGFA2</filter>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
204 <discover_datasets pattern="disco_Graph_(?P&lt;designation&gt;.+)\.gfa2" format="txt" directory="assembly" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
205 </collection>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
206 </outputs>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
207 <tests>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
208 <test>
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
209 <conditional name="input_cond">
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
210 <param name="library_type" value="paired"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
211 <conditional name="paired_input">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
212 <param name="type" value="separated"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
213 <param name="in1" value="ecoli_1K_1.fq"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
214 <param name="in2" value="ecoli_1K_2.fq"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
215 </conditional>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
216 </conditional>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
217 <param name="obg" value=""/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
218 <param name="osg" value=""/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
219 <param name="MinOverlap4BuildGraph" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
220 <param name="log" value="true"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
221 <param name="PrintUnused" value="true"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
222 <param name="PrintGFA" value="true"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
223 <param name="PrintGFA2" value="true"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
224 <section name="first_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
225 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
226 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
227 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
228 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
229 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
230 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
231 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
232 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
233 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
234 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
235 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
236 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
237 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
238 <section name="second_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
239 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
240 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
241 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
242 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
243 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
244 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
245 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
246 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
247 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
248 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
249 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
250 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
251 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
252 <section name="third_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
253 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
254 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
255 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
256 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
257 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
258 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
259 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
260 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
261 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
262 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
263 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
264 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
265 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
266 <output name="log">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
267 <assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
268 <has_text text="Software: Disco Assembler" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
269 <has_text text="FIRST LOOP ITERATION 1" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
270 <has_text text="2054 reads streamed from this read file" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
271 <has_text text="Graph simplification" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
272 </assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
273 </output>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
274 <output name="contigs" value="test1_contigs.fasta" compare="sim_size" delta="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
275 <output name="scaffolds" value="test1_scaffolds.fasta" compare="sim_size" delta="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
276 <output_collection name="unused_reads" type="list">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
277 <element name="PairedReads1">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
278 <assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
279 <has_text text="EAS20_8_6_1_9_1972/1" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
280 <has_text text="EAS20_8_6_10_415_709/1" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
281 <has_text text="EAS20_8_6_36_1124_470/1" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
282 <has_text text="EAS20_8_6_100_1637_1332/1" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
283 </assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
284 </element>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
285 <element name="PairedReads2">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
286 <assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
287 <has_text text="EAS20_8_6_1_9_1972/2" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
288 <has_text text="EAS20_8_6_10_415_709/2" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
289 <has_text text="EAS20_8_6_36_1124_470/2" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
290 <has_text text="EAS20_8_6_100_1637_1332/2" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
291 </assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
292 </element>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
293 </output_collection>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
294 <output_collection name="gfa_graphs" type="list">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
295 <element name="1" file="test1_graph_1.gfa" compare="sim_size" delta="6000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
296 </output_collection>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
297 <output_collection name="gfa2_graphs" type="list">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
298 <element name="1" file="test1_graph_1.gfa2" compare="sim_size" delta="6000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
299 </output_collection>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
300 </test>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
301 <test>
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
302 <conditional name="input_cond">
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
303 <param name="library_type" value="paired"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
304 <conditional name="paired_input">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
305 <param name="type" value="interleaved"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
306 <param name="inP" value="ecoli_1K_interleaved.fq,ecoli_1K_interleaved.fq"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
307 </conditional>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
308 </conditional>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
309 <param name="obg" value=""/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
310 <param name="osg" value=""/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
311 <param name="MinOverlap4BuildGraph" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
312 <param name="log" value="true"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
313 <param name="PrintUnused" value="false"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
314 <param name="PrintGFA" value="false"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
315 <param name="PrintGFA2" value="false"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
316 <section name="first_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
317 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
318 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
319 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
320 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
321 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
322 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
323 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
324 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
325 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
326 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
327 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
328 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
329 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
330 <section name="second_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
331 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
332 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
333 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
334 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
335 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
336 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
337 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
338 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
339 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
340 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
341 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
342 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
343 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
344 <section name="third_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
345 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
346 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
347 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
348 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
349 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
350 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
351 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
352 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
353 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
354 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
355 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
356 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
357 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
358 <output name="log">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
359 <assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
360 <has_text text="Software: Disco Assembler" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
361 <has_text text="FIRST LOOP ITERATION 1" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
362 <has_text text="4108 reads streamed from this read file" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
363 <has_text text="Graph simplification" />
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
364 </assert_contents>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
365 </output>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
366 <output name="contigs" value="test2_contigs.fasta" compare="sim_size" delta="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
367 <output name="scaffolds" value="test2_scaffolds.fasta" compare="sim_size" delta="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
368 </test>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
369 <test>
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
370 <conditional name="input_cond">
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
371 <param name="library_type" value="single"/>
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
372 <param name="inS" value="ecoli_1K_1.fq.gz" ftype="fastq.gz"/>
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
373 </conditional>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
374 <param name="obg" value=""/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
375 <param name="osg" value=""/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
376 <param name="MinOverlap4BuildGraph" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
377 <param name="log" value="false"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
378 <param name="PrintUnused" value="false"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
379 <param name="PrintGFA" value="false"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
380 <param name="PrintGFA2" value="false"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
381 <section name="first_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
382 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
383 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
384 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
385 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
386 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
387 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
388 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
389 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
390 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
391 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
392 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
393 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
394 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
395 <section name="second_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
396 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
397 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
398 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
399 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
400 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
401 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
402 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
403 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
404 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
405 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
406 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
407 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
408 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
409 <section name="third_assembly_iter_param">
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
410 <param name="minSequenceLengthTobePrinted" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
411 <param name="MinOverlap4SimplifyGraph" value="30"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
412 <param name="minOverlapDifference4ClipBranches" value="25"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
413 <param name="minUniquePEsupport" value="3"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
414 <param name="minNonUniquePEsupport" value="0"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
415 <param name="minReadsCountInEdgeToBeNotDeadEnd" value="10"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
416 <param name="minEdgeLengthToBeNotDeadEnd" value="1000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
417 <param name="minFoldToBeShortBranch" value="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
418 <param name="minReadsCountToHave0Flow" value="15"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
419 <param name="minEdgeLengthToHave0Flow" value="1500"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
420 <param name="minReadsCountInEdgeToBe1MinFlow" value="20"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
421 <param name="minEdgeLengthToBe1MinFlow" value="2000"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
422 </section>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
423 <output name="contigs" value="test3_contigs.fasta" compare="sim_size" delta="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
424 <output name="scaffolds" value="test3_scaffolds.fasta" compare="sim_size" delta="5"/>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
425 </test>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
426 </tests>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
427 <help><![CDATA[
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
428 DISCO is a multi threaded and multiprocess distributed memory overlap-layout-consensus (OLC) metagenome assembler. Disco was developed as a scalable assembler to assemble large metagenomes from billions of Illumina sequencing reads of complex microbial communities. Disco was parallelized for computer clusters in a hybrid architecture that integrated shared-memory multi-threading, point-to-point message passing, and remote direct memory access. The assembly and scaffolding were performed using an iterative overlap graph approach.
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
429
2
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
430 The detailed user manual of the assembler and how to use it to acheive best results is provided here:
dfefaf2bab95 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit d9fc31caa31f1f0c63a0dd5ffe136d765d607080"
iuc
parents: 0
diff changeset
431 http://disco.omicsbio.org/user-manual. This is a quick start guide generally for developers and testers. Users with limited experience with genome assembly are advised to use the user manual.
0
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
432 ]]></help>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
433 <citations>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
434 </citations>
6d447ebb2bf4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/disco/ commit c1327b5793477da611684e92e0ce4635370c7666
iuc
parents:
diff changeset
435 </tool>