This module allow to create a Minimap2 mapper index with custom options. If this module is not declared in the workflow file, the default mapper index generator will be used if you want to use Minimap2 as mapper.
Parameter | Type | Description | Default value |
---|---|---|---|
indexer.arguments | string | Specifies the indexer arguments to use to build the index | Not set |
<!-- Create Minimap2 index --> <step skip="false"> <module>minimap2indexgenerator</module> <parameters> <parameter> <name>indexer.arguments</name> <value>-x splice</value> </parameter> </parameters> </step>