A tool that allows algorithms from the map1, map2, map3, map4,
and mapvsw modules to be combined into read processing
pipelines.
The tool allows the read mapping process to be organized into a
sequence of up to 9 stages that are sequentially applied to each
read. If the read is successfully mapped at one stage, the
further stages are not applied to it. At each stage, one or more
algorithms can be applied. All hits found by any mapping
algorithm are processed together.
The syntax for mapall
invocation is: tmap
<global options> mapall stage1 <stage 1 spec>
[stage2 <stage2_spec> [stage3 ....]]],
where stageX_spec takes the form: "<stage
parameters> mapping_method1
<mapping_method1_params> [mapping_method2
<mapping_method2_params>...]".
|