Mercurial > repos > iuc > colibread_lordec
annotate lordec.xml @ 3:74878f127e47 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 45e32ab41e7cdc4e3dabe87f074f052667c22574"
author | iuc |
---|---|
date | Wed, 22 Jan 2020 17:27:07 -0500 |
parents | 51ffe0318eea |
children | 435a98f01ae9 |
rev | line source |
---|---|
0
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
1 <?xml version='1.0' encoding='utf-8'?> |
2
51ffe0318eea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit b24ba669c32dd33efcc60eee595a18abd639ca7a
iuc
parents:
0
diff
changeset
|
2 <tool profile="16.04" id="lordec" name="Lordec" version="0.9"> |
0
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
3 <description>is a set a programs for correcting sequencing errors in PacBio reads</description> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
4 <macros> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
6 </macros> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
7 <requirements> |
2
51ffe0318eea
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit b24ba669c32dd33efcc60eee595a18abd639ca7a
iuc
parents:
0
diff
changeset
|
8 <requirement type="package" version="0.9">lordec</requirement> |
0
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
9 </requirements> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
10 <command><![CDATA[ |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
11 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
12 #if str( $program_type_choice.program_type ) == "correct" |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
13 lordec-correct |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
14 @lordec_inputs@ |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
15 #if str( $program_type_choice.advanced_options.advanced_options_selector ) == "advanced" |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
16 -t ${program_type_choice.advanced_options.t} |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
17 -b ${program_type_choice.advanced_options.b} |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
18 -e ${program_type_choice.advanced_options.e} |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
19 -T ${program_type_choice.advanced_options.T} |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
20 #end if |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
21 -o '${corrected_read_file}' |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
22 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
23 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
24 #else if str( $program_type_choice.program_type ) == "trim" |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
25 #if $program_type_choice.split |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
26 lordec-trim-split |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
27 #else |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
28 lordec-trim |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
29 #end if |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
30 -i '${program_type_choice.i}' |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
31 -o '${trimmed_reads_file}' |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
32 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
33 #else |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
34 lordec-stat |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
35 @lordec_inputs@ |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
36 -S '${stat_file}' |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
37 #end if |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
38 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
39 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
40 ]]></command> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
41 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
42 <inputs> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
43 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
44 <conditional name="program_type_choice"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
45 <param name="program_type" type="select" label="Choose Lordec program"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
46 <option value="correct">Lordec Correct</option> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
47 <option value="trim">Lordec Trim</option> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
48 <option value="stats">Lordec Statistics</option> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
49 </param> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
50 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
51 <when value="correct"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
52 <expand macro="lordec_inputs" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
53 <conditional name="advanced_options"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
54 <param name="advanced_options_selector" type="select" label="Lordec correct advanced options"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
55 <option value="default" selected="true">Default</option> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
56 <option value="advanced">Advanced</option> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
57 </param> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
58 <when value="default"></when> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
59 <when value="advanced"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
60 <param argument="-t" type="integer" label="Number of target k-mers" value="5" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
61 <param argument="-b" type="integer" label="Maximum number of branches to explore" value="200" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
62 <param argument="-e" type="float" label="Maximum error rate" value="0.4" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
63 <param argument="-T" type="integer" label="Number of threads" value="1" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
64 </when> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
65 </conditional> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
66 </when> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
67 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
68 <when value="trim"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
69 <param argument="-i" type="data" format="fasta,fastq.gz,fastq" label="Long read FASTA/Q file" help="PacBio reads files" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
70 <param name="split" type="boolean" label="Use the split option" help="Trim all weak regions and split the reads on inner weak regions" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
71 </when> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
72 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
73 <when value="stats"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
74 <expand macro="lordec_inputs" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
75 </when> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
76 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
77 </conditional> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
78 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
79 </inputs> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
80 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
81 <outputs> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
82 <data format="fasta" name="corrected_read_file" label="Corrected long reads with ${tool.name} on ${on_string}" > |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
83 <filter>program_type_choice['program_type'] == 'correct'</filter> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
84 </data> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
85 <data format="fasta" name="trimmed_reads_file" label="Trimmed reads file with ${tool.name} on ${on_string}" > |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
86 <filter>program_type_choice['program_type'] == 'trim'</filter> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
87 </data> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
88 <data format="tabular" name="stat_file" label="Stats with ${tool.name} on ${on_string}" > |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
89 <filter>program_type_choice['program_type'] == 'stats'</filter> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
90 </data> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
91 </outputs> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
92 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
93 <tests> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
94 <test> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
95 <conditional name="program_type_choice"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
96 <param name="program_type" value="correct" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
97 <param name="inputs" value="lordec/ill-test-5K-1.fa,lordec/ill-test-5K-2.fa" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
98 <param name="i" value="lordec/coli-pacbio-test-mini.fa" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
99 <param name="k" value="31" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
100 </conditional> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
101 <output name="corrected_read_file" file="lordec/corrected_reads.fa"/> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
102 </test> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
103 <test> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
104 <conditional name="program_type_choice"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
105 <param name="program_type" value="trim" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
106 <param name="i" value="lordec/corrected_reads.fa" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
107 </conditional> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
108 <output name="trimmed_reads_file" file="lordec/trimmed_reads.fa"/> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
109 </test> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
110 <test> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
111 <conditional name="program_type_choice"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
112 <param name="program_type" value="stats" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
113 <param name="inputs" value="lordec/ill-test-5K-1.fa,lordec/ill-test-5K-2.fa" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
114 <param name="i" value="lordec/coli-pacbio-test-mini.fa" /> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
115 </conditional> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
116 <output name="stat_file" file="lordec/stat_file.txt"/> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
117 </test> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
118 </tests> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
119 <help><![CDATA[ |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
120 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
121 **Lordec Correct** |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
122 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
123 Program for correcting sequencing errors in PacBio reads using highly accurate short reads (e.g. Illumina). |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
124 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
125 LoRDEC outputs the corrected reads to the given file in FASTA format. The regions that remain weak after the correction are outputted in lower case characters and the solid regions are outputted in upper case characters. |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
126 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
127 ------- |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
128 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
129 **Lordec Trim** |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
130 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
131 Program for trimming the weak regions from the beginning and end of the corrected reads. |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
132 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
133 ------- |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
134 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
135 **Lordec Statistics** |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
136 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
137 Program to generate statistics on solid and weak k-mers. |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
138 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
139 ------- |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
140 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
141 **Web site** |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
142 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
143 http://www.atgc-montpellier.fr/lordec/ |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
144 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
145 |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
146 ]]></help> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
147 <expand macro="citations"> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
148 <citation type="doi">10.1093/bioinformatics/btu538</citation> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
149 </expand> |
dd5398cf0eeb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
150 </tool> |