Target file format (tab-delimited), no header, can be mixed formats:
- Single field with
reference name (sequence name present in index) (no target coordinates)
- Target coordinates on reference sequence, fields:
reference (sequence name present in index)
start (1-based, closed)
end (1-based, closed)
name (assigned name of target sequence)
When specified in TOML config list (targets) can also be mixed formats:
reference (no target coordinates)
{reference}::{start}::{end}::{name} (1-based, closed)
Region alignment logic must consider:
Modified evaluation scripts:
minimap2-rsconfig.rsand added optional "name" field for target region specification to better keep track of which e.g. gene is targetedTarget file format (tab-delimited), no header, can be mixed formats:
referencename (sequence name present in index) (no target coordinates)reference(sequence name present in index)start(1-based, closed)end(1-based, closed)name(assigned name of target sequence)When specified in TOML config list (
targets) can also be mixed formats:reference(no target coordinates){reference}::{start}::{end}::{name}(1-based, closed)Region alignment logic must consider:
Modified evaluation scripts:
minimap2andpafoutput