Mercurial > repos > iuc > tracy_assemble
annotate tracy_assemble.xml @ 1:d33fbee185ef draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
| author | iuc |
|---|---|
| date | Thu, 20 Mar 2025 07:17:40 +0000 |
| parents | 99a9baef8c93 |
| children |
| rev | line source |
|---|---|
|
1
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
1 <tool id="tracy_assemble" name="tracy Assemble" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> |
|
0
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
2 <description>genomic region from tiled, overlapping Sanger Chromatogram trace files</description> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
3 <macros> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
5 </macros> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
7 <expand macro="version_command" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
9 tracy assemble |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
10 #if $ref.useref == 'yes': |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
11 --reference '$ref.reference' |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
12 $ref.incref |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
13 #end if |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
14 --pratio $pratio |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
15 --trim $trim |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
16 --fracmatch $fracmatch |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
17 --called $called |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
18 --format $format |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
19 $inccons |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
20 --gapopen $alignment.gapopen |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
21 --gapext $alignment.gapext |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
22 --match $alignment.match |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
23 --mismatch $alignment.mismatch |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
24 #for tracefile in $tracefiles |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
25 '$tracefile' |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
26 #end for |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
27 && |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
28 #if $format == 'fastq' |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
29 mv out.cons.fq '$out_consensus' |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
30 #else |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
31 mv out.cons.fa '$out_consensus' |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
32 #end if |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
33 ]]></command> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
34 <inputs> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
35 <param name="tracefiles" type="data" format="ab1,scf" multiple="true" optional="false" label="Sanger chromatogram tracefiles to assemble" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
36 <param argument="--pratio" type="float" value="0.33" label="Peak ratio to call base" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
37 <param argument="--trim" type="integer" value="4" min="1" label="Trimming stringency" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
38 <param argument="--fracmatch" type="float" value="0.5" min="0" max="1" label="Minimum fraction of matches [0:1]" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
39 <param argument="--called" type="float" value="0.1" min="0" label="Fraction of traces required for consensus" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
40 <param argument="--format" type="select" label="Output format"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
41 <option value="fasta" selected="true">FASTA</option> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
42 <option value="fastq">FASTQ</option> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
43 </param> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
44 <param argument="--inccons" type="boolean" truevalue="--inccons" falsevalue="" label="Include consensus in FASTA alignment" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
45 <conditional name="ref" label="Reference guided assembly options"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
46 <param type="select" name="useref" label="Use reference to guide assembly"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
47 <option value="yes">Yes</option> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
48 <option value="no" selected="true">No</option> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
49 </param> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
50 <when value="yes"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
51 <param argument="--reference" type="data" format="fasta" label="FASTA or ABI format genome" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
52 <param argument="--incref" type="boolean" truevalue="--incref" falsevalue="" label="Include reference in consensus" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
53 </when> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
54 <when value="no"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
55 </when> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
56 </conditional> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
57 <expand macro="alignment_options" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
58 <param name="json_output" type="boolean" label="Produce JSON output" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
59 </inputs> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
60 <outputs> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
61 <data name="out_json" format="json" from_work_dir="out.json" label="tracy assemble JSON on ${on_string}"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
62 <filter>json_output</filter> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
63 </data> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
64 <data name="out_consensus" format="fasta" label="tracy assemble consensus on ${on_string}"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
65 <change_format> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
66 <when input="format" value="fasta" format="fasta" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
67 <when input="format" value="fastq" format="fastq" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
68 </change_format> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
69 </data> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
70 <data name="out_alignment" format="fasta" from_work_dir="out.align.fa" label="tracy assemble alignment on ${on_string}" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
71 </outputs> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
72 <tests> |
|
1
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
73 <test expect_num_outputs="2"> <!-- test1 --> |
|
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
74 <param name="tracefiles" value="input1_f.ab1,input1_r.ab1" ftype="ab1" /> |
|
0
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
75 <output name="out_consensus" value="out1.consensus.fasta" ftype="fasta" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
76 <output name="out_alignment" value="out1.alignment.fasta" ftype="fasta" lines_diff="4" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
77 </test> |
|
1
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
78 <test expect_num_outputs="2"> <!-- test2 --> |
|
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
79 <param name="tracefiles" value="input1_f.ab1,input1_r.ab1" ftype="ab1" /> |
|
0
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
80 <conditional name="ref"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
81 <param name="useref" value="yes" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
82 <param name="reference" value="reference1.fasta" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
83 </conditional> |
|
1
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
84 <output name="out_consensus" value="out2.consensus.fasta" ftype="fasta" /> |
|
0
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
85 <output name="out_alignment" value="out2.alignment.fasta" ftype="fasta" lines_diff="4" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
86 </test> |
|
1
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
87 <test expect_num_outputs="3"> <!-- test3 --> |
|
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
88 <param name="tracefiles" value="input1_f.ab1,input1_r.ab1" ftype="ab1" /> |
|
0
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
89 <param name="json_output" value="true" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
90 <output name="out_json" ftype="json"> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
91 <assert_contents> |
|
1
d33fbee185ef
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8eb3532d394f6a44d1edbcbe5ef05fd0474cdab3
iuc
parents:
0
diff
changeset
|
92 <has_text text='"peakA": [283, 278, 264, 236, 194, 143' /> |
|
0
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
93 </assert_contents> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
94 </output> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
95 <output name="out_consensus" value="out1.consensus.fasta" ftype="fasta" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
96 <output name="out_alignment" value="out1.alignment.fasta" ftype="fasta" lines_diff="4" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
97 </test> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
98 </tests> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
99 <help><![CDATA[ |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
100 **What this does** |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
101 |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
102 This tool assembles trace files that are from overlapping regions (using tracy_), optionally using a reference genome. |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
103 The assembled sequence is output either as FASTQ or FASTA. |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
104 |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
105 @pratio@ |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
106 |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
107 Prior to assembling the traces, they are trimmed using an algorithm that automatically finds left and right trimming |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
108 positions. This algorithm can be tuned using the *trimming stringency* (higher values mean stricter trimmer). |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
109 |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
110 Trace files have to match (either each other or, when using reference guided assembly, the reference sequence) |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
111 at at least *fracmatch* positions (by default 10%) to be considered as part of the assembly. |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
112 |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
113 Read more here_. |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
114 |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
115 .. _tracy: https://github.com/gear-genomics/tracy |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
116 .. _here: https://www.gear-genomics.com/docs/tracy/cli/#trace-assembly |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
117 |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
118 ]]></help> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
119 <expand macro="citations" /> |
|
99a9baef8c93
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tracy commit 8a1c82789c6ef97008ecf8f55e060422fd72f217"
iuc
parents:
diff
changeset
|
120 </tool> |
