annotate abyss-pe.xml @ 6:0e93176640ac draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit b2a1b28e492c621204b836778d24d7b4d03a8823"
author iuc
date Mon, 13 Sep 2021 16:58:30 +0000
parents fa5259cc561b
children 841084c5fc46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
0e93176640ac "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit b2a1b28e492c621204b836778d24d7b4d03a8823"
iuc
parents: 5
diff changeset
1 <tool id="abyss-pe" name="ABySS" version="@TOOL_VERSION@+galaxy0">
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
2 <description>de novo sequence assembler</description>
6
0e93176640ac "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit b2a1b28e492c621204b836778d24d7b4d03a8823"
iuc
parents: 5
diff changeset
3 <xrefs>
0e93176640ac "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit b2a1b28e492c621204b836778d24d7b4d03a8823"
iuc
parents: 5
diff changeset
4 <xref type="bio.tools">abyss</xref>
0e93176640ac "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit b2a1b28e492c621204b836778d24d7b4d03a8823"
iuc
parents: 5
diff changeset
5 </xrefs>
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
6 <macros>
6
0e93176640ac "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit b2a1b28e492c621204b836778d24d7b4d03a8823"
iuc
parents: 5
diff changeset
7 <token name="@TOOL_VERSION@">2.3.1</token>
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
8 <xml name="reads_conditional">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
9 <conditional name="reads">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
10 <param name="reads_selector" type="select" label="Type of paired-end datasets">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
11 <option value="paired">2 separate datasets</option>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
12 <option value="paired_collection">1 paired dataset collection</option>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
13 <option value="paired_il">1 dataset of interleaved reads</option>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
14 </param>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
15 <when value="paired">
5
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
16 <param name="reads1" type="data" format="fasta,fastq,fastq.gz" label="Paired-end reads 1" />
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
17 <param name="reads2" type="data" format="fasta,fastq,fastq.gz" label="Paired-end reads 2" />
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
18 </when>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
19 <when value="paired_collection">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
20 <param name="reads_coll" type="data_collection" collection_type="paired" format="fasta,fastq,fastqsanger,fastqillumina" label="Paired-end reads collection" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
21 </when>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
22 <when value="paired_il">
5
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
23 <param name="reads_il" type="data" format="fasta,fastq,fastq.gz" label="Interleaved paired-end reads" />
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
24 </when>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
25 </conditional>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
26 </xml>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
27 </macros>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
28 <requirements>
2
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
29 <requirement type="package" version="@TOOL_VERSION@">abyss</requirement>
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
30 <requirement type="package" version="0.7.17">bwa</requirement>
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
31 </requirements>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
32 <stdio>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
33 <!-- Anything other than zero is an error -->
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
34 <exit_code range="1:" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
35 <!-- In case the return code has not been set propery check stderr too -->
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
36 <regex match="Error:" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
37 <regex match="Exception:" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
38 </stdio>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
39 <version_command>ABYSS --version | head -n 1</version_command>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
40 <command>
2
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
41 abyss-pe
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
42 name=abyss
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
43 j=\${GALAXY_SLOTS:-1}
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
44 k=$k
1
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
45
2
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
46 #if str($K)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
47 K=$K
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
48 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
49 #if str($q)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
50 q=$q
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
51 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
52 #if str($Q)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
53 Q=$Q
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
54 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
55 #if str($e)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
56 e=$e
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
57 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
58 #if str($E)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
59 E=$E
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
60 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
61 #if str($t)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
62 t=$t
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
63 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
64 #if str($c)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
65 c=$c
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
66 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
67 #if str($b)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
68 b=$b
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
69 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
70 #if $SS
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
71 SS=--SS
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
72 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
73 #if str($m)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
74 m=$m
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
75 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
76 #if str($p)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
77 p=$p
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
78 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
79 #if str($a)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
80 a=$a
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
81 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
82 #if str($l)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
83 l=$l
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
84 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
85 #if str($s)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
86 s=$s
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
87 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
88 #if str($n)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
89 n=$n
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
90 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
91 #if str($d)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
92 d=$d
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
93 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
94 #if str($S)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
95 S=$S
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
96 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
97 #if str($N)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
98 N=$N
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
99 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
100 #if $lib_repeat
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
101 lib='
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
102 #for $i in range(len($lib_repeat))
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
103 lib$i
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
104 #end for
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
105 '
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
106 #for $i, $v in enumerate($lib_repeat)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
107 #if $v.reads.reads_selector == 'paired'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
108 lib${i}='${v.reads.reads1} ${v.reads.reads2}'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
109 #elif $v.reads.reads_selector == 'paired_collection'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
110 lib${i}='${v.reads.reads_coll.forward} ${v.reads.reads_coll.reverse}'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
111 #else
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
112 lib${i}='${v.reads.reads_il}'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
113 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
114 #end for
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
115 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
116 #if str($se_reads) != 'None'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
117 se='
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
118 #for $v in $se_reads
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
119 $v
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
120 #end for
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
121 '
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
122 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
123 #if $mp_repeat
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
124 mp='
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
125 #for $i in range(len($mp_repeat))
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
126 mp$i
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
127 #end for
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
128 '
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
129 #for $i, $v in enumerate($mp_repeat)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
130 #if $v.reads.reads_selector == 'paired'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
131 mp${i}='${v.reads.reads1} ${v.reads.reads2}'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
132 #elif $v.reads.reads_selector == 'paired_collection'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
133 mp${i}='${v.reads.reads_coll.forward} ${v.reads.reads_coll.reverse}'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
134 #else
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
135 mp${i}='${v.reads.reads_il}'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
136 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
137 #end for
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
138 #end if
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
139 #if str($long_seqs) != 'None'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
140 long='
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
141 #for $i in range(len($long_seqs))
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
142 long$i
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
143 #end for
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
144 '
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
145 #for $i, $v in enumerate($long_seqs)
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
146 long${i}='$v'
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
147 #end for
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
148 #end if
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
149 </command>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
150
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
151 <inputs>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
152 <repeat name="lib_repeat" title="Paired-end library" help="(lib)">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
153 <expand macro="reads_conditional" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
154 </repeat>
5
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
155 <param name="se_reads" argument="se" type="data" multiple="true" optional="true" format="fasta,fastq,fastq.gz" label="Single-end reads" />
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
156 <repeat name="mp_repeat" title="Mate-pair library" help="The mate-pair libraries are used only for scaffolding and do not contribute towards the consensus sequence (mp)">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
157 <expand macro="reads_conditional" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
158 </repeat>
5
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
159 <param name="long_seqs" argument="long" type="data" multiple="true" optional="true" format="fasta,fastq,fastq.gz" label="Long sequences" help="Long sequence libraries are used only for rescaffolding and do not contribute towards the consensus sequence" />
2
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
160 <param argument="k" type="integer" value="41" label="K-mer length (in bp)" help="The length of a k-mer (when -K is not set) or the span of a k-mer pair (when K is set)" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
161 <param argument="K" type="integer" value="" optional="true" label="The length (in bp) of a single k-mer in a k-mer pair" help="Optional" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
162 <param argument="q" type="integer" value="3" max="40" optional="true" label="Minimum base quality when trimming" help="Trim bases from the ends of reads whose quality is less than this value" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
163 <param argument="Q" type="integer" value="0" max="40" optional="true" label="Minimum base quality" help="Mask all bases of reads whose quality is less than this value as 'N'" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
164 <param argument="e" type="integer" value="" min="0" optional="true" label="Minimum erosion k-mer coverage" help="Erode bases at the ends of blunt contigs with coverage less than this value. Defaults to round(sqrt(median))" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
165 <param argument="E" type="integer" value="" min="0" optional="true" label="Minimum erosion k-mer coverage per strand" help="Erode bases at the ends of blunt contigs with coverage less than this value on either strand. Defaults to 1 if sqrt(median) &gt; 2 else 0" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
166 <param argument="t" type="integer" value="" optional="true" label="Maximum length of blunt contigs to trim" help="Defaults to the value of k" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
167 <param argument="c" type="float" value="" optional="true" label="Minimum mean k-mer coverage of a unitig" help="Defaults to sqrt(median)" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
168 <param argument="b" type="integer" value="" optional="true" label="Maximum length of a bubble (in bp)" help="abyss-pe has two bubble popping stages. The default limits are 3*k bp for ABYSS and 10000 bp for PopBubbles" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
169 <param argument="SS" type="boolean" label="Assemble in strand-specific mode" help="Requires that all libraries are strand-specific RNA-Seq libraries. Assumes that the first read in a read pair is reveresed with respect to the transcripts sequenced" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
170 <param argument="m" type="integer" value="50" min="0" optional="true" label="Minimum overlap of two unitigs (in bp)" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
171 <param argument="p" type="float" value="0.9" optional="true" label="Minimum sequence identity of a bubble" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
172 <param argument="a" type="integer" value="2" min="0" optional="true" label="Maximum number of branches of a bubble" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
173 <param argument="l" type="integer" value="" min="1" optional="true" label="Minimum alignment length of a read (in bp)" help="Defaults to the value of k" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
174 <param argument="s" type="integer" value="200" min="0" optional="true" label="Minimum unitig length required for building contigs (in bp)" help="The seed length should be at least twice the value of k. If more sequence is assembled than the expected genome size, try increasing this value" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
175 <param argument="n" type="integer" value="10" min="0" optional="true" label="Minimum number of pairs required for building contigs" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
176 <param argument="d" type="integer" value="6" min="0" optional="true" label="Allowable error of a distance estimate (in bp)" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
177 <param argument="S" type="integer" value="" min="0" optional="true" label="Minimum contig length required for building scaffolds (in bp)" help="Defaults to the value of s" />
2b89471cca20 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0356fbc3ad22b122375a98ff07ed6eff51141852"
iuc
parents: 1
diff changeset
178 <param argument="N" type="integer" value="" min="0" optional="true" label="Minimum number of pairs required for building scaffolds" help="Defaults to the value of n" />
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
179 </inputs>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
180
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
181 <outputs>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
182 <data name="unitigs" format="fasta" label="${tool.name} on ${on_string}: unitigs" from_work_dir="abyss-unitigs.fa" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
183 <data name="contigs_outfile" format="fasta" label="${tool.name} on ${on_string}: contigs" from_work_dir="abyss-contigs.fa">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
184 <filter>lib_repeat</filter>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
185 </data>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
186 <data name="scaffolds" format="fasta" label="${tool.name} on ${on_string}: scaffolds" from_work_dir="abyss-scaffolds.fa">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
187 <filter>lib_repeat or mp_repeat</filter>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
188 </data>
1
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
189 <data name="long_scaffolds" format="fasta" label="${tool.name} on ${on_string}: scaffolds" from_work_dir="abyss-long-scaffs.fa">
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
190 <filter>long_seqs</filter>
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
191 </data>
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
192 <data name="bubbles" format="fasta" label="${tool.name} on ${on_string}: bubbles" from_work_dir="abyss-bubbles.fa" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
193 <data name="indels" format="fasta" label="${tool.name} on ${on_string}: indels" from_work_dir="abyss-indel.fa" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
194 <data name="coverage_histogram_outfile" format="tabular" label="${tool.name} on ${on_string}: coverage histogram" from_work_dir="coverage.hist" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
195 <data name="stats" format="tabular" label="${tool.name} on ${on_string}: stats" from_work_dir="abyss-stats.tab" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
196 </outputs>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
197
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
198 <tests>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
199 <test>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
200 <repeat name="lib_repeat">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
201 <conditional name="reads">
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
202 <param name="reads_selector" value="paired" />
5
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
203 <param name="reads1" ftype="fastqsanger" value="assembly_sample-R1.fastq.gz" />
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
204 <param name="reads2" ftype="fastqsanger" value="assembly_sample-R2.fastq.gz" />
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
205 </conditional>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
206 </repeat>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
207 <param name="k" value="50" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
208 <output name="unitigs" file="abyss-unitigs1.fa" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
209 <output name="contigs_outfile" file="abyss-contigs1.fa" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
210 <output name="scaffolds" file="abyss-scaffolds1.fa" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
211 <output name="bubbles" file="empty_file.fasta" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
212 <output name="indels" file="empty_file.fasta" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
213 <output name="coverage_histogram_outfile" file="coverage1.hist" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
214 <output name="stats" file="abyss-stats1.tab" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
215 </test>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
216 <test>
5
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
217 <param name="se_reads" ftype="fastqsanger" value="assembly_sample-R1.fastq.gz,assembly_sample-R2.fastq.gz" />
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
218 <param name="k" value="50" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
219 <output name="unitigs" file="abyss-unitigs2.fa" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
220 <output name="bubbles" file="empty_file.fasta" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
221 <output name="indels" file="empty_file.fasta" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
222 <output name="coverage_histogram_outfile" file="coverage2.hist" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
223 <output name="stats" file="abyss-stats2.tab" />
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
224 </test>
1
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
225 <test>
5
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
226 <param name="se_reads" ftype="fastqsanger" value="assembly_sample-R1.fastq.gz,assembly_sample-R2.fastq.gz" />
fa5259cc561b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 52c73f875aef9c4692b886e1a50d8124875e7dcb"
iuc
parents: 4
diff changeset
227 <param name="long_seqs" ftype="fastqsanger" value="assembly_sample-R2.fastq.gz" />
1
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
228 <param name="k" value="50" />
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
229 <output name="unitigs" file="abyss-unitigs3.fa" />
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
230 <output name="long_scaffolds" file="abyss-long-scaffolds3.fa" />
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
231 <output name="bubbles" file="empty_file.fasta" />
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
232 <output name="indels" file="empty_file.fasta" />
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
233 <output name="coverage_histogram_outfile" file="coverage3.hist" />
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
234 <output name="stats" file="abyss-stats3.tab" />
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
235 </test>
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
236 </tests>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
237 <help>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
238 **What it does**
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
239
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
240 `ABySS`_ is a de novo sequence assembler intended for short paired-end reads and large genomes.
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
241
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
242 **Input**
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
243
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
244 Input files should be FASTA or FASTQ files.
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
245
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
246 For paired reads, a pair of reads must be named with the suffixes /1 and /2 to identify the first and second read, or the reads may be named identically. The paired reads may be in separate files or interleaved in a single file.
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
247
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
248 At least a paired-end library or a single-end library must be provided.
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
249
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
250 Contigs are generated only if at least a paired-end library is provided. Scaffolds are generated only if at least a paired-end library or a mate-pair library is provided.
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
251
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
252 **Description**
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
253
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
254 This tool performs the complete ABySS pipeline using abyss-pe, described in https://github.com/bcgsc/abyss/blob/master/doc/flowchart.pdf .
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
255
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
256 **License and citation**
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
257
1
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
258 This Galaxy tool is Copyright © 2015-2016 `Earlham Institute`_ and is released under the `MIT license`_.
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
259
1
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
260 .. _Earlham Institute: http://www.earlham.ac.uk/
0a5c7992b1ac planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 9d484642914b581ce35f254466b849d3c4c2c06c-dirty
iuc
parents: 0
diff changeset
261 .. _MIT license: https://opensource.org/licenses/MIT
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
262
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
263 You can use this tool only if you agree to the license terms of: `ABySS`_.
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
264
3
f4fb67b97a63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
iuc
parents: 2
diff changeset
265 .. _ABySS: https://github.com/bcgsc/abyss
0
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
266 </help>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
267 <citations>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
268 <citation type="doi">10.1101/gr.089532.108</citation>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
269 </citations>
f048033da666 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
diff changeset
270 </tool>