annotate disco.xml @ 3:b6d2f5be3f88 draft default tip

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