Mercurial > repos > devteam > samtools_calmd
annotate samtools_calmd.xml @ 10:22c2ab33cec9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
| author | iuc |
|---|---|
| date | Fri, 27 Jun 2025 10:55:29 +0000 |
| parents | 3d5853a84711 |
| children | 26a85f18dc69 |
| rev | line source |
|---|---|
|
10
22c2ab33cec9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 2f49183ddc89c7753d447c1dc40597d4a32eadfb
iuc
parents:
9
diff
changeset
|
1 <tool id="samtools_calmd" name="Samtools calmd" version="2.0.6" profile="@PROFILE@"> |
|
1
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
2 <description>recalculate MD/NM tags</description> |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
3 <macros> |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
4 <import>macros.xml</import> |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
5 </macros> |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
6 <expand macro="requirements"/> |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
7 <expand macro="stdio"/> |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
8 <expand macro="version_command"/> |
| 0 | 9 <command><![CDATA[ |
|
3
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
10 @ADDTHREADS@ |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
11 @PREPARE_FASTA_IDX@ |
|
1
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
12 |
|
3
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
13 samtools calmd |
|
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
14 $baq_settings.use_baq $baq_settings.modify_quality $baq_settings.extended_baq |
|
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
15 #if str($option_set.option_sets) == 'advanced': |
|
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
16 $option_set.change_identical -C $option_set.adjust_mq |
|
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
17 #end if |
|
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
18 -b |
|
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
19 -@ \$addthreads |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
20 '$input' |
|
6
92ec40abcdcf
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
5
diff
changeset
|
21 "\$reffa" |
|
3
3d873744df7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
iuc
parents:
2
diff
changeset
|
22 > '$calmd_output' |
|
1
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
23 ]]></command> |
| 0 | 24 <inputs> |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
25 <param name="input" type="data" format="bam" label="BAM file to recalculate" /> |
|
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
26 <expand macro="mandatory_reference"/> |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
27 <conditional name="baq_settings"> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
28 <param name="use_baq" argument="-r" type="select" |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
29 label="Do you also want BAQ (Base Alignment Quality) scores to be calculated?"> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
30 <option value="">No</option> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
31 <option value="-r">Yes, run BAQ calculation</option> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
32 </param> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
33 <when value=""> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
34 <param name="modify_quality" type="hidden" value="" /> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
35 <param name="extended_baq" type="hidden" value="" /> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
36 </when> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
37 <when value="-r"> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
38 <param name="modify_quality" argument="-A" type="boolean" truevalue="-A" falsevalue="" checked="false" |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
39 label="Use BAQ to cap read base qualities" |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
40 help="By default, BAQ scores are stored in a separate BQ tag, and the read base quality string is left untouched. When you enable this option, the BAQ scores will be used directly to modify the quality string instead." /> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
41 <param name="extended_baq" argument="-E" type="boolean" truevalue="-E" falsevalue="" checked="false" label="Extended BAQ for better sensitivity" /> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
42 </when> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
43 </conditional> |
| 0 | 44 <conditional name="option_set"> |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
45 <param name="option_sets" type="select" label="Additional options"> |
| 0 | 46 <option value="default">Use defaults</option> |
| 47 <option value="advanced">Advanced options</option> | |
| 48 </param> | |
| 49 <when value="default" /> | |
| 50 <when value="advanced"> | |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
51 <param name="change_identical" argument="-e" type="boolean" truevalue="-e" falsevalue="" checked="False" |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
52 label="Change identical bases to '='" |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
53 help="Replace bases in read sequences that match the reference base at that position with an equal sign" /> |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
54 <param name="adjust_mq" argument="-C" type="integer" min="0" max="255" value="0" |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
55 label="Coefficient to cap mapping quality of poorly mapped reads" |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
56 help="Higher values for this setting mean a stronger downgrade of the mapping quality of reads with excessive mismatches (50: recommended setting for reads aligned with BWA, 0: do not downgrade mapping qualities)" /> |
| 0 | 57 </when> |
| 58 </conditional> | |
| 59 </inputs> | |
| 60 <outputs> | |
|
1
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
61 <data name="calmd_output" format="bam" label="${tool.name} on ${on_string}" /> |
| 0 | 62 </outputs> |
| 63 <tests> | |
| 64 <test> | |
|
9
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
65 <conditional name="baq_settings"> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
66 <param name="use_baq" value="" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
67 </conditional> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
68 <conditional name="option_set"> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
69 <param name="option_sets" value="default" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
70 </conditional> |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
71 <param name="input" value="phiX.bam"/> |
|
9
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
72 <conditional name="addref_cond"> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
73 <param name="addref_select" value="history" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
74 <param name="ref" value="phiX.fasta" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
75 </conditional> |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
76 <output name="calmd_output" file="samtools_calmd_out_1.bam" ftype="bam" lines_diff="4" /> |
| 0 | 77 </test> |
| 78 <test> | |
|
9
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
79 <conditional name="baq_settings"> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
80 <param name="use_baq" value="-r" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
81 <param name="extended_baq" value="true" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
82 </conditional> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
83 <conditional name="option_set"> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
84 <param name="option_sets" value="advanced" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
85 <param name="change_identical" value="true" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
86 <param name="adjust_mq" value="50" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
87 </conditional> |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
88 <param name="input" value="phiX.bam"/> |
|
9
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
89 <conditional name="addref_cond"> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
90 <param name="addref_select" value="history" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
91 <param name="ref" value="phiX.fasta" /> |
|
3d5853a84711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit c508c3af0f4121dcc38e0be63db00a604e997b8a
iuc
parents:
7
diff
changeset
|
92 </conditional> |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
93 <output name="calmd_output" file="samtools_calmd_out_2.bam" ftype="bam" lines_diff="4" /> |
| 0 | 94 </test> |
| 95 </tests> | |
|
1
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
96 <help><![CDATA[ |
| 0 | 97 **What it does** |
| 98 | |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
99 Generates the MD tag using the ``samtools calmd`` command. If the MD tag (see |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
100 SAM format reference below for explanation of SAM/BAM tags) is already present, |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
101 this command will give a warning if the MD tag generated is different from the |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
102 existing tag. |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
103 |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
104 Optionally, also generates the BQ tag to encode base alignment qualities, |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
105 caps the mapping quality of poorly mapping reads, and modifies read sequences |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
106 replacing bases matching the reference with ``=``. |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
107 |
|
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
108 Outputs a BAM file. |
| 0 | 109 |
| 110 ----- | |
| 111 | |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
112 **SAM/BAM tags written by this tool** |
| 0 | 113 |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
114 From the SAM format tag specification:: |
| 0 | 115 |
| 116 MD (string) String for mismatching positions. Regex : [0-9]+(([A-Z]|\^[A-Z]+)[0-9]+)*7 | |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
117 NM (integer) Edit distance to the reference, including ambiguous bases but excluding clipping |
|
5
c147e3a10573
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
4
diff
changeset
|
118 BQ (string) String of offsets to base alignment quality (BAQ), of the same length as the read sequence. |
|
2
e65c2cd0964c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 766da8a5f0449de99c2854aacaefb80d11ad083c
iuc
parents:
1
diff
changeset
|
119 At the i-th read base, BAQ i = Q i − (BQ i − 64) where Q i is the i-th base quality. |
| 0 | 120 |
|
1
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
121 See references for more information about SAM format tags. |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
122 ]]></help> |
|
33208952b99d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
0
diff
changeset
|
123 <expand macro="citations"/> |
| 0 | 124 </tool> |
