Mercurial > repos > devteam > samtools_calmd
annotate samtools_calmd.xml @ 5:c147e3a10573 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_calmd commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
author | iuc |
---|---|
date | Tue, 28 Sep 2021 16:12:02 +0000 |
parents | 06dc50b7b711 |
children | 92ec40abcdcf |
rev | line source |
---|---|
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
|
1 <tool id="samtools_calmd" name="Samtools calmd" version="2.0.3" 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' |
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
|
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> | |
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
|
65 <param name="use_baq" value="" /> |
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
|
66 <param name="option_sets" value="default" /> |
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
|
67 <param name="input" value="phiX.bam"/> |
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
|
68 <param name="addref_select" value="history" /> |
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
|
69 <param name="ref" value="phiX.fasta" /> |
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
|
70 <output name="calmd_output" file="samtools_calmd_out_1.bam" ftype="bam" lines_diff="4" /> |
0 | 71 </test> |
72 <test> | |
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
|
73 <param name="use_baq" 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
|
74 <param name="extended_baq" value="true" /> |
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
|
75 <param name="option_sets" value="advanced" /> |
0 | 76 <param name="change_identical" value="true" /> |
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
|
77 <param name="adjust_mq" value="50" /> |
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
|
78 <param name="input" value="phiX.bam"/> |
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
|
79 <param name="addref_select" value="history" /> |
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
|
80 <param name="ref" value="phiX.fasta" /> |
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
|
81 <output name="calmd_output" file="samtools_calmd_out_2.bam" ftype="bam" lines_diff="4" /> |
0 | 82 </test> |
83 </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
|
84 <help><![CDATA[ |
0 | 85 **What it does** |
86 | |
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
|
87 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
|
88 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
|
89 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
|
90 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
|
91 |
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
|
92 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
|
93 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
|
94 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
|
95 |
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
|
96 Outputs a BAM file. |
0 | 97 |
98 ----- | |
99 | |
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
|
100 **SAM/BAM tags written by this tool** |
0 | 101 |
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
|
102 From the SAM format tag specification:: |
0 | 103 |
104 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
|
105 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
|
106 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
|
107 At the i-th read base, BAQ i = Q i − (BQ i − 64) where Q i is the i-th base quality. |
0 | 108 |
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
|
109 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
|
110 ]]></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
|
111 <expand macro="citations"/> |
0 | 112 </tool> |